After I did it, I tried to launch login server.
And after I did it I got this message in console:
17-Oct-2009 17:51:10 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSou rce getPoolManager
INFO: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 2t7zne84rkyeumyz9h2i|123b25c, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2t7zne84rkyeumyz9h2i|123b25c, idleConnectionTestPeriod -> 0, initialPoolSize -> 3, jdbcUrl -> jdbc:mysql://host/database, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 20, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 3, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
17-Oct-2009 17:51:47 com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask@15aed57 -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.UnknownHostException
MESSAGE: host
STACKTRACE:
java.net.UnknownHostException: host
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(Stand ardSocketFactory.java:246)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2771)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
** END NESTED EXCEPTION **
Last packet sent to the server was 0 ms ago.
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2847)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 00 90 00 00 0C 00 01 20 00 00 09 00 53 52 5F 43 6C 69 65 6E 74 00
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 36864
17-Oct-2009 17:51:47 com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask@1724a9d -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.UnknownHostException
MESSAGE: host
STACKTRACE:
java.net.UnknownHostException: host
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(Stand ardSocketFactory.java:246)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2771)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
** END NESTED EXCEPTION **
Last packet sent to the server was 1 ms ago.
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2847)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:51:47 com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask@8a548b -- Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (30). Last acquisition attempt exception:
com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.UnknownHostException
MESSAGE: host
STACKTRACE:
java.net.UnknownHostException: host
at java.net.InetAddress.getAllByName0(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at java.net.InetAddress.getAllByName(Unknown Source)
at com.mysql.jdbc.StandardSocketFactory.connect(Stand ardSocketFactory.java:246)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2771)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
** END NESTED EXCEPTION **
Last packet sent to the server was 4 ms ago.
at com.mysql.jdbc.Connection.createNewIO(Connection.j ava:2847)
at com.mysql.jdbc.Connection.<init>(Connection.java:1 555)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonReg isteringDriver.java:285)
at com.mchange.v2.c3p0.DriverManagerDataSource.getCon nection(DriverManagerDataSource.java:134)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:182)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSourc e.getPooledConnection(WrapperConnectionPoolDataSou rce.java:171)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$ 1PooledConnectionResourcePoolManager.acquireResour ce(C3P0PooledConnectionPool.java:137)
at com.mchange.v2.resourcepool.BasicResourcePool.doAc quire(BasicResourcePool.java:1014)
at com.mchange.v2.resourcepool.BasicResourcePool.acce ss$800(BasicResourcePool.java:32)
at com.mchange.v2.resourcepool.BasicResourcePool$Acqu ireTask.run(BasicResourcePool.java:1810)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$ PoolThread.run(ThreadPoolAsynchronousRunner.java:5 47)
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 0C 00 01 20 00 00 09 00 53 52 5F 43 6C 69 65 6E 74 00
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 12 | Opcode: 8193
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 12
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 36864
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 36864
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 8193
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 8193
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 10 00 00 61 00 00 04 09 00 53 52 5F 43 6C 69 65 6E 74 98 00 00 00
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 16 | Opcode: 24832
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 16
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 24832
17-Oct-2009 17:51:47 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 24832
17-Oct-2009 17:51:52 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
17-Oct-2009 17:51:52 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 8194
17-Oct-2009 17:51:52 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:51:52 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 8194
17-Oct-2009 17:51:52 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 8194
17-Oct-2009 17:51:57 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
17-Oct-2009 17:51:57 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 8194
17-Oct-2009 17:51:57 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:51:57 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 8194
17-Oct-2009 17:51:57 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 8194
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 06 61 00 00
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 24838
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 24838
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 24838
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 24833
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 24833
17-Oct-2009 17:51:58 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 24833
17-Oct-2009 17:52:00 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
17-Oct-2009 17:52:00 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 24833
17-Oct-2009 17:52:00 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:52:00 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 24833
17-Oct-2009 17:52:00 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 24833
17-Oct-2009 17:52:03 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
17-Oct-2009 17:52:03 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Size: 0 | Opcode: 24833
17-Oct-2009 17:52:03 com.williaminc.loginserver.net.codec.SilkroadPacke tDecoder doDecode
INFO: Payload data: 0
17-Oct-2009 17:52:03 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Recieved packet opcode: 24833
17-Oct-2009 17:52:03 com.williaminc.loginserver.net.packet.PacketManage r handlePacket
INFO: Unhandled packet opcode: 24833
And on screen was just:
It seem's that something doesn't work but what ?