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!

[HELP] The Account server is currently offline , Please try again later

Newbie Spellweaver
Joined
Dec 11, 2011
Messages
50
Reaction score
3
hel - [HELP] The Account server is currently offline , Please try again later - RaGEZONE Forums

anyone help me :((((
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 11, 2011
Messages
50
Reaction score
3
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:406)
at com.mysql.jdbc.Util.getInstance(Util.java:381)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:984)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:926)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2364)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:773)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:46)
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:406)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:352)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:282)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
at org.pokenet.server.network.MySqlManager.connect(MySqlManager.java:32)
at org.pokenet.server.network.RegistrationManager.register(RegistrationManager.java:82)
at org.pokenet.server.network.RegistrationManager.run(RegistrationManager.java:222)
at java.lang.Thread.run(Unknown Source)
Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1055)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:956)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3536)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3468)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:917)
at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:3974)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1282)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2292)
... 15 more
 
Newbie Spellweaver
Joined
May 11, 2009
Messages
95
Reaction score
8
Without sounding rude but there are tons of these threads with the same problem just do a little search it's not difficult but it looks like your MySQL details are incorrect check you put the right info in before starting the server
 
Joined
Aug 16, 2006
Messages
1,251
Reaction score
199
something wrong with the connection information placed into your server console.
make sure the database host, database name, database user, and database password is correct.
 
Newbie Spellweaver
Joined
Dec 11, 2011
Messages
50
Reaction score
3
i have all right i up it it worked some time and down again i cant understant were is the problem :(
 
Newbie Spellweaver
Joined
Oct 27, 2012
Messages
21
Reaction score
0
something wrong with the connection information placed into your server console.
make sure the database host, database name, database user, and database password is correct.

now I (not him) have it correct but it keeps looping the loading screen help?
 
Banned
Banned
Joined
Dec 20, 2011
Messages
462
Reaction score
30
IP or Ports are wrong. Try port forwarding.
 
Back
Top