problem with login 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
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

problem with login server

Post by Ai17 »

Code: Select all

Starting L2J Login Server. loading login configL2Properties: Missing property for key - PacketHandlerDebugL2Properties: Missing property for key - RequestServerIDL2Properties: Missing property for key - AcceptAlternateIDL2Properties: Missing property for key - DatapackRootL2Properties: Missing property for key - RouterHostnameLoading mmo.propertiesMLog clients using java 1.4+ standard logging.Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 0, acquireRetryDelay -> 500, autoCommitOnClose -> true, automaticTestTable -> connection_test_table, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> nd76ah8aqpppybt8kv4p|1f630dc, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> nd76ah8aqpppybt8kv4p|1f630dc, idleConnectionTestPeriod -> 3600, initialPoolSize -> 10, jdbcUrl -> jdbc:mysql://localhost/l2jdb, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 10, maxStatements -> 0, maxStatementsPerConnection -> 100, minPoolSize-> 10, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]Loading LoginController...Cached 10 KeyPairs for RSA communicationStored 20 keys for Blowfish communicationLoaded 127 server namesLoaded 1 registered Game ServersCached 10 RSA keys for Game Server communication.Loaded 2 IP Bans.Listening for GameServers on sodaitis.sytes.net:9014Telnet server is currently disabled.Login Server ready on 84.55.4.153:2106Couldn't resolve hostname "sodaitis.sytes.net:"Updated Gameserver [1] Bartz IP's:InternalIP: sodaitis.sytes.netExternalIP: sodaitis.sytes.net:Created new account for asdfdfjava.net.UnknownHostException: sodaitis.sytes.net:        at java.net.Inet6AddressImpl.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.l2jserver.loginserver.serverpackets.ServerList.write(ServerList.java:130)        at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:571)        at org.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:543)        at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:462)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:179)Created new account for sdffsdfsdjava.net.UnknownHostException: sodaitis.sytes.net:        at java.net.Inet6AddressImpl.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.l2jserver.loginserver.serverpackets.ServerList.write(ServerList.java:130)        at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(SelectorThread.java:571)        at org.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThread.java:543)        at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:462)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:179)

whats wrong...
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: problem with login server

Post by kotk »

Ai17 wrote:

Code: Select all

 [b]Couldn't resolve hostname "sodaitis.sytes.net:"Updated Gameserver [1] Bartz IP's:InternalIP: sodaitis.sytes.netExternalIP: sodaitis.sytes.net:[/b] 

whats wrong...
Look over your configs again. :
Post Reply