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
What should I do?
*** updated that's aqward, it says my ports are closed, but I have opened TCP and UDP 2016 and 7777..