Login Server starting 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
User avatar
CAMMARO
Posts: 7
Joined: Thu Oct 28, 2010 5:00 pm
Location: Botswana
Contact:

Login Server starting problem

Post 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
You do not have the required permissions to view the files attached to this post.
Iceage or Lineage ?!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Login Server starting problem

Post by _DS_ »

Firewall or localhost set to something not 127.0.0.1
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
CAMMARO
Posts: 7
Joined: Thu Oct 28, 2010 5:00 pm
Location: Botswana
Contact:

Re: Login Server starting problem

Post 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
Iceage or Lineage ?!
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Login Server starting problem

Post by _DS_ »

At least connections to/from localhost and ports 2106/7777 external.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
CAMMARO
Posts: 7
Joined: Thu Oct 28, 2010 5:00 pm
Location: Botswana
Contact:

Re: Login Server starting problem

Post 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
;)
Iceage or Lineage ?!
Post Reply