[JaveQ]: Open-source java emulator development.

10/16/2009 16:18 Akonkagva#46
[Only registered and activated users can see links. Click Here To Register...]
10/16/2009 20:08 -Chernobyl#47
Quote:
Originally Posted by xxbrentonxx View Post
His project is all new he started it a few weeks ago but only began serious production not to long ago. which emulator are you reffering to btw i sent him one made in java (it wasnt very good at all) released last year but i know there was atleast two released last year, could only find one though?
I think it was called JavaSroEmul. It wasn't very good, but was a start.
I did a search on RageXXXX and can't find the thread for it. It was released in Oct 2008.
10/17/2009 00:35 xxbrentonxx#48
Quote:
Originally Posted by -Chernobyl View Post
I think it was called JavaSroEmul. It wasn't very good, but was a start.
I did a search on RageXXXX and can't find the thread for it. It was released in Oct 2008.
The one i have is the one that Akon posted, i will try to find that one.
10/17/2009 07:29 lesderid#49
Perfect1994, can i get an account for posting tickets on your trac please?
10/17/2009 12:59 xxbrentonxx#50
Quote:
Originally Posted by lesderid View Post
Perfect1994, can i get an account for posting tickets on your trac please?
Just sign up on Assembla.
10/17/2009 13:43 lesderid#51
Quote:
Originally Posted by xxbrentonxx View Post
Just sign up on Assembla.
Oh ok, i didn't know that you must use your Assembla acocunt, thanks.
Can you add me as a member?
My Assembla name is manneke.
10/17/2009 15:07 Akonkagva#52
After I run loginserver successfully and I have edite HOSTS FILE:
# Copyright (c) 1993-2006 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost
::1 localhost
#127.0.0.1 localhost
127.0.0.1 shlogin1.srocn.com
127.0.0.1 shlogin2.srocn.com
127.0.0.1 shlogin3.srocn.com
127.0.0.1 shlogin4.srocn.com

When I launch silkroad.exe, I get this error:
[Only registered and activated users can see links. Click Here To Register...]
10/17/2009 16:18 lesderid#53
use a loader, the launcher isn't implemented YET
EDIT: William, can you add me on msn, [Only registered and activated users can see links. Click Here To Register...]
IF ANYONE ELSE ADDS ME, I WILL ASK WHERE HE GOT MY MSN AND WHY HE ADDED ME BECAUSE I DON'T LIKE RANDOM PEOPLE IN MY MSN!!!
10/17/2009 18:57 Akonkagva#54
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:
[Only registered and activated users can see links. Click Here To Register...]
It seem's that something doesn't work but what ?
10/17/2009 19:10 lesderid#55
I don't gonna quote you but it is to the post before this one:

Change the details in your Constants.java file.
It should look like this:


Code:
package com.williaminc.loginserver;

public class Constants {

	public final static String DATABASE_URL = "jdbc:mysql://HOST(normally 127.0.0.1)/DATABASE NAME(javeq?)";

	public static final String DATABASE_USERNAME = "root";

	public final static String DATABASE_PASSWORD = "REPLACE THIS WITH YOUR MYSQL ROOT PASSWORD";

}
10/17/2009 20:09 Akonkagva#56
Setting up the emulator

This guide will be using the Eclipse IDE to setup our server and get it running.

1) First download Eclipse at [Only registered and activated users can see links. Click Here To Register...].
2) Download the source using SVN update/download it via Trac.
For using Trac use [Only registered and activated users can see links. Click Here To Register...]
Install it, it will be installed into explorer(if you are using explorer)
Open explorer right click and open TortoiseSVN->repo-browser there add URL:[Only registered and activated users can see links. Click Here To Register...]

3) Open up Eclipse
For this project you need this one: [Only registered and activated users can see links. Click Here To Register...]
4) Make a new project > Create project from existing source (> Navigate to the folder where you loginserver/, gameserver/ folders are and select it.
5) Right-click the project > Proprties > Java build path > Libaries > Add jars. Add all jars folder contained in the libs/ folder.
6) Click on the run-symbol and it should run now.
7) For correct *launching* you need to install mysql server, which can be downloaded here:[Only registered and activated users can see links. Click Here To Register...], to make it work we must make default port: 3306, and set some password.
8) As launcher hasn't been yet been relized we must must use [Only registered and activated users can see links. Click Here To Register...], to launch it correctly, make redirect login to:127.0.0.1, 15779.
Good luck everyone.
If everything is correctly you will get nice welcome screen with server list;
GL !

Original posts by Perfect are without italic)
10/18/2009 11:29 pusztitogall#57
So congratulation.
It's very good but i have got some warning.
[Only registered and activated users can see links. Click Here To Register...]
After i run the sro and the eclipse write:


Code:
2009.10.18. 13:52:03 com.williaminc.loginserver.LoginServer <init>
INFO: Login server engine started.
2009.10.18. 13:52:03 com.williaminc.loginserver.LoginServer bind
INFO: Binding to port 15779
2009.10.18. 13:52:03 com.mchange.v2.log.MLog <clinit>
INFO: MLog clients using java 1.4+ standard logging.
2009.10.18. 13:52:04 com.mchange.v2.c3p0.C3P0Registry banner
INFO: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
2009.10.18. 13:52:05 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource 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 -> 1hge0w184spqdd81bsdob1|182f0db, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 1hge0w184spqdd81bsdob1|182f0db, 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 ]
2009.10.18. 13:52:41 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@3570b0 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 0 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2009.10.18. 13:52:41 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@10a2d64 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 0 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2009.10.18. 13:52:41 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@17ce4e7 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 16 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
java.sql.SQLException: Connections could not be acquired from the underlying database!
	at com.mchange.v2.sql.SqlUtils.toSQLException(SqlUtils.java:106)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:529)
	at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)
	at com.williaminc.loginserver.net.sql.QueryHandler.<init>(QueryHandler.java:29)
	at com.williaminc.loginserver.GameEngine.main(GameEngine.java:25)
Caused by: com.mchange.v2.resourcepool.CannotAcquireResourceException: A ResourcePool could not acquire a resource from its primary factory or source.
	at com.mchange.v2.resourcepool.BasicResourcePool.awaitAvailable(BasicResourcePool.java:1319)
	at com.mchange.v2.resourcepool.BasicResourcePool.prelimCheckoutResource(BasicResourcePool.java:557)
	at com.mchange.v2.resourcepool.BasicResourcePool.checkoutResource(BasicResourcePool.java:477)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool.checkoutPooledConnection(C3P0PooledConnectionPool.java:525)
	... 3 more
2009.10.18. 13:53:29 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1198891 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 0 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2009.10.18. 13:53:30 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@1506dc4 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 0 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2009.10.18. 13:53:30 com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask run
WARNING: com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@15663a2 -- 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(StandardSocketFactory.java:246)
	at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:271)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2771)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)


** END NESTED EXCEPTION **



Last packet sent to the server was 0 ms ago.
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2847)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:134)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:182)
	at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:171)
	at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:137)
	at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1014)
	at com.mchange.v2.resourcepool.BasicResourcePool.access$800(BasicResourcePool.java:32)
	at com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask.run(BasicResourcePool.java:1810)
	at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:547)
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 00 90 00 00
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 36864
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:30 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 36864
2009.10.18. 13:53:30 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 36864
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 0C 00 01 20 00 00 09 00 53 52 5F 43 6C 69 65 6E 74 00 10 00 00 61 00 00 12 09 00 53 52 5F 43 6C 69 65 6E 74 D9 00 00 00
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 12 | Opcode: 8193
2009.10.18. 13:53:30 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 12
2009.10.18. 13:53:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 10 00 00 61 00 00 12 09 00 53 52 5F 43 6C 69 65 6E 74 D9 00 00 00
2009.10.18. 13:53:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 16 | Opcode: 24832
2009.10.18. 13:53:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 16
2009.10.18. 13:53:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8193
2009.10.18. 13:53:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8193
2009.10.18. 13:53:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24832
2009.10.18. 13:53:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24832
2009.10.18. 13:53:36 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:53:36 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:53:36 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:36 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:53:36 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:53:41 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:53:41 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:53:41 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:41 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:53:41 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:53:46 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:53:46 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:53:46 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:46 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:53:46 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:53:51 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:53:51 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:53:51 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:51 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:53:51 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:53:56 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:53:56 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:53:56 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:53:56 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:53:56 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:01 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:54:01 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:54:01 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:01 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:54:01 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:08 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:54:08 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:54:08 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:08 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:54:08 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:14 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:54:14 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:54:14 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:14 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:54:14 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:20 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
2009.10.18. 13:54:20 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 24833
2009.10.18. 13:54:20 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:20 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24833
2009.10.18. 13:54:20 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24833
2009.10.18. 13:54:26 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:54:26 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:54:26 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:26 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:54:26 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 02 20 00 00
2009.10.18. 13:54:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 8194
2009.10.18. 13:54:31 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 8194
2009.10.18. 13:54:31 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 8194
2009.10.18. 13:54:34 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Hexdump: 00 00 01 61 00 00
2009.10.18. 13:54:34 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Size: 0 | Opcode: 24833
2009.10.18. 13:54:34 com.williaminc.loginserver.net.codec.SilkroadPacketDecoder doDecode
INFO: Payload data: 0
2009.10.18. 13:54:34 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Recieved packet opcode: 24833
2009.10.18. 13:54:34 com.williaminc.loginserver.net.packet.PacketManager handlePacket
INFO: Unhandled packet opcode: 24833

And i havent got any server in the serverlist.Can anyone help me?I use laucher i type login ip 127.0.0.1 port 15779 and world ip the same and i use 1.217 client
My MSN is [Only registered and activated users can see links. Click Here To Register...]
10/18/2009 13:51 Akonkagva#58
Ehm, java.sql.SQLException: No suitable driver. Are you sure, you have installed jar's ?
Class.forName("com.mysql.jdbc.Driver");
cpds.setDriverClass("com.mysql.jdbc.Driver"); // loads the jdbc driver
Have you loaded jar's in Library ?
It work's fine for me with 1.152 csro client ))
10/18/2009 14:30 Davincibg#59
If you are posting such a long text post it in
Code:
....................
10/18/2009 14:56 pusztitogall#60
Ok.
And thank you Akonkagva