- Joined
- Aug 12, 2013
- Messages
- 15
- Reaction score
- 0
We encountered a few server crashes in the last hour and a half, all relating to the following exception:
[SERVER][PROJECTILE] HIT: PCGhostObjExt(977->Attached(null))@1357305851 ... PlayerCharacter[(ENTITY_PLAYERCHARACTER_Xacino)(977)] Server(0)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] [SERVER] NEW HEALTH IS 0.0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] Exiting (normal) because of exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.util.ArrayList.rangeCheck(ArrayList.java:604)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.util.ArrayList.get(ArrayList.java:382)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at nq.b(SourceFile:1463)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at nq.a(SourceFile:411)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at np.a(SourceFile:161)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at np.handleHit(SourceFile:668)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.checkCollision(SourceFile:179)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:290)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at Be.update(SourceFile:170)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:246)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at oj.a(SourceFile:1054)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.data.world.Universe.update(SourceFile:730)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.server.controller.GameServerController.update(SourceFile:1526)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.schine.network.server.ServerController.run(SourceFile:232)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.lang.Thread.run(Thread.java:724)
[Sep 2, 2013 11:19:34 PM] STDOUT: [OUT] [SERVER] SERVER SHUTDOWN. Dumping server State!
Seems there is a projectile misbehaving somewhere?
[SERVER][PROJECTILE] HIT: PCGhostObjExt(977->Attached(null))@1357305851 ... PlayerCharacter[(ENTITY_PLAYERCHARACTER_Xacino)(977)] Server(0)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] [SERVER] NEW HEALTH IS 0.0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] Exiting (normal) because of exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.util.ArrayList.rangeCheck(ArrayList.java:604)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.util.ArrayList.get(ArrayList.java:382)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at nq.b(SourceFile:1463)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at nq.a(SourceFile:411)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at np.a(SourceFile:161)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at np.handleHit(SourceFile:668)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.checkCollision(SourceFile:179)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:290)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at Be.update(SourceFile:170)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:246)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at oj.a(SourceFile:1054)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.common.data.world.Universe.update(SourceFile:730)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.game.server.controller.GameServerController.update(SourceFile:1526)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at org.schema.schine.network.server.ServerController.run(SourceFile:232)
[Sep 2, 2013 11:19:34 PM] STDERR: [ERR] at java.lang.Thread.run(Thread.java:724)
[Sep 2, 2013 11:19:34 PM] STDOUT: [OUT] [SERVER] SERVER SHUTDOWN. Dumping server State!
Seems there is a projectile misbehaving somewhere?