L2JDP Revision 6133:
The last two nightlies (including today's - the above) have not allowed my members to connect and I can't figure out why. I've gone trough my files and tried to make sure the settings were correct, and concurrent with previous server builds that worked. I can't figure this out, probably due to not knowing Java.
This is what the window says
Code: Select all
java.net.UnknownHostException: * at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getByName(Unknown Source) at net.sf.l2j.loginserver.serverpackets.ServerList.write(ServerList.java:129) at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:1083) at org.mmocore.network.SelectorThread.prepareWriteBuffer2(SelectorThread.java:1040) at org.mmocore.network.SelectorThread.writePacket2(SelectorThread.java:946) at org.mmocore.network.SelectorThread.run(SelectorThread.java:239)