Page 1 of 1

Login Server starting problem

Posted: Thu Oct 28, 2010 5:47 pm
by CAMMARO
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4422
L2JDP Revision Number:7669

Hi,

I try to start a L2J server from nightbuilds pack and all is fine with gameserver but loginserver doesnt start and return the next error

Code: Select all

 Oct 28, 2010 8:30:29 PM com.l2jserver.loginserver.L2LoginServer <init>SEVERE: FATAL: Failed to open Selector. Reason: Unable to establish loopback connectionjava.io.IOException: Unable to establish loopback connection    at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)    at java.security.AccessController.doPrivileged(Native Method)    at sun.nio.ch.PipeImpl.<init>(Unknown Source)    at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)    at java.nio.channels.Pipe.open(Unknown Source)    at sun.nio.ch.WindowsSelectorImpl.<init>(Unknown Source)    at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)    at java.nio.channels.Selector.open(Unknown Source)    at org.mmocore.network.SelectorThread.<init>(SelectorThread.java:99)    at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:167)    at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:56)Caused by: java.net.ConnectException: Connection timed out: connect    at sun.nio.ch.Net.connect(Native Method)    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)    at java.nio.channels.SocketChannel.open(Unknown Source)    ... 11 more 
I verify several times login config files without any resut
(my OS is Win7 32)

Thanks for help

Re: Login Server starting problem

Posted: Thu Oct 28, 2010 5:55 pm
by _DS_
Firewall or localhost set to something not 127.0.0.1

Re: Login Server starting problem

Posted: Thu Oct 28, 2010 6:02 pm
by CAMMARO
Thanks
I disabled win firewall from services and now loginsever start fine
But what I need to add to win firewall for work with l2j loginserver ?

Ty

Re: Login Server starting problem

Posted: Thu Oct 28, 2010 6:06 pm
by _DS_
At least connections to/from localhost and ports 2106/7777 external.

Re: Login Server starting problem

Posted: Thu Oct 28, 2010 6:32 pm
by CAMMARO
ok
Added firewall rules (inbound and outbound) for 2106 , 7777 (TCP/UDP) and now works like a charm

thank a lot for your help and patience
;)