eKo Posted July 16, 2010 Posted July 16, 2010 Hiho, i am clueless what error this causes. thats why i post it here first when i try to reg a server(hidid) i get this error msg : second when i enter login and i come to the select server window and i click on my server wich is online i get this msg on login console 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 com.l2jarchid.loginserver.network.serverpackets.ServerList.write(ServerList.java:134) at com.l2jserver.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:606) at com.l2jserver.mmocore.network.SelectorThread.writePacket(SelectorThread.java:530) at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:232)
0 eKo Posted July 16, 2010 Author Posted July 16, 2010 configs are left like they are. # ================================================================ # General server setting !!! REQUIRED to configure to everyone !!! # ================================================================ # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname ExternalHostname=127.0.0.1 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname=127.0.0.1 # Bind ip of the LoginServer, use * to bind on all available IPs LoginserverHostname=* LoginserverPort=2106 # How many times you can provide an invalid account/pass before the IP gets banned LoginTryBeforeBan=10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600) LoginBlockAfterBan=600 GMMinLevel=100 # The address on which login will listen for GameServers, use * to bind on all available IPs LoginHostname=127.0.0.1 # The port on which login will listen for GameServers LoginPort=9014 # If set to true any GameServer can register on your login's free slots AcceptNewGameServer = true # If false, the licence (after the login) will not be shown # It is highly recommended for Account Security to leave this option as default (True) ShowLicence = True thats why i am confused.
0 EdenEternal Posted July 16, 2010 Posted July 16, 2010 you have some error loginserver.propetries or gameserver.properties check
0 eKo Posted July 16, 2010 Author Posted July 16, 2010 you have some error loginserver.propetries or gameserver.properties check that far i was myself allready but i didnt change any config files
0 Intrepid Posted July 16, 2010 Posted July 16, 2010 change every bind (*) to a valid ip adress that looks a fed up java problem
0 eKo Posted July 17, 2010 Author Posted July 17, 2010 change every bind (*) to a valid ip adress that looks a fed up java problem ty for post but fixed it on source /locked
Question
eKo
Hiho, i am clueless what error this causes. thats why i post it here
first when i try to reg a server(hidid) i get this error msg :
second when i enter login and i come to the select server window and i click on my server wich is online i get this msg on login console
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 com.l2jarchid.loginserver.network.serverpackets.ServerList.write(ServerList.java:134)
at com.l2jserver.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:606)
at com.l2jserver.mmocore.network.SelectorThread.writePacket(SelectorThread.java:530)
at com.l2jserver.mmocore.network.SelectorThread.run(SelectorThread.java:232)
6 answers to this question
Recommended Posts