Guest User

Untitled

a guest
Aug 6th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. 28-jul-2010 1:50:16 net.aeon.Server main
  2. INFO: Starting Hyperion...
  3. 28-jul-2010 1:50:16 net.aeon.rs2.model.player.ItemDefinition init
  4. INFO: Loading definitions...
  5. 28-jul-2010 1:50:16 net.aeon.Database createConnection
  6. INFO: Succesfully connected to localhost
  7. 28-jul-2010 1:50:16 net.aeon.rs2.RS2Server bind
  8. INFO: Binding to port : 43594...
  9. 28-jul-2010 1:50:16 net.aeon.rs2.ScriptManager <init>
  10. INFO: Loading scripts...
  11. 28-jul-2010 1:50:16 net.aeon.rs2.RS2Server start
  12. INFO: Waiting for pending background loading tasks...
  13. 28-jul-2010 1:50:18 net.aeon.rs2.net.RS2LoginDecoder doDecode
  14. INFO: Login request : username=Kelvin password=censoredbitch
  15. 28-jul-2010 1:50:22 net.aeon.rs2.model.player.ItemDefinition init
  16. INFO: Loaded 11530 definitions
  17. 28-jul-2010 1:50:22 net.aeon.rs2.content.DoorManager init
  18. INFO: Loaded 598 doors.
  19. 28-jul-2010 1:50:24 net.aeon.rs2.model.npc.NPCDefinition init
  20. INFO: Loaded 12102 npc definitions.
  21. 28-jul-2010 1:50:24 net.aeon.rs2.model.npc.NPCManager loadNPCFromDB
  22. INFO: Spawned 25 npcs in 47 miliseconds.
  23. 28-jul-2010 1:50:24 net.aeon.rs2.model.npc.NPCManager loadNPCFromDB
  24. INFO: Loaded 25 npc spawns
  25. 28-jul-2010 1:50:24 net.aeon.rs2.model.GameObjectDefinition init
  26. INFO: Loaded 10400 objectdefinitions in 78 miliseconds.
  27. 28-jul-2010 1:50:25 net.aeon.rs2.model.ObjectManager load
  28. INFO: Loading definitions...
  29. 28-jul-2010 1:50:25 net.aeon.rs2.model.ObjectManager load
  30. INFO: Loaded 14974 object definitions.
  31. 28-jul-2010 1:50:25 net.aeon.rs2.model.ObjectManager load
  32. INFO: Loading map...
  33. 28-jul-2010 1:50:26 net.aeon.rs2.model.ObjectManager load
  34. INFO: Loaded 1376518 objects.
  35. 28-jul-2010 1:50:26 net.aeon.rs2.RS2Server start
  36. INFO: Ready
  37. 28-jul-2010 1:50:26 net.aeon.rs2.model.World register
  38. INFO: Registered player : net.aeon.rs2.model.player.Player [name=kelvin rights=A
  39. DMINISTRATOR members=true index=1] [online=1]
  40. Loading please wait
  41. Loading please wait
  42. 28-jul-2010 1:50:28 net.aeon.rs2.packet.ActionButtonPacketHandler handle
  43. INFO: Unhandled action button : 2458
  44. 28-jul-2010 1:50:28 net.aeon.rs2.model.World unregister
  45. INFO: Unregistered player : net.aeon.rs2.model.player.Player [name=kelvin rights
  46. =ADMINISTRATOR members=true index=1] [online=0]
  47. java.sql.SQLException: Syntax error or access violation message from server: "Yo
  48. u have an error in your SQL syntax; check the manual that corresponds to your My
  49. SQL server version for the right syntax to use near '?, verac=?, karil=?, dharok
  50. =?, torag=?, guthan=? WHERE accountid=1' at line 1"
  51. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2001)
  52. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1168)
  53. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1279)
  54. at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1225)
  55. at com.mysql.jdbc.Connection.execSQL(Connection.java:2278)
  56. at com.mysql.jdbc.Connection.execSQL(Connection.java:2225)
  57. at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1259)
  58. at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1205)
  59. at net.aeon.Database.sqlQuery(Database.java:86)
  60. at net.aeon.rs2.model.player.Player.serialize(Player.java:1259)
  61. at net.aeon.rs2.GenericWorldLoader.savePlayer(GenericWorldLoader.java:84
  62. )
  63. at net.aeon.rs2.model.World$9.run(World.java:532)
  64. at net.aeon.rs2.GameEngine$4.run(GameEngine.java:161)
  65. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  66. at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
  67. at java.util.concurrent.FutureTask.run(Unknown Source)
  68. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
  69. )
  70. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  71. at java.lang.Thread.run(Unknown Source)
Add Comment
Please, Sign In to add comment