Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.60 KB | None | 0 0
  1. [12:38:11 AM] SEVERE com.wurmonline.server.Server: java.lang.reflect.InvocationTargetException
  2. org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.reflect.InvocationTargetException
  3. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:394)
  4. at com.wurmonline.server.Players.pollPlayers(Players.java)
  5. at com.wurmonline.server.Server.run(Server.java:1916)
  6. at java.util.TimerThread.mainLoop(Timer.java:555)
  7. at java.util.TimerThread.run(Timer.java:505)
  8. Caused by: java.lang.reflect.InvocationTargetException
  9. at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  11. at java.lang.reflect.Method.invoke(Method.java:498)
  12. at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$6$1.invoke(ProxyServerHook.java:181)
  13. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
  14. ... 4 more
  15. Caused by: org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.reflect.InvocationTargetException
  16. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:394)
  17. at com.wurmonline.server.Players.pollPlayers$2(Players.java)
  18. ... 9 more
  19. Caused by: java.lang.reflect.InvocationTargetException
  20. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:498)
  23. at org.nyxcode.wurm.timedpay.TimedPay.lambda$null$0(TimedPay.java:42)
  24. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
  25. ... 10 more
  26. Caused by: org.gotti.wurmunlimited.modloader.classhooks.HookException: java.lang.reflect.InvocationTargetException
  27. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:394)
  28. at com.wurmonline.server.behaviours.TileBehaviour.action(TileBehaviour.java)
  29. at com.wurmonline.server.behaviours.TileGrassBehaviour.action(TileGrassBehaviour.java:378)
  30. at com.wurmonline.server.behaviours.Action.poll(Action.java:3296)
  31. at com.wurmonline.server.behaviours.ActionStack.poll(ActionStack.java:247)
  32. at com.wurmonline.server.players.Player.pollActions(Player.java:9793)
  33. at com.wurmonline.server.Players.pollPlayers$1(Players.java:4641)
  34. ... 15 more
  35. Caused by: java.lang.reflect.InvocationTargetException
  36. at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
  37. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  38. at java.lang.reflect.Method.invoke(Method.java:498)
  39. at org.coldie.wurmunlimited.mods.survival.survival$9$1.invoke(survival.java:448)
  40. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
  41. ... 21 more
  42. Caused by: java.lang.ArrayIndexOutOfBoundsException: 6170988
  43. at com.wurmonline.mesh.MeshIO.setTile(MeshIO.java:342)
  44. at com.wurmonline.server.Server.setForagable(Server.java:3445)
  45. at com.wurmonline.server.zones.TilePoller.setGrassHasSeeds(TilePoller.java:1215)
  46. at com.wurmonline.server.behaviours.TileBehaviour.forageV11(TileBehaviour.java:4657)
  47. at com.wurmonline.server.behaviours.TileBehaviour.forage(TileBehaviour.java:3985)
  48. at com.wurmonline.server.behaviours.TileBehaviour.action$1(TileBehaviour.java:1151)
  49. ... 26 more
  50.  
  51. [12:38:11 AM] INFO com.wurmonline.server.Server: Shutting down at:
  52. java.lang.Exception
  53. at com.wurmonline.server.Server.shutDown$1(Server.java:3729)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  56. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  57. at java.lang.reflect.Method.invoke(Method.java:498)
  58. at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$8$1.invoke(ProxyServerHook.java:232)
  59. at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)
  60. at com.wurmonline.server.Server.shutDown(Server.java)
  61. at com.wurmonline.server.Server.run(Server.java:2599)
  62. at java.util.TimerThread.mainLoop(Timer.java:555)
  63. at java.util.TimerThread.run(Timer.java:505)
  64.  
  65. [12:38:11 AM] INFO com.wurmonline.server.Server: Shutting down - Stopping HighwayFinder
  66. [12:38:11 AM] INFO com.wurmonline.server.Server: Shutting down - Polling Battles
  67. [12:38:11 AM] INFO com.wurmonline.server.creatures.ai.CreaturePathFinderAgg: Shutting down Agg pathfinder
  68. [12:38:11 AM] INFO com.wurmonline.server.creatures.ai.CreaturePathFinderNPC: Shutting down NPC pathfinder
  69. [12:38:11 AM] INFO com.wurmonline.server.creatures.ai.CreaturePathFinder: Shutting down Norm pathfinder
  70. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Players
  71. [12:38:12 AM] INFO com.wurmonline.server.Players: Saving Players
  72. [12:38:12 AM] INFO com.wurmonline.server.Players: Finished saving Players
  73. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Clearing Item Database Batches
  74. [12:38:12 AM] INFO com.wurmonline.server.items.DbItem: Saved last maintained batch size 188
  75. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Creatures
  76. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Clearing Creature Database Batches
  77. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving all creatures
  78. [12:38:12 AM] INFO com.wurmonline.server.creatures.Creatures: Saved 63 creature statuses.
  79. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving All Zones
  80. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Surface Mesh
  81. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Rock Mesh
  82. [12:38:12 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Cave Mesh
  83. [12:38:13 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Resource Mesh
  84. [12:38:13 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Flags Mesh
  85. [12:38:13 AM] INFO com.wurmonline.server.Server: Shutting down - Saving Constants
  86. [12:38:13 AM] INFO com.wurmonline.server.Server: Shutting down - Saving WurmID Numbers
  87. [12:38:13 AM] INFO com.wurmonline.server.Server: Shutting down - Closing Database Connections
  88. [12:38:13 AM] INFO com.wurmonline.server.DbConnector: Starting to close all Database Connections.
  89. [12:38:13 AM] INFO com.wurmonline.server.DbConnector: Finished closing all Database Connections.
  90. [12:38:13 AM] INFO com.wurmonline.server.Server: The server shut down nicely. Wurmcalendar time is 8542696
  91. [12:38:13 AM] INFO com.wurmonline.server.Server:
  92. Wurm Server Shutdown hook is running
  93.  
  94. [12:38:13 AM] INFO com.wurmonline.server.DbConnector: Starting to close all Database Connections.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement