Login server error

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
Lyan
Posts: 66
Joined: Sat Nov 05, 2011 9:55 am

Login server error

Post by Lyan »

Hello
I added some HTML files to my L2 and I wanted to check them out but when I pressed the login server, this error appeared:
07, 2013

Code: Select all

12:37:33 AM 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 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:101)    at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:149)    at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:62)Caused by: java.net.ConnectException: Connection timed out: connect    at sun.nio.ch.Net.connect0(Native Method)    at sun.nio.ch.Net.connect(Unknown Source)    at sun.nio.ch.Net.connect(Unknown Source)    at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)    at java.nio.channels.SocketChannel.open(Unknown Source)    ... 12 more  
There is no any connection between what I did and this error. My ports are opened and this error appears in other l2j server I had.

What should I do?


*** updated that's aqward, it says my ports are closed, but I have opened TCP and UDP 2016 and 7777..
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Login server error

Post by UnAfraid »

Windows or Linux OS?
Image
Lyan
Posts: 66
Joined: Sat Nov 05, 2011 9:55 am

Re: Login server error

Post by Lyan »

Windows


When I removed network protection from my anti virus, it works. But I have made an update to my antivirus so now it doesn't work again.
I put 2 L2 rules - 7777,2106 but he still close them
Post Reply