Hi,

We are using Moderato for our real time data replication java application. We are using the Port as below,



In the host config file, we are having below 2 entries,

127.0.0.1 localhost
::1 localhost

The LightStreamer server is running in Windows Server, Windows 2008 Enterprise 64 bit. While starting the application using Start_LS_as_Application.bat, we are getting the below error and the server is going to stop mode.

08.Jan.14 18:06:05,289 < WARN> Only minimal JMX management support is available with the current license.
08.Jan.14 18:06:05,391 < WARN> Stopping service not available:
com.lightstreamer.g.db: java.rmi.server.ExportException: Port already in use: 8888; nested exception is:
java.net.BindException: Address already in use: JVM_Bind
at com.lightstreamer.g.c.a(c.java) ~[lightstreamer.jar:na]
at com.lightstreamer.g.a.a(a.java) ~[lightstreamer.jar:na]
at com.lightstreamer.g.mb.a(mb.java) [lightstreamer.jar:na]
at com.lightstreamer.e.y.a(y.java) [lightstreamer.jar:na]
at com.lightstreamer.e.y.d(y.java) [lightstreamer.jar:na]
at com.lightstreamer.o.b(o.java) [lightstreamer.jar:na]
at com.lightstreamer.o.a(o.java) [lightstreamer.jar:na]
at com.lightstreamer.LS.main(LS.java) [lightstreamer.jar:na]
Caused by: java.rmi.server.ExportException: Port already in use: 8888; nested exception is:
java.net.BindException: Address already in use: JVM_Bind

We have checked both the port availability by using netstat -na and both the ports are not used by any other application.

We have stopped the Mcaffee application even we are getting the above error.

I have tried the LightStreamer server in Windows XP (different desktop machine) and its working fine with same ports.

Please help us to get the solution for this issue.