Was trying to replace a wooden chest with an iron chest that was connected to a manager with items actively being transferred through the tube network and this happened:
2013-01-12 03:04:00 [SEVERE] Encountered an unexpected exception t
t: Ticking tile entity
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Caused by: java.lang.NullPointerException
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
at yc.h(World.java:2155)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
... 4 more
Server then crashes. It can be restarted and load in but once we do the server crashes again. Is there a way to remove the offending block or do we have to do a rollback?
2013-01-12 03:04:00 [SEVERE] Encountered an unexpected exception t
t: Ticking tile entity
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:685)
at ho.r(DedicatedServer.java:270)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:598)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:497)
at fy.run(SourceFile:849)
Caused by: java.lang.NullPointerException
at com.eloraam.redpower.machine.TileManager.handleTubeItem(TileManager.java:214)
at com.eloraam.redpower.machine.TileManager.tubeItemEnter(TileManager.java:256)
at com.eloraam.redpower.core.TubeFlow.update(TubeFlow.java:94)
at com.eloraam.redpower.machine.TileTube.g(TileTube.java:167)
at yc.h(World.java:2155)
at in.h(WorldServer.java:516)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:679)
... 4 more
Server then crashes. It can be restarted and load in but once we do the server crashes again. Is there a way to remove the offending block or do we have to do a rollback?