CraftBook 3

CraftBook 3

139k Downloads

Nullpointer at server startup

LadyCailinBot opened this issue ยท 11 comments

commented

CRAFTBOOK-2722 - Reported by Martin.Faester

12:15:15 [INFO] [Sentry] Registered sucessfully with Vault: 23 groups found. The GROUP: target will function
12:15:15 [INFO] [Citizens] Loaded 78 NPCs.
12:15:16 [INFO] /37.128.215.204:55247 lost connection
12:15:16 [INFO] /94.231.106.109:47777 lost connection
12:15:16 [INFO] /94.231.109.64:39123 lost connection
12:15:16 [INFO] /94.231.109.64:39936 lost connection
12:15:16 [INFO] /37.59.35.201:49576 lost connection
12:15:16 [INFO] /195.242.131.2:58245 lost connection
12:15:16 [INFO] /195.242.131.2:58845 lost connection
12:15:16 [INFO] /74.208.45.80:54666 lost connection
12:15:16 [INFO] /91.238.206.141:51137 lost connection
12:15:16 [WARNING] [CraftBook] Task #7736 for CraftBook v3.7-SNAPSHOT:3234-bdb66b6,master generated an exception
java.lang.NullPointerException
at org.bukkit.craftbukkit.v1_6_R2.block.CraftSign.(CraftSign.java:17)
at org.bukkit.craftbukkit.v1_6_R2.block.CraftBlock.getState(CraftBlock.java:243)
at com.sk89q.craftbook.bukkit.util.BukkitUtil.toChangedSign(BukkitUtil.java:67)
at com.sk89q.craftbook.circuits.ic.ICMechanic$1.run(ICMechanic.java:94)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:522)
at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:226)
at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:486)
at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:419)
at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
12:15:17 [INFO] [War] Warhub ready.

CraftBukkit version git-Bukkit-1.6.2-R0.1-13-g6cfd4a4-b2858jnks (MC: 1.6.2) (Implementing API version 1.6.2-R0.2-SNAPSHOT)
12:15:17 [INFO] [WorldGuard] 5 regions loaded for 'skylands'
12:15:17 [INFO] [WorldGuard] 2 regions loaded for 'HG_one'
12:15:39 [INFO] [AntiBot] System has been enabled!

commented

Comment by me4502

That means you have a corrupt sign somewhere in your world. It is due to a bug in bukkit.

commented

Comment by Martin.Faester

Thank you :)

commented

Comment by Martin.Faester

now, after updating 13 plugins, i am only getting this:
23:41:16 [WARNING] [CraftBook] Task #6199 for CraftBook v3.7-SNAPSHOT:3234-bdb66b6,master generated an exception
java.lang.NullPointerException

is this also a malplaced sign?

commented

Comment by wizjany

you'd need to paste the rest of that error

commented

Comment by Martin.Faester

There is no rest of that error, sorry. This is the only message in log /console.

commented

Comment by Martin.Faester

It has repeated itself every 5th. minute when i was online, and continues while nobody is online.

commented

Comment by Martin.Faester

Is it possilbe to implement some code, that will explain where this ic is found? after restarting the server, i get the same msg as first explained about the sign.

commented

Comment by me4502

No sorry, we already have code everywhere it is possible. I believe Spigot fixes or had fixed this issue at one stage however.

commented

Comment by Martin.Faester

okay. I am using craftbukkit, don't know if its code to grap.

commented

Comment by Martin.Faester

Seems i have to find that sign.

commented

Comment by me4502

I'd suggest you use Spigot