Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] How to make an allods private server.

Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
And what poblema? I Win8.1x64 ran on a similar server in . Everything worked fine ...
 
Banned
Banned
Joined
Sep 4, 2014
Messages
80
Reaction score
2
i have windows 7 in 64 bit but the logicial is in 32 bit and when a write password on SQL for installation there are one error
 
cats addicted
Loyal Member
Joined
Apr 1, 2010
Messages
1,364
Reaction score
293
Wonderfull guide but it doesnt work for me.

Here is my problem when starting masterserver, but its the same for all serverparts exept accountserver (which runs fine).

Code:
[01-31 23:35:12,553, 2340] main - ERROR verify  : org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Base 'allods_online_masterserver_trunk' inconnue)
dbcommons.jdbc.exception.DatabaseConfigurationException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Base 'allods_online_masterserver_trunk' inconnue)
	at dbcommons.jdbc.pool.dbcpimpl.ConnectionsPoolDBCPImpl.<init>(ConnectionsPoolDBCPImpl.java:57)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at dbcommons.jdbc.helper.ReflectionHelper.instantiate(ReflectionHelper.java:96)
	at dbcommons.jdbc.helper.ReflectionHelper.createInstance(ReflectionHelper.java:41)
	at dbcommons.jdbc.pool.ConnectionsPool.createInstance(ConnectionsPool.java:20)
	at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:106)
	at masterServer.db.jdbcimpl.MasterServerDBContextJDBCImpl.<init>(MasterServerDBContextJDBCImpl.java:23)
	at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.createContext(MasterServerDBContextFactoryImpl.java:42)
	at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:105)
	at masterServer.MasterServerStarter.startSync(MasterServerStarter.java:56)
	at launch.CommonStarterImpl.start(CommonStarterImpl.java:36)
	at launch.main.LauncherMain.run(LauncherMain.java:75)
	at launch.main.LauncherMain.launch(LauncherMain.java:108)
	at masterServer.MasterServerMain.main(MasterServerMain.java:16)
Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Base 'allods_online_masterserver_trunk' inconnue)
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225)
	at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
	at dbcommons.jdbc.pool.dbcpimpl.ConnectionsPoolDBCPImpl.<init>(ConnectionsPoolDBCPImpl.java:54)
	... 16 more
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Base 'allods_online_masterserver_trunk' inconnue
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:885)
	at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3421)
	at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1247)
	at com.mysql.jdbc.Connection.createNewIO(Connection.java:2775)
	at com.mysql.jdbc.Connection.<init>(Connection.java:1555)
	at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:285)
	at org.apache.commons.dbcp.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:38)
	at org.apache.commons.dbcp.PoolableConnectionFactory.makeObject(PoolableConnectionFactory.java:294)
	at org.apache.commons.dbcp.BasicDataSource.validateConnectionFactory(BasicDataSource.java:1247)
	at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1221)
	... 18 more

[01-31 23:35:12,584, 2371] main - ERROR verify  : unable to start server
system.base.LaunchException: dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
	at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:107)
	at masterServer.MasterServerStarter.startSync(MasterServerStarter.java:56)
	at launch.CommonStarterImpl.start(CommonStarterImpl.java:36)
	at launch.main.LauncherMain.run(LauncherMain.java:75)
	at launch.main.LauncherMain.launch(LauncherMain.java:108)
	at masterServer.MasterServerMain.main(MasterServerMain.java:16)
Caused by: dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
	at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.createContext(MasterServerDBContextFactoryImpl.java:44)
	at masterServer.MasterServerStarter.createDatabaseService(MasterServerStarter.java:105)
	... 5 more
Caused by: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
	at dbcommons.jdbc.helper.ReflectionHelper.createInstance(ReflectionHelper.java:48)
	at dbcommons.jdbc.pool.ConnectionsPool.createInstance(ConnectionsPool.java:20)
	at dbcommons.jdbc.JDBCContext.<init>(JDBCContext.java:106)
	at masterServer.db.jdbcimpl.MasterServerDBContextJDBCImpl.<init>(MasterServerDBContextJDBCImpl.java:23)
	at masterServer.db.jdbcimpl.MasterServerDBContextFactoryImpl.createContext(MasterServerDBContextFactoryImpl.java:42)
	... 6 more

[01-31 23:35:12,600, 2387] main - INFO  masterServer.MasterServerMain  : shut down request received, shutting down...
[01-31 23:35:12,600, 2387] main - INFO  masterServer.MasterServerMain  : master server shut down
 
Newbie Spellweaver
Joined
Apr 9, 2013
Messages
7
Reaction score
0
(Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Base 'allods_online_masterserver_trunk' inconnue)

your service mysql is started? wamp in green?
 
Last edited:
Initiate Mage
Joined
Dec 23, 2019
Messages
3
Reaction score
0
Greetings. Could you tell me, please, does this guide fits to version 1.0.02.0?
 
Back
Top