Page 1 of 1

Error PLs Help Me

Posted: Wed Dec 21, 2016 8:42 pm
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)

Re: Error PLs Help Me

Posted: Wed Mar 01, 2017 1:36 am
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