EngineHub / CraftBook

🔧 Machines, ICs, PLCs, and more!
https://enginehub.org/craftbook/
GNU General Public License v3.0
301 stars 162 forks source link

Nullpointer at server startup #660

Closed LadyCailinBot closed 4 years ago

LadyCailinBot commented 11 years ago

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!

LadyCailinBot commented 11 years ago

Comment by me4502

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

LadyCailinBot commented 11 years ago

Comment by Martin.Faester

Thank you :)

LadyCailinBot commented 11 years ago

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?

LadyCailinBot commented 11 years ago

Comment by wizjany

you'd need to paste the rest of that error

LadyCailinBot commented 11 years ago

Comment by Martin.Faester

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

LadyCailinBot commented 11 years ago

Comment by Martin.Faester

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

LadyCailinBot commented 11 years ago

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.

LadyCailinBot commented 11 years ago

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.

LadyCailinBot commented 11 years ago

Comment by Martin.Faester

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

LadyCailinBot commented 11 years ago

Comment by Martin.Faester

Seems i have to find that sign.

LadyCailinBot commented 11 years ago

Comment by me4502

I'd suggest you use Spigot