java.lang.NullPointerException
LadyCailinBot opened this issue · 5 comments
CRAFTBOOK-2613 - Reported by herby53
using craftbukkit-1.5.2-R0.2-20130610.181759-14.jar
load all plugins
2013-06-10 22:52:56 [SEVERE] ebean.properties not found
2013-06-10 22:52:56 [INFO] DataSourcePool [HomeBukkit] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
2013-06-10 22:52:57 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
2013-06-10 22:52:57 [INFO] Entities enhanced[0] subclassed[1]
2013-06-10 22:52:57 [INFO] [WorldEdit] Loading WorldEdit v5.5.6
2013-06-10 22:52:57 [INFO] [iConomy] Loading iConomy v7.0
2013-06-10 22:52:57 [INFO] [HomeBukkit] Loading HomeBukkit v0.0.1
2013-06-10 22:52:57 [INFO] [ChatBukkit] Loading ChatBukkit v1.1-SNAPSHOT
2013-06-10 22:52:57 [INFO] [ScrapBukkit] Loading ScrapBukkit v1.0.0
2013-06-10 22:52:57 [INFO] [ProtocolLib] Loading ProtocolLib v2.4.3
2013-06-10 22:52:57 [INFO] [Multiverse-Core] Loading Multiverse-Core v2.4-b527
2013-06-10 22:52:58 [INFO] [WorldGuard] Loading WorldGuard v5.7.5
2013-06-10 22:52:58 [INFO] [CrazyCore] Loading CrazyCore v10.6
2013-06-10 22:52:58 [INFO] [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
2013-06-10 22:52:58 [INFO] [Multiverse-Inventories] Loading Multiverse-Inventories v2.5-b335
2013-06-10 22:52:58 [INFO] [Multiverse-SignPortals] Loading Multiverse-SignPortals v2.4-b523
2013-06-10 22:52:58 [INFO] [Multiverse-NetherPortals] Loading Multiverse-NetherPortals v2.4-b530
2013-06-10 22:52:58 [INFO] [CraftBook] Loading CraftBook v2246-c16f88d
2013-06-10 22:52:58 [INFO] [ChestShop] Loading ChestShop v3.5
2013-06-10 22:52:58 [INFO] [Multiverse-Downloader] Loading Multiverse-Downloader v1.0-SNAPSHOT-b1
2013-06-10 22:52:58 [INFO] [CrazyLogin] Loading CrazyLogin v7.15.1
2013-06-10 22:52:58 [INFO] [ProtocolLib] Enabling ProtocolLib v2.4.3
2013-06-10 22:52:58 [INFO] [ProtocolLib] Started structure compiler thread.
after finish loading
2013-06-10 22:54:08 [INFO] Server permissions file permissions.yml is empty, ignoring it
2013-06-10 22:54:18 [INFO] Done (80.207s)! For help, type "help" or "?"
2013-06-10 22:54:20 [SEVERE] [CraftBook] java.lang.NullPointerException
at com.sk89q.craftbook.circuits.gates.logic.MemoryAccess.readMemory(MemoryAccess.java:57)
at com.sk89q.craftbook.circuits.gates.logic.MemoryAccess.trigger(MemoryAccess.java:42)
at com.sk89q.craftbook.circuits.ic.ICMechanic$1.run(ICMechanic.java:103)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:513)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
can anyone help?
Comment by me4502
You have a blank MemoryAccess sign somewhere. But I'll look into the error this afternoon,
Comment by herby53
okay, it was the fix, i breaked all ROM IC´s and the error do not contains. are there some changes done with These ic?
Comment by me4502
The error meant the server had shut down whilst saving one of the files last time. I have fixed the error now, it should ignore any missing bits of the file now.