Port already in use: 1099; nested exception is: java.net.BindException: Address already in use

Port already in use: 1099; nested exception is: java.net.BindException: Address already in use

There can be a couple of reasons.

1.RMIRegistry is already running.  This is the usual suspect.  By default, RMIRegistry runs on 1099. So, no one will use this port for any other purpose.  If this is the case, then comment out the rmiregistry line in the VS_LM/StartServer.sh or VS_LM/StartServer.bat file.

2.The other reason is that some other application is actually using it.  If not, change the RMIRegistry port in the Config.Properties file to a different port.

RegistryPort = 1099