• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help]You've been banned from the game

Newbie Spellweaver
Joined
Jul 22, 2011
Messages
33
Reaction score
1
Hi there, I tried these files from here : http://forum.ragezone.com/f705/release-pokemoniums-source-957755/
all seem to work, but I can't connect, it says that I'm banned... Do you have an idea ?


PS : this is an extract from the error.txt from my server

java.sql.SQLException: Operation not allowed after ResultSet closed
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1078)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:975)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:920)
at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java:804)
at com.mysql.jdbc.ResultSetImpl.first(ResultSetImpl.java:1188)
at org.pokenet.server.network.LoginManager.attemptLogin(LoginManager.java:188)
at org.pokenet.server.network.LoginManager.run(LoginManager.java:106)
at java.lang.Thread.run(Unknown Source)
 
Last edited:
Newbie Spellweaver
Joined
Apr 22, 2014
Messages
9
Reaction score
0
Clear your cache, that worked for me.
Good luck!
 
Newbie Spellweaver
Joined
Jul 22, 2011
Messages
33
Reaction score
1
I don't think it comes from the cache cause I corrected this error and now I have the client blocked on loading and this log

java.sql.SQLException: Invalid value for getInt() - 'piertho'
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1078)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:975)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:920)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2826)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2851)
at org.pokenet.server.network.LoginManager.getPokemonObject(LoginManager.java:512)
at org.pokenet.server.network.LoginManager.getPlayerObject(LoginManager.java:418)
at org.pokenet.server.network.LoginManager.login(LoginManager.java:604)
at org.pokenet.server.network.LoginManager.attemptLogin(LoginManager.java:240)
at org.pokenet.server.network.LoginManager.run(LoginManager.java:106)
at java.lang.Thread.run(Unknown Source)
java.sql.SQLException: Column 'pokedexId' not found.
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1078)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:975)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:920)
at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1167)
at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2851)
at org.pokenet.server.network.LoginManager.getPlayerObject(LoginManager.java:451)
at org.pokenet.server.network.LoginManager.login(LoginManager.java:604)
at org.pokenet.server.network.LoginManager.attemptLogin(LoginManager.java:240)
at org.pokenet.server.network.LoginManager.run(LoginManager.java:106)
at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
at org.pokenet.server.network.LoginManager.login(LoginManager.java:605)
at org.pokenet.server.network.LoginManager.attemptLogin(LoginManager.java:240)
at org.pokenet.server.network.LoginManager.run(LoginManager.java:106)
at java.lang.Thread.run(Unknown Source)


repost : Ok, i found all the problems. Here is my login manager which work with me :
Code:
http://speedy.sh/H4wtK/LoginManager.java

and you need to add the column pokedexID in your pn_member table
 
Last edited:
Back
Top