[Solved]Server start problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
surskis
Posts: 101
Joined: Sun Jul 12, 2009 6:24 pm
Location: Lithuania

[Solved]Server start problem

Post by surskis »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4224M
L2JDP Revision Number:7439M

Hello,

I have problem with server start:

com.l2jserver.gameserver.GameServer <init>
SEVERE: FATAL: Failed to open server socket. Reason: Cannot assign requested address: bind
java.net.BindException: Cannot assign requested address: bind
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:52)
at org.mmocore.network.SelectorThread.openServerSocket(SelectorThread.java:112)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:461)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:496)

Sorry for my bad english
Last edited by surskis on Fri May 28, 2010 11:15 am, edited 1 time in total.
antons007
Posts: 149
Joined: Sat Sep 12, 2009 4:18 pm

Re: Server start problem

Post by antons007 »

change port number
surskis
Posts: 101
Joined: Sun Jul 12, 2009 6:24 pm
Location: Lithuania

Re: Server start problem

Post by surskis »

My mistake, thanks
Post Reply