The last two nightlies won't let people on my server...

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
Yuri909
Posts: 47
Joined: Tue Apr 28, 2009 2:51 am

The last two nightlies won't let people on my server...

Post by Yuri909 »

L2J Revision 3076:
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) 
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: The last two nightlies won't let people on my server...

Post by _DS_ »

java.net.UnknownHostException: *
Java problem with resolver. Set external and internal ip addresses in server.properties.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
Teepo
Posts: 15
Joined: Thu Apr 12, 2007 3:51 pm

Re: The last two nightlies won't let people on my server...

Post by Teepo »

Had the same error yesterday. Resolved with server.properties, but still noone can login. Can't find a way on how to fix this thing .. :S
Post Reply