piffa
11-03-2004, 09:07 PM
hello Michael,
I installed ES 3.6.2 on Linux (red hat 9.0) with java 1.4.2_04, but when I run it (StartElectroServer) ES give me this exception:
Starting Chat Server
Thread pool configured: min=1, max=10, keepalive=60000
2004/11/03 20:23:34.795 SEVERE [10] (ChatProtocol.startServer): Cannot listen on address: /xxx.yyy.zzz.ttt:9875
java.net.SocketException: Cannot assign requested address
sun.nio.ch.Net.bind(Native Method)
sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
org.ronsoft.protoplex.nioimpl.server.NioServer.lis ten(NioServer.java:308)
com.electrotank.electroserver.ChatProtocol.startSe rver(ChatProtocol.java:322)
com.electrotank.electroserver.ElectroServer.startC hatServer(ElectroServer.java:193)
com.electrotank.electroserver.ElectroServer.main(E lectroServer.java:314)
sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.install4j.runtime.LauncherEngine.launch(Unknow n Source)
com.install4j.runtime.Launcher.main(Unknown Source)
2004/11/03 20:23:34.911 SEVERE [10] (ChatProtocol.startServer): Unable to listen on any of the addresses, is the server already running?
Could not start server thread, exiting
it seems like the server is already running, but it isn't ot at least it doesn't appear in the process list (I tried both ps and top).
any ideas?
I installed ES 3.6.2 on Linux (red hat 9.0) with java 1.4.2_04, but when I run it (StartElectroServer) ES give me this exception:
Starting Chat Server
Thread pool configured: min=1, max=10, keepalive=60000
2004/11/03 20:23:34.795 SEVERE [10] (ChatProtocol.startServer): Cannot listen on address: /xxx.yyy.zzz.ttt:9875
java.net.SocketException: Cannot assign requested address
sun.nio.ch.Net.bind(Native Method)
sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
org.ronsoft.protoplex.nioimpl.server.NioServer.lis ten(NioServer.java:308)
com.electrotank.electroserver.ChatProtocol.startSe rver(ChatProtocol.java:322)
com.electrotank.electroserver.ElectroServer.startC hatServer(ElectroServer.java:193)
com.electrotank.electroserver.ElectroServer.main(E lectroServer.java:314)
sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.install4j.runtime.LauncherEngine.launch(Unknow n Source)
com.install4j.runtime.Launcher.main(Unknown Source)
2004/11/03 20:23:34.911 SEVERE [10] (ChatProtocol.startServer): Unable to listen on any of the addresses, is the server already running?
Could not start server thread, exiting
it seems like the server is already running, but it isn't ot at least it doesn't appear in the process list (I tried both ps and top).
any ideas?