Errors running the .sh file
Hey, I'm running an ArberMS2 source on my linux vps,
I've set everything up (went through their guide) and when I launch the world file this is what I get:
# sh launch_world.sh
Apr 17, 2014 4:50:08 PM net.sf.odinms.net.world.WorldServer main
SEVERE: Could not initialize RMI system
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:330)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:238 )
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:411)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:147)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:20 8)
at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:152)
at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:112)
at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:2 39)
at net.sf.odinms.net.world.WorldServer.main(WorldServer.java:71)
Caused by: java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:38 2)
at java.net.ServerSocket.bind(ServerSocket.java:375)
at java.net.ServerSocket.<init>(ServerSocket.java:237)
at java.net.ServerSocket.<init>(ServerSocket.java:128)
at javax.rmi.ssl.SslRMIServerSocketFactory$1.<init>(SslRMIServerSocketFa ctory.java:260)
at javax.rmi.ssl.SslRMIServerSocketFactory.createServerSocket(SslRMIServ erSocketFactory.java:260)
at sun.rmi.transport.tcp.TCPEndpoint.newServerSocket(TCPEndpoint.java:66 6)
at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:319)
... 8 more
I've been trying to fix this for about a week now..
Anyone?
Re: Errors running the .sh file
I'm gonna have to bump this.
Please help, I have run through this process over and over and I get these exact errors every single time.
Re: Errors running the .sh file
Code:
SEVERE: Could not initialize RMI system
java.rmi.server.ExportException: Port already in use: 1099; nested exception is:
java.net.BindException: Address already in use
what else do you need?
Re: Errors running the .sh file
port is shown being used already
Re: Errors running the .sh file
Yes I have noticed it says that, but this port is not even open now, and when I did open it it said the same thing.
Netstat didn't show it was under use either...