Freya "startGameServer.bat" issue.

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
DimmSk
Posts: 2
Joined: Sat Sep 01, 2012 3:19 am

Freya "startGameServer.bat" issue.

Post by DimmSk »

L2J Revision: 5592M
L2JDP Revision: 9116

Hello. Im following the Setup Server Guide.
The packages are:

Code: Select all

Core: http://svn.l2jserver.com/branches/L2_GameServer_T2.5/Datapack: http://svn.l2jdp.com/branches/L2J_DataPack_CT2.5/
Im using a password on the MySQL db, and startGameServer use default as "no". How can i change that?

LOG

Code: Select all

Starting L2J Game Server. Loading GameServer Configuration Files...L2Properties: Missing property for key - DatapackRootLoaded 6 Filter Words.-----------------------------------------------------------------=[ Database ]MLog clients using java 1.4+ standard logging.Initializing c3p0-0.9.2-pre1 [built 27-May-2010 01:00:49 -0400; debug? true; trace: 10]Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ java.beans.IntrospectionException: java.lang.reflect.InvocationTargetException [numThreadsAwaitingCheckoutDefaultUser] ]Exception in thread "main" java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)        at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3597)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3529)        at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:935)        at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4101)        at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1300)        at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2337)        at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2370)        at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2154)        at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:792)        at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)        at java.lang.reflect.Constructor.newInstance(Unknown Source)        at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)        at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:381)        at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)        at com.mchange.v2.c3p0.DriverManagerDataSource.getConnection(DriverManagerDataSource.java:119)        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:143)        at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:132)        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.initializeAutomaticTestTable(C3P0PooledConnectionPoolManager.java:866)        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.createPooledConnectionPool(C3P0PooledConnectionPoolManager.java:789)        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0PooledConnectionPoolManager.java:298)        at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPoolManager.getPool(C3P0PooledConnectionPoolManager.java:312)        at com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource.getConnection(AbstractPoolBackedDataSource.java:128)        at com.l2jserver.L2DatabaseFactory.<init>(L2DatabaseFactory.java:100)        at com.l2jserver.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:211)        at com.l2jserver.gameserver.GameServer.main(GameServer.java:483) Server terminated abnormaly  server terminated Press any key to continue . . .
Thanks!
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Freya "startGameServer.bat" issue.

Post by jurchiks »

passwords to databases are stored in /config/server.properties and /config/loginserver.properties.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
DimmSk
Posts: 2
Joined: Sat Sep 01, 2012 3:19 am

Re: Freya "startGameServer.bat" issue.

Post by DimmSk »

Thanks a lot! I forgot about "/config/server.properties". Now is running.

Thanks again!
Post Reply