01-09-2016, 10:55 PM
[SPOLER]
2016.01.09 01:23:30,468 INFO 1 com.l2jserver.commons.database.pool.impl.ConnectionFactory Using HikariCP connection pool.
2016.01.09 01:23:30,493 INFO 1 com.l2jserver.loginserver.LoginController Loading LoginController...
2016.01.09 01:23:30,905 INFO 1 com.l2jserver.loginserver.LoginController Cached 10 KeyPairs for RSA communication
2016.01.09 01:23:31,058 INFO 1 com.l2jserver.loginserver.LoginController Stored 20 keys for Blowfish communication
2016.01.09 01:23:31,060 WARNING 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Could not parse servername.xml is not a file or it doesn't exist!
2016.01.09 01:23:31,060 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Loaded 0 server names.
2016.01.09 01:23:31,060 INFO 1 com.zaxxer.hikari.HikariDataSource HikariPool-0 - is starting.
2016.01.09 01:23:31,209 INFO 1 com.zaxxer.hikari.pool.HikariPool HikariPool-0 - is closing down.
2016.01.09 01:23:31,210 SEVERE 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Error loading registered game servers!
2016.01.09 01:23:31,217 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Loaded 0 registered Game Servers.
2016.01.09 01:23:31,307 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Cached 10 RSA keys for Game Server communication.
2016.01.09 01:23:31,315 INFO 1 com.l2jserver.loginserver.L2LoginServer Loaded 2 IP Bans.
2016.01.09 01:23:31,331 INFO 1 com.l2jserver.loginserver.L2LoginServer Listening for GameServers on 127.0.0.1:9014
2016.01.09 01:23:31,331 INFO 1 com.l2jserver.loginserver.L2LoginServer Telnet server is currently disabled.
2016.01.09 01:23:31,333 INFO 1 com.l2jserver.loginserver.L2LoginServer L2LoginServer: is now listening on: *:2106
2016.01.09 01:23:31,334 INFO 1 com.l2jserver.UPnPService Looking for UPnP Gateway Devices...
2016.01.09 01:23:40,435 INFO 1 com.l2jserver.UPnPService No UPnP gateways found.
2016.01.09 01:23:30,493 INFO 1 com.l2jserver.loginserver.LoginController Loading LoginController...
2016.01.09 01:23:30,905 INFO 1 com.l2jserver.loginserver.LoginController Cached 10 KeyPairs for RSA communication
2016.01.09 01:23:31,058 INFO 1 com.l2jserver.loginserver.LoginController Stored 20 keys for Blowfish communication
2016.01.09 01:23:31,060 WARNING 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Could not parse servername.xml is not a file or it doesn't exist!
2016.01.09 01:23:31,060 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Loaded 0 server names.
2016.01.09 01:23:31,060 INFO 1 com.zaxxer.hikari.HikariDataSource HikariPool-0 - is starting.
2016.01.09 01:23:31,209 INFO 1 com.zaxxer.hikari.pool.HikariPool HikariPool-0 - is closing down.
2016.01.09 01:23:31,210 SEVERE 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Error loading registered game servers!
2016.01.09 01:23:31,217 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Loaded 0 registered Game Servers.
2016.01.09 01:23:31,307 INFO 1 com.l2jserver.util.data.xml.IXmlReader GameServerTable: Cached 10 RSA keys for Game Server communication.
2016.01.09 01:23:31,315 INFO 1 com.l2jserver.loginserver.L2LoginServer Loaded 2 IP Bans.
2016.01.09 01:23:31,331 INFO 1 com.l2jserver.loginserver.L2LoginServer Listening for GameServers on 127.0.0.1:9014
2016.01.09 01:23:31,331 INFO 1 com.l2jserver.loginserver.L2LoginServer Telnet server is currently disabled.
2016.01.09 01:23:31,333 INFO 1 com.l2jserver.loginserver.L2LoginServer L2LoginServer: is now listening on: *:2106
2016.01.09 01:23:31,334 INFO 1 com.l2jserver.UPnPService Looking for UPnP Gateway Devices...
2016.01.09 01:23:40,435 INFO 1 com.l2jserver.UPnPService No UPnP gateways found.
[SPOILER="
Открыть спойлер
Спойлер"]янв 09, 2016 1:23:31 AM com.l2jserver.loginserver.GameServerTable loadRegisteredGameServers
SEVERE: GameServerTable: Error loading registered game servers!
com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'root'@'localhost' (using password: NO)
at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581)
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96)
at com.l2jserver.commons.database.pool.AbstractConnectionFactory.getConnection(AbstractConnectionFactory.java:43)
at com.l2jserver.loginserver.GameServerTable.loadRegisteredGameServers(GameServerTable.java:116)
at com.l2jserver.loginserver.GameServerTable.<init>(GameServerTable.java:65)
at com.l2jserver.loginserver.GameServerTable$SingletonHolder.<clinit>(GameServerTable.java:684)
at com.l2jserver.loginserver.GameServerTable.getInstance(GameServerTable.java:676)
at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:109)
at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:61)
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4292)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1259)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2249)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496)
at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565)
... 9 more
SEVERE: GameServerTable: Error loading registered game servers!
com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization: Access denied for user 'root'@'localhost' (using password: NO)
at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:581)
at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:152)
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96)
at com.l2jserver.commons.database.pool.AbstractConnectionFactory.getConnection(AbstractConnectionFactory.java:43)
at com.l2jserver.loginserver.GameServerTable.loadRegisteredGameServers(GameServerTable.java:116)
at com.l2jserver.loginserver.GameServerTable.<init>(GameServerTable.java:65)
at com.l2jserver.loginserver.GameServerTable$SingletonHolder.<clinit>(GameServerTable.java:684)
at com.l2jserver.loginserver.GameServerTable.getInstance(GameServerTable.java:676)
at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:109)
at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:61)
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:998)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3847)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3783)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4292)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1259)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2249)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:95)
at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:101)
at com.zaxxer.hikari.pool.HikariPool.addConnection(HikariPool.java:496)
at com.zaxxer.hikari.pool.HikariPool.initializeConnections(HikariPool.java:565)
... 9 more
Ещё загрузил файл LoginServer.properties путь к нему F:\ServerHF\L2J_Server_2015-10-11\login\config
В навикате базы назвал l2jdb но мне всё равно как она будет назваться, я тестить хочу и корректировать сервер.