Server - Projectile PCGhostObjExt (server shutdown)

    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?
     
    Joined
    Aug 26, 2013
    Messages
    1
    Reaction score
    0
    • Legacy Citizen
    We have the same problem, several server crashes with the same exception:

    [05-sep-2013 13:49:55] STDERR: [ERR] [SERVER][PROJECTILE] HIT: PCGhostObjExt(9372->Attached(null))@944533313 ... PlayerCharacter[(ENTITY_PLAYERCHARACTER_youssef_96_96)(9372)]

    [05-sep-2013 13:49:55] STDERR: [ERR] [SERVER] NEW HEALTH IS 0.0
    [05-sep-2013 13:49:55] STDERR: [ERR] Exiting (normal) because of exception java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    [05-sep-2013 13:49:55] STDERR: [ERR] java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    [05-sep-2013 13:49:55] STDERR: [ERR] at java.util.ArrayList.rangeCheck(ArrayList.java:604)
    [05-sep-2013 13:49:55] STDERR: [ERR] at java.util.ArrayList.get(ArrayList.java:382)
    [05-sep-2013 13:49:55] STDERR: [ERR] at nq.b(SourceFile:1463)
    [05-sep-2013 13:49:55] STDERR: [ERR] at nq.a(SourceFile:411)
    [05-sep-2013 13:49:55] STDERR: [ERR] at np.a(SourceFile:161)
    [05-sep-2013 13:49:55] STDERR: [ERR] at np.handleHit(SourceFile:668)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.checkCollision(SourceFile:179)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:290)
    [05-sep-2013 13:49:55] STDERR: [ERR] at Be.update(SourceFile:170)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.game.common.controller.elements.ProjectileController.update(SourceFile:246)
    [05-sep-2013 13:49:55] STDERR: [ERR] at oj.a(SourceFile:1054)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.game.common.data.world.Universe.update(SourceFile:730)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.game.server.controller.GameServerController.update(SourceFile:1526)
    [05-sep-2013 13:49:55] STDERR: [ERR] at org.schema.schine.network.server.ServerController.run(SourceFile:232)
    [05-sep-2013 13:49:55] STDERR: [ERR] at java.lang.Thread.run(Thread.java:722)
    [05-sep-2013 13:49:55] STDOUT: [OUT] [SERVER] SERVER SHUTDOWN. Dumping server State!