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.
ERROR GAMESERVER VERSION 2.6.1.0 MARIADB
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- nonom
- L2j Veteran
- Posts: 649
- Joined: Wed Mar 11, 2009 10:34 pm
- Location: Magmeld
Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB
Try this https://bitbucket.org/nonom/docker-l2j-server
Should be enough to deploy a server+mariadb connecting to 127.0.0.1
Should be enough to deploy a server+mariadb connecting to 127.0.0.1
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB
Did you install a MariaDB server?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 set the same password for the database user in database.properties?
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 6
- Joined: Mon Feb 28, 2022 7:47 pm
Re: ERROR GAMESERVER VERSION 2.6.1.0 MARIADB
Great daycioan 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.