Hey, I am trying to get a dedicated server running for some friends and I, but I keep getting Java errors related to the IP address not binding. I followed yahgiggle's tut but no luck :(. in the properties file, I left the server ip section blank as per the tutorial, but when I check the logs I get this before the server window closes:
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.Net.bind(Unknown Source)
at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
at de.jiw.network.kernel.tcp.TcpKernel.initialize(TcpKernel.java:54)
at de.jiw.network.kernel.KernelAdapter.startUp(KernelAdapter.java:198)
at de.jiw.network.NetworkServer.startServer(NetworkServer.java:156)
at server.b.d(SourceFile:711)
at server.Main.c(SourceFile:328)
at server.Main.initApplication(SourceFile:196)
at commons.JIWApplication.initialize(SourceFile:82)
at com.jme3.system.NullContext.initInThread(NullContext.java:84)
at com.jme3.system.NullContext.run(NullContext.java:127)
at java.lang.Thread.run(Unknown Source)
I left the port at the default 4255 and forwarded 4254-4259 for both TCP ad UDP and checked that they are all forwarded correctly.
Hopefully there is a simple fix!
Thanks for looking!
Attached is the entire log file if anyone needs to see it.