Author Topic: [Solved] Bad Coordinate  (Read 840 times)

Offline testing

  • Forum Member
  • *****
  • Posts: 12
  • Karma: 0
  • Forum Member
[Solved] Bad Coordinate
« on: January 04, 2011, 09:23:14 pm »
Hi, I'm new here.. and I came to ask a question.
In my Server i have erros in console saying: Bad Coordinate [x: --- y: ---- z: ----] and after this my server has disconnected and show this error:
Code: [Select]
Jan 4, 2011 5:02:54 PM com.mchange.v2.c3p0.stmt.GooGooStatementCache checkinStatement
INFO: Problem with checked-in Statement, discarding.
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after statement closed.
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.StatementImpl.checkClosed(StatementImpl.java:392)
at com.mysql.jdbc.PreparedStatement.clearParameters(PreparedStatement.java:1141)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.refreshStatement(GooGooStatementCache.java:604)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinStatement(GooGooStatementCache.java:236)
at com.mchange.v2.c3p0.stmt.GooGooStatementCache.checkinAll(GooGooStatementCache.java:288)
at com.mchange.v2.c3p0.impl.NewPooledConnection.checkinAllCachedStatements(NewPooledConnection.java:664)
at com.mchange.v2.c3p0.impl.NewPooledConnection.markClosedProxyConnection(NewPooledConnection.java:347)
at com.mchange.v2.c3p0.impl.NewProxyConnection.close(NewProxyConnection.java:1246)
at com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance.updateInDb(L2ItemInstance.java:1293)
at com.l2jfrozen.gameserver.model.actor.instance.L2ItemInstance.updateDatabase(L2ItemInstance.java:1039)
at com.l2jfrozen.gameserver.model.ItemContainer.updateDatabase(ItemContainer.java:617)
at com.l2jfrozen.gameserver.model.ItemContainer.deleteMe(ItemContainer.java:592)
at com.l2jfrozen.gameserver.model.actor.instance.L2PcInstance.deleteMe(L2PcInstance.java:13048)
at com.l2jfrozen.gameserver.network.L2GameClient.onForcedDisconnection(L2GameClient.java:574)
at com.l2jfrozen.netcore.MMOConnection.onForcedDisconnection(MMOConnection.java:208)
at com.l2jfrozen.netcore.SelectorThread.readPacket(SelectorThread.java:371)
at com.l2jfrozen.netcore.SelectorThread.run(SelectorThread.java:233)

How fix this?

Share on Bluesky Share on Facebook


Offline brisioksss

  • Forum Member
  • *****
  • Posts: 1
  • Karma: 0
  • Forum Member
Re: Bad Coordinate
« Reply #1 on: January 05, 2011, 12:38:57 am »
maby try to put yourself in a jail for a second : )

Offline Shyla

  • The Engineer ;)
  • L2J-Frozen Owner
  • Forum Member
  • *****
  • Posts: 110
  • Karma: 1
  • Location: Napoli
    • L2 Frozen Reborn 1000x
Re: Bad Coordinate
« Reply #2 on: January 05, 2011, 12:51:35 am »
As you said, you went in a bad coordinate for geodata system, so it generates an error. About the mysql error, it was generated for a bad connection with database, maybe for your server-mysql connection, or something like that. However your server is not updated so,

1) Update Server
2) Use correct Geodata
3) Be sure that connection between MySql and Gameserver is safe

Shyla
Always believe in all that you think... Nothing is impossible!!

Offline testing

  • Forum Member
  • *****
  • Posts: 12
  • Karma: 0
  • Forum Member
Re: Bad Coordinate
« Reply #3 on: January 05, 2011, 12:59:17 am »
I use the last revision L2jFrozen and MySQL has installed correctly, but I will verify the config files.
Question: The pack have oficial Geodata? If no, you can recommend for me?

Thanks Shyla.

Sorry my english, I'm Brazillian.

Offline Shyla

  • The Engineer ;)
  • L2J-Frozen Owner
  • Forum Member
  • *****
  • Posts: 110
  • Karma: 1
  • Location: Napoli
    • L2 Frozen Reborn 1000x
Re: Bad Coordinate
« Reply #4 on: January 05, 2011, 12:15:42 pm »
I can suggest Stazis Geodata that you can find shared on MaxCheater. As you can understand by my reply, you have to use L2j Geodata, not official one.

Shyla
Always believe in all that you think... Nothing is impossible!!

Offline testing

  • Forum Member
  • *****
  • Posts: 12
  • Karma: 0
  • Forum Member
Re: Bad Coordinate
« Reply #5 on: January 05, 2011, 09:56:43 pm »
Thanks, error fixed  ;D