Page 1 of 1

ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Posted: Sun Mar 29, 2020 5:20 am
by cioan
Hello!

I have an error starting the server. I have downloaded everything from the official website of L2JSERVER.

So after doing all the steps as indicated I get the following error.

Attached code.

--------------------------------------BEGIN-ERROR---------------------------------------------------------------------------------------------
Starting L2J Game Server.

[INFO ] 2020-03-29 07:24:58 GameServer: ------------------------------------------------=[ Database ]
[INFO ] 2020-03-29 07:24:58 GameServer: -----------------------------------=[ Network Configuration ]
[INFO ] 2020-03-29 07:24:58 IPConfigData: Using automatic network configuration.
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 192.168.1.0/24 address: 192.168.1.131
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 0.0.0.0/0 address:
[INFO ] 2020-03-29 07:24:59 ConnectionFactory: Using HikariCP connection pool.
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory.getInstance(DAOFactory.java:38)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:193)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:449)
Caused by: java.lang.NullPointerException
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory$SingletonHolder.<clinit>(DAOFactory.java:47)
... 3 more

Game Server Terminated Abnormally!


Game Server Terminated.

Presione una tecla para continuar . . .
----------------------------------------END-ERROR---------------------------------------------------------------------------------------------


A greeting.

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Posted: Sun May 03, 2020 4:51 pm
by nonom
Try this https://bitbucket.org/nonom/docker-l2j-server

Should be enough to deploy a server+mariadb connecting to 127.0.0.1

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Posted: Mon May 11, 2020 4:14 am
by Zoey76
cioan wrote: Sun Mar 29, 2020 5:20 am Hello!

I have an error starting the server. I have downloaded everything from the official website of L2JSERVER.

So after doing all the steps as indicated I get the following error.

Attached code.

--------------------------------------BEGIN-ERROR---------------------------------------------------------------------------------------------
Starting L2J Game Server.

[INFO ] 2020-03-29 07:24:58 GameServer: ------------------------------------------------=[ Database ]
[INFO ] 2020-03-29 07:24:58 GameServer: -----------------------------------=[ Network Configuration ]
[INFO ] 2020-03-29 07:24:58 IPConfigData: Using automatic network configuration.
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 192.168.1.0/24 address: 192.168.1.131
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 0.0.0.0/0 address:
[INFO ] 2020-03-29 07:24:59 ConnectionFactory: Using HikariCP connection pool.
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory.getInstance(DAOFactory.java:38)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:193)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:449)
Caused by: java.lang.NullPointerException
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory$SingletonHolder.<clinit>(DAOFactory.java:47)
... 3 more

Game Server Terminated Abnormally!


Game Server Terminated.

Presione una tecla para continuar . . .
----------------------------------------END-ERROR---------------------------------------------------------------------------------------------


A greeting.
Did you install a MariaDB server?

Did you set the same password for the database user in database.properties?

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Posted: Mon Feb 28, 2022 7:52 pm
by faizanmazhar00
cioan wrote: Sun Mar 29, 2020 5:20 am Hello!

I have an error starting the server. I have downloaded everything from the official website of L2JSERVER.

So after doing all the steps as indicated I get the following error.

Attached code.

--------------------------------------BEGIN-ERROR---------------------------------------------------------------------------------------------
Starting L2J Game Server.

[INFO ] 2020-03-29 07:24:58 GameServer: ------------------------------------------------=[ Database ]
[INFO ] 2020-03-29 07:24:58 GameServer: -----------------------------------=[ Network Configuration ]
[INFO ] 2020-03-29 07:24:58 IPConfigData: Using automatic network configuration.
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 192.168.1.0/24 address: 192.168.1.131
[INFO ] 2020-03-29 07:24:58 IPConfigData: Adding new subnet: 0.0.0.0/0 address:
[INFO ] 2020-03-29 07:24:59 ConnectionFactory: Using HikariCP connection pool.
Exception in thread "main" java.lang.ExceptionInInitializerError
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory.getInstance(DAOFactory.java:38)
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:193)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:449)
Caused by: java.lang.NullPointerException
at com.l2jserver.gameserver.dao.factory.impl.DAOFactory$SingletonHolder.<clinit>(DAOFactory.java:47)
... 3 more

Game Server Terminated Abnormally!


Game Server Terminated.

Presione una tecla para continuar . . .
----------------------------------------END-ERROR---------------------------------------------------------------------------------------------


A greeting.
Great day