ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
cioan
Posts: 1
Joined: Sun Mar 29, 2020 5:11 am

ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Post 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.
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Post 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
Image
"There are three kinds of people in this world, those who can count and those who can't"
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Post 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?
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
faizanmazhar00
Posts: 6
Joined: Mon Feb 28, 2022 7:47 pm

Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB

Post 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
Post Reply