-
[java] Java help
can anyone help solve this problem ?
thanks
Code:
java.rmi.ConnectException: Connection refused to host: 209.160.33.9; nested exception is:
java.net.ConnectException: Connection timed out
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:109)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:160)
Caused by: java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.<init>(Unknown Source)
at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at javax.rmi.ssl.SslRMIClientSocketFactory.createSocket(Unknown Source)
... 7 more
Feb 25, 2008 8:16:14 AM net.sf.odinms.net.login.LoginServer main
SEVERE: Error initializing loginserver
java.lang.NumberFormatException: null
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at net.sf.odinms.net.login.LoginServer.run(LoginServer.java:136)
at net.sf.odinms.net.login.LoginServer.main(LoginServer.java:160)
-
Re: Java help
As it says on the first line 'Connection refused to host: 209.160.33.9; nested exception is:
java.net.ConnectException: Connection timed out'
Aka, it can't connect to the IP address 209.160.33.9 (Presumably because whatever server it is trying to connect to on that specific IP Address is not running)
~ Jeax
-
Re: [java] Java help
I would suggest you get support at the location you found the source, OdinMS.