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] Allods 1.1.02.0 server setup DETAILED

Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
Hi and thanks for this great tutorial!

I meet an error with the step of lauching startServerAccount.bat, here is the screenshot of the error
Regards,

I assume that the error occurs as a consequence of non-compliance java version
required version 1.6.0_18
in your case installed Java version 1.8.0_45
at least so says the log in the screenshot.
Nwps7BZ - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
I assume that the error occurs as a consequence of non-compliance java version
required version 1.6.0_18
in your case installed Java version 1.8.0_45
at least so says the log in the screenshot.
Nwps7BZ - [Guide] Allods 1.1.02.0 server setup DETAILED - RaGEZONE Forums

Thanks, i'd dl the 6u18 version of java, i've now an other error :
C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>call startAccountServerCommon.bat cfg/shard_local.xml jars


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>call ../scripts/startServer.bat 64 256 ../jars accountserver.AccountServerMain.jar 5006 ../cfg/shard_local.xml


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM 64 - permanent memory size (MB)


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM 256 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM ../jars, ... - other params


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM pushedx: Taking this out since we will set var ourselves


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM call ../../vendors/defineJavaHome.bat


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>cd cfg


C:\Users\Liightman\Desktop\Serveur Allods\Server\server_bin\accountServer\cfg>"C:\Program Files (x86)\Java\JDK1.6\bin\java.exe" -server -XX:MaxPermSize=64m -Xmx256M -Xms256M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5006 -jar ../../jars/accountserver.AccountServerMain.jar ../cfg/shard_local.xml
Listening for transport dt_socket at address: 5006
log4j:WARN No appenders could be found for logger (launch.main.LauncherMain).
log4j:WARN Please initialize the log4j system properly.
[04-17 15:08:14,395, 209] main - INFO launch.main.LauncherMain : loading config from ../cfg/shard_local.xml
[04-17 15:08:18,712, 4526] main - INFO launch.main.LauncherMain : loading from cfg "../cfg/shard_local.xml", server "accountServer", deploy = 127.0.0.1
[04-17 15:08:18,712, 4526] main - INFO launch.main.LauncherMain : Server type is "accountServer"
[04-17 15:08:18,823, 4637] main - INFO tools.reflection.ClassesLoader : loading classess from [server\bin, \jars\, \jars_local\]...
[04-17 15:08:21,355, 7169] main - INFO tools.reflection.ClassesLoader : 2435 classes loaded in 2.519 seconds
[04-17 15:08:25,549, 11363] main - INFO accountserver.AccountServerStarter : starting account server...
[04-17 15:08:25,558, 11372] main - INFO accountserver.AccountServerStarter : loading build from builds/standard.xml
[04-17 15:08:25,868, 11682] main - INFO accountserver.AccountServerStarter : configuration loaded
[04-17 15:08:26,589, 12403] main - INFO DatabaseService : Database "jdbc:postgresql://127.0.0.1/ao_account_trunk16" is used.
[04-17 15:08:27,878, 13692] main - ERROR verify : org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
dbcommons.jdbc.exception.DatabaseConfigurationException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
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)
... 14 more
Caused by: org.postgresql.util.PSQLException: Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:123)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:124)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:29)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:386)
at org.postgresql.Driver.connect(Driver.java:260)
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)
... 16 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:525)
at java.net.Socket.connect(Socket.java:475)
at java.net.Socket.<init>(Socket.java:372)
at java.net.Socket.<init>(Socket.java:186)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
... 27 more


[04-17 15:08:27,896, 13710] main - ERROR verify : dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:64)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
... 4 more


[04-17 15:08:27,913, 13727] 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 accountserver.AccountServerStarter.start(AccountServerStarter.java:111)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
Caused by: dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:64)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
... 3 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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
... 4 more


[04-17 15:08:27,981, 13795] main - ERROR launch.main.LauncherMain : uncaught exception in thread Thread[main,5,main]
java.lang.NullPointerException
at accountserver.listeners.ApproveListener.get(ApproveListener.java:91)
at accountserver.AccountServerHelper.shutDown(AccountServerHelper.java:111)
at accountserver.AccountServerStarter.shutdownSafe(AccountServerStarter.java:126)
at launch.ApplicationStarter.shutdown(ApplicationStarter.java:21)
at launch.main.LauncherMain.shutDown(LauncherMain.java:86)
at launch.main.LauncherMain.launch(LauncherMain.java:109)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
[04-17 15:08:28,004, 13818] Thread-2 - INFO launch.main.LauncherMain : shutting down...
[04-17 15:08:28,038, 13852] Thread-2 - INFO launch.main.LauncherMain : finished


C:\Users\Liightman\Desktop\Serveur Allods\Server\server_bin\accountServer\cfg>pause
Appuyez sur une touche pour continuer...
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 21, 2015
Messages
48
Reaction score
6
My problem is resolved but i've another questions
How can I modify the ip server from the client of another computer in my home? Sorry if you don't understant. I've one pc just to run the server, so I want to play to the server but from another computer.
And how can i change the lang of the game?
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
Thanks, i'd dl the 6u18 version of java, i've now an other error :

C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>call startAccountServerCommon.bat cfg/shard_local.xml jars


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>call ../scripts/startServer.bat 64 256 ../jars accountserver.AccountServerMain.jar 5006 ../cfg/shard_local.xml


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM 64 - permanent memory size (MB)


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM 256 - memory min/max size (MB)


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM ../jars, ... - other params


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM pushedx: Taking this out since we will set var ourselves


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>REM call ../../vendors/defineJavaHome.bat


C:\Users\Liightman\Desktop\Serveur Allods\server\server_bin\accountServer>cd cfg


C:\Users\Liightman\Desktop\Serveur Allods\Server\server_bin\accountServer\cfg>"C:\Program Files (x86)\Java\JDK1.6\bin\java.exe" -server -XX:MaxPermSize=64m -Xmx256M -Xms256M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5006 -jar ../../jars/accountserver.AccountServerMain.jar ../cfg/shard_local.xml
Listening for transport dt_socket at address: 5006
log4j:WARN No appenders could be found for logger (launch.main.LauncherMain).
log4j:WARN Please initialize the log4j system properly.
[04-17 15:08:14,395, 209] main - INFO launch.main.LauncherMain : loading config from ../cfg/shard_local.xml
[04-17 15:08:18,712, 4526] main - INFO launch.main.LauncherMain : loading from cfg "../cfg/shard_local.xml", server "accountServer", deploy = 127.0.0.1
[04-17 15:08:18,712, 4526] main - INFO launch.main.LauncherMain : Server type is "accountServer"
[04-17 15:08:18,823, 4637] main - INFO tools.reflection.ClassesLoader : loading classess from [server\bin, \jars\, \jars_local\]...
[04-17 15:08:21,355, 7169] main - INFO tools.reflection.ClassesLoader : 2435 classes loaded in 2.519 seconds
[04-17 15:08:25,549, 11363] main - INFO accountserver.AccountServerStarter : starting account server...
[04-17 15:08:25,558, 11372] main - INFO accountserver.AccountServerStarter : loading build from builds/standard.xml
[04-17 15:08:25,868, 11682] main - INFO accountserver.AccountServerStarter : configuration loaded
[04-17 15:08:26,589, 12403] main - INFO DatabaseService : Database "jdbc:postgresql://127.0.0.1/ao_account_trunk16" is used.
[04-17 15:08:27,878, 13692] main - ERROR verify : org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
dbcommons.jdbc.exception.DatabaseConfigurationException: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.)
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)
... 14 more
Caused by: org.postgresql.util.PSQLException: Connexion refusÚe. VÚrifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:123)
at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:124)
at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
at org.postgresql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:29)
at org.postgresql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
at org.postgresql.Driver.makeConnection(Driver.java:386)
at org.postgresql.Driver.connect(Driver.java:260)
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)
... 16 more
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:525)
at java.net.Socket.connect(Socket.java:475)
at java.net.Socket.<init>(Socket.java:372)
at java.net.Socket.<init>(Socket.java:186)
at org.postgresql.core.PGStream.<init>(PGStream.java:62)
at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
... 27 more


[04-17 15:08:27,896, 13710] main - ERROR verify : dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:64)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
... 4 more


[04-17 15:08:27,913, 13727] 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 accountserver.AccountServerStarter.start(AccountServerStarter.java:111)
at launch.main.LauncherMain.run(LauncherMain.java:75)
at launch.main.LauncherMain.launch(LauncherMain.java:108)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
Caused by: dbcommons.exception.DBContextCreationException: dbcommons.jdbc.exception.DatabaseConfigurationException: Can't create implementation for class dbcommons.jdbc.pool.ConnectionsPool
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:64)
at accountserver.AccountServerStarter.start(AccountServerStarter.java:95)
... 3 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 accountserver.accountdb.jdbcimpl.DBContextJDBCImpl.<init>(DBContextJDBCImpl.java:34)
at accountserver.accountdb.jdbcimpl.AccountServerFactoryJDBCImpl.createContext(AccountServerFactoryJDBCImpl.java:62)
... 4 more


[04-17 15:08:27,981, 13795] main - ERROR launch.main.LauncherMain : uncaught exception in thread Thread[main,5,main]
java.lang.NullPointerException
at accountserver.listeners.ApproveListener.get(ApproveListener.java:91)
at accountserver.AccountServerHelper.shutDown(AccountServerHelper.java:111)
at accountserver.AccountServerStarter.shutdownSafe(AccountServerStarter.java:126)
at launch.ApplicationStarter.shutdown(ApplicationStarter.java:21)
at launch.main.LauncherMain.shutDown(LauncherMain.java:86)
at launch.main.LauncherMain.launch(LauncherMain.java:109)
at accountserver.AccountServerMain.main(AccountServerMain.java:16)
[04-17 15:08:28,004, 13818] Thread-2 - INFO launch.main.LauncherMain : shutting down...
[04-17 15:08:28,038, 13852] Thread-2 - INFO launch.main.LauncherMain : finished


C:\Users\Liightman\Desktop\Serveur Allods\Server\server_bin\accountServer\cfg>pause
Appuyez sur une touche pour continuer...
My problem is resolved but i've another questions

Try to replace my pre-configured files. If the error persists then blame improperly installing PostgreSQL
do not forget to check configuration files on the the subject of validity logins and passwords (at us with you they are naturally are different)


==================================================================================
And how can i change the lang of the game?


whichever language localization you need !?
Link to the client with the English localization is present in this forum.
Now we find;) Client - pass tuan565.blogspot.com or by looking here
and in fact sufficient to add language packs to the client and in the settings select the desired language.


==================================================================================
How can I modify the ip server from the client of another computer in my home?
Sorry if you don't understant.
I've one pc just to run the server, so I want to play to the server but from another computer.

But in this matter I'll not help you can :(
As always limited to running the server on the local machine.
 
Last edited:
Initiate Mage
Joined
Mar 25, 2015
Messages
3
Reaction score
1
And what's this folder " " ?
 
Initiate Mage
Joined
Jun 20, 2015
Messages
1
Reaction score
0
Помогите пожалуйста. Скачал server_bat_cfgs.zip и заменил файлы при запуске startAccount Server выскакивает окно и пропадает REMOVED
до замены файлов выскакивало окно вот такого содержанияREMOVED
 
Banned
Banned
Joined
Sep 4, 2014
Messages
80
Reaction score
2
go here xD its a video tutorial for make the server



I work for make my server and show the dual Yasker vs Aidenus and show the command
 
Initiate Mage
Joined
Aug 23, 2015
Messages
2
Reaction score
0
Ребят,Русские,помогите плиз с шардом. Всё хорошо кроме шарда,когда открываю батник он вроде всё грузит сначала,загружает русский язык потом написанно мол сервера начинают падать или что-то в этом роде и батник закрывается,помогите умоляю,уже неделю мучаюсь:С
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124
Ребят,Русские,помогите плиз с шардом. Всё хорошо кроме шарда,когда открываю батник он вроде всё грузит сначала,загружает русский язык потом написанно мол сервера начинают падать или что-то в этом роде и батник закрывается,помогите умоляю,уже неделю мучаюсь:С

you need a log file to watch ...

---ru--original---

нужно лог-файл смотреть...
 
Experienced Elementalist
Joined
Jan 28, 2013
Messages
235
Reaction score
124

[08-23 15:01:59,326, 83310] item - INFO DatabaseService : Database "jdbc:mysql://127.0.0.1/allods_online_RC_1_1_02?useUnicode=yes&characterEncoding=UTF-8&rewriteBatchedStatements=false&allowMultiQueries=false&connectTimeout=500000&socketTimeout=500000" is used.
[08-23 15:01:59,469, 83453] item - ERROR verify : org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Access denied for user 'allods_online'@'localhost' (using password: YES))
 
Newbie Spellweaver
Joined
Dec 8, 2008
Messages
6
Reaction score
0
Is this post still active? I've been having some problems configuring the server as this dude says, i got it configured up to the point where he says i need to open MySQL command console in the tray bar, but it asks me for a password, i assume it's the same password within the first installation of Postgres? spm123 as it eplained in another guide...
I can't seem to execute those 3 lines the MySQL's console...
 
Banned
Banned
Joined
Sep 4, 2014
Messages
80
Reaction score
2
hi, my server want load only the start map , but he dont want load the big like kania and nezebgrad or constested zone ;java is out of memory. Mylog server
 
Initiate Mage
Joined
Feb 1, 2017
Messages
3
Reaction score
0
Or you can reload the client + server, otherwise you downloaded it and the file is damaged
Or you can reload the client + server, otherwise you downloaded it and the file is damaged
 
Initiate Mage
Joined
Dec 23, 2019
Messages
3
Reaction score
0
Guys, does anybody have a problem when mobs do not move and instantly go to evasion after I attack?
Shard log contains following errors in variations for different maps and mobs:

[12-31 17:53:28,998, 109824] gm1 - INFO mapLoader.pathfinding.MapStaticsCreator : Map MapResource:/Maps/Inst_LeagueStart/MapResource.xdb loaded with filter class gameMechanics.map.zone.MapLoadFilterZones [12-31 17:53:29,014, 109840] gm1 - ERROR gameMechanics.elements.impacts.GoThroughPathAbstract : No path found between locators at map /Maps/Inst_LeagueStart : v(322.5, 5772.3, 154.8) -> v(311.2, 5765.4, 151.1)

[12-31 17:54:48,824, 189650] gm2 - ERROR gameMechanics.map.spawn.patrol.PatrolPathResolver : Mob at spawn coords [433:0.7549, 208:20.4697, -11.627] cant resolve path from patrol point new MutableGMPos(new Point(13787.6484f, 6789.6421f, -12.5943f)) : [430:27.6484, 212:5.6421, -12.5943] to patrol point new MutableGMPos(new Point(13759.7559f, 6803.0059f, -11.81f)) : [429:31.7559, 212:19.0059, -11.81]

,265, 176998] gm6 - WARN gameMechanics.map.spawn.SpawnPlaceRoamingArea : No land found under point for MapResource:/Maps/Kania/MapResource.xdb at v(15699.6, 6084, -3.8)

[01-25 13:36:36,817, 1750544] gm6 - WARN verify : Mob MobWorld:/Characters/Hadagan_male/Instances/ZoneHadagan1/Kania_Stalker2.(MobWorld).xdb spawned at coords [369:24.5879, 383:18.3555, -0.0038] cant random new roaming path. Possibly roaming area too small

Please, any ideas how to fix it?
 
Back
Top