I'm having the same problem, my gameserver won't load anymore and it says adress already in use, it was working normally before
Mine was working fine, i don't know what happened, i've tried every single set up configuration that i could found on ragezone and i still get the same error on gameserver.
Login works normally though, i can open the game and login, but it will say that the server is down.
Any idea why?
21:32:53.091 INFO [main]: - Server listening on all available IPs on Port 7777 for Game Connections
21:32:53.094 ERROR[main]: - NioServer Initialization Error: java.net.BindException: Address already in use: bind
java.net.BindException: Address already in use: bind
at sun.nio.ch.Net.bind0(Native Method) ~[na:1.7.0_80]
at sun.nio.ch.Net.bind(Net.java:463) ~[na:1.7.0_80]
at sun.nio.ch.Net.bind(Net.java:455) ~[na:1.7.0_80]
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) ~[na:1.7.0_80]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ~[na:1.7.0_80]
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) ~[na:1.7.0_80]
at com.aionemu.commons.network.NioServer.connect(NioServer.java:123) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.startServers(GameServer.java:425) [AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:380) [AL-Game.jar:na]
21:32:53.095 ERROR[main]: - Critical Error - Thread: main terminated abnormaly: java.lang.Error: NioServer Initialization Error!
java.lang.Error: NioServer Initialization Error!
at com.aionemu.commons.network.NioServer.connect(NioServer.java:135) ~[al-commons-1.3.jar:na]
at com.aionemu.gameserver.GameServer.startServers(GameServer.java:425) ~[AL-Game.jar:na]
at com.aionemu.gameserver.GameServer.main(GameServer.java:380) ~[AL-Game.jar:na]