Hi everyone, new here so I hope this is in right section. I have seen this issue come up a lot but I have failed to find an answer to it. I followed a tutorial on this forum on how to setup a private server (https://forum.ragezone.com/f428/mapl...er-v83-741739/) but there is one step that doesn't work. I think it's related to copying the java us policy and local policy. Here is what appears when I click on the [ZenthosDev]OneW file in order to start server. Help please I really want to play this with my friends.
ZenthosDev has started:
World Launched
Exception in thread "main" java.lang.ExceptionInInitializerError
at database.DatabaseConnection.<clinit>(DatabaseConnection.java:12)
at net.world.WorldRegistryImpl.<init>(WorldRegistryImpl.java:54)
at net.world.WorldRegistryImpl.getInstance(WorldRegistryImpl.java:71)
at net.world.WorldServer.main(WorldServer.java:47)
Caused by: java.lang.NumberFormatException: For input string: "1.5"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at constants.ServerProperties.<clinit>(ServerProperties.java:59)
... 4 more
Login Launched
Error initializing loginserverjava.lang.RuntimeException: Could not connect to w
orld server.
Press any key to continue . . . Channel Launched
Exception in thread "main" java.rmi.NotBoundException: WorldRegistry
at sun.rmi.registry.RegistryImpl.lookup(Unknown Source)
at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.oldDispatch(Unknown Source)
at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at sun.rmi.transport.Transport$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Sou
rce)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour
ce)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknow
n Source)
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at net.channel.ChannelServer.main(ChannelServer.java:204)
Press any key to continue . . .


Reply With Quote


