CentOS; No Console & "address is in use"

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
reddozen
Posts: 2
Joined: Tue Apr 28, 2009 4:47 pm

CentOS; No Console & "address is in use"

Post by reddozen »

If you want to receive support we need this info to help you properly.
» 2941
L2J Revision Number: 2941
L2JDP Revision Number: 5986

We've looked for a solution and reinstalled it a couple times. Things seem to be fine on windows, but as the subject states, there's no console that comes up when you launch it in Linux, and in the error logs it's saying that "address is in use" but noting is running on the defined ports.

Anyone have any ideas or suggestions?
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: CentOS; No Console & "address is in use"

Post by kotk »

Here is your console:
cd log
tail -f stdout.log

Need more info to help you.
reddozen
Posts: 2
Joined: Tue Apr 28, 2009 4:47 pm

Re: CentOS; No Console & "address is in use"

Post by reddozen »

Code: Select all

May 1, 2009 4:01:35 PM net.sf.l2j.loginserver.LoginController <init>INFO: Loading LoginContoller...May 1, 2009 4:01:36 PM net.sf.l2j.loginserver.LoginController <init>INFO: Cached 10 KeyPairs for RSA communicationMay 1, 2009 4:01:36 PM net.sf.l2j.loginserver.LoginController generateBlowFishKeysINFO: Stored 20 keys for Blowfish communicationMay 1, 2009 4:01:36 PM net.sf.l2j.loginserver.GameServerTable <init>INFO: Loaded 1 server namesMay 1, 2009 4:01:36 PM net.sf.l2j.loginserver.GameServerTable <init>INFO: Loaded 1 registered Game ServersMay 1, 2009 4:01:37 PM net.sf.l2j.loginserver.GameServerTable <init>INFO: Cached 10 RSA keys for Game Server communication.May 1, 2009 4:01:37 PM net.sf.l2j.loginserver.L2LoginServer <init>INFO: Listening for GameServers on *:8888May 1, 2009 4:01:37 PM net.sf.l2j.loginserver.L2LoginServer <init>INFO: Telnet server is currently disabled.May 1, 2009 4:01:37 PM net.sf.l2j.loginserver.L2LoginServer <init>SEVERE: FATAL: Failed to open server socket. Reason: Address already in use
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: CentOS; No Console & "address is in use"

Post by kotk »

As root do
netstat -anp | grep 8888 | grep -i listen

The last column should list what is already running on that port. Any reason why you changed it from the default (9014)?
Post Reply