Error PLs Help Me

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
vankatze
Posts: 1
Joined: Wed Dec 21, 2016 2:56 am

Error PLs Help Me

Post by vankatze »

Good afternoon.

Already having greeted the error

This error is presented in the login server by itself and in the same way does not allow any user to connect ..... I hope that someone has a solution to the problem since already many thanks


Code: Select all

Exception in thread "SelectorThread-19" java.lang.ArrayIndexOutOfBoundsException: 1
        at com.l2jserver.loginserver.LoginController.isBannedAddress(LoginController.java:339)
        at com.l2jserver.loginserver.SelectorHelper.accept(SelectorHelper.java:67)
        at org.mmocore.network.SelectorThread.acceptConnection(SelectorThread.java:258)
        at org.mmocore.network.SelectorThread.run(SelectorThread.java:181)
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: Error PLs Help Me

Post by Zoey76 »

What login server version are you using?

Do you have IPv6 enabled?

Are you running login server and some PHP script to validate if it's up?

A similar issue was fixed in this commit: https://bitbucket.org/l2jserver/l2j_ser ... 27c698d6e9

Regards
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply