Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2010
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. java.sql.SQLException: Illegal operation on empty result set.
  2. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)
  3. at com.mysql.jdbc.ResultSet.checkRowPos(ResultSet.java:713)
  4. at com.mysql.jdbc.ResultSet.getInt(ResultSet.java:2617)
  5. at com.mysql.jdbc.ResultSet.getInt(ResultSet.java:2749)
  6. at com.mchange.v2.c3p0.impl.NewProxyResultSet.getInt(NewProxyResultSet.j
  7. ava:2573)
  8. at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminLoadC.getObje
  9. ctIdByName(AdminLoadC.java:427)
  10. at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminLoadC.getPlay
  11. er(AdminLoadC.java:389)
  12. at net.sf.l2j.gameserver.handler.admincommandhandlers.AdminLoadC.useAdmi
  13. nCommand(AdminLoadC.java:51)
  14. at net.sf.l2j.gameserver.clientpackets.SendBypassBuildCmd.runImpl(SendBy
  15. passBuildCmd.java:68)
  16. at net.sf.l2j.gameserver.clientpackets.L2GameClientPacket.run(L2GameClie
  17. ntPacket.java:84)
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
  19. )
  20. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  21. at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement