taylorkelly / BigBrother

GNU General Public License v3.0
29 stars 20 forks source link

Could not pass event BLOCK_BURN to BigBrother #38

Closed pschichtel closed 13 years ago

pschichtel commented 13 years ago

I got that error today:

20:18:14 [SEVERE] Could not pass event BLOCK_BURN to BigBrother java.lang.NullPointerException at me.taylorkelly.bigbrother.tablemgrs.BBUsersMySQL.getUserFromDB(BBUsersMySQL.java:113) at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getUser(BBUsersTable.java:127) at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getUser(BBUsersTable.java:65) at me.taylorkelly.bigbrother.datablock.BBDataBlock.(BBDataBlock.java:54) at me.taylorkelly.bigbrother.datablock.BlockBurn.(BlockBurn.java:18) at me.taylorkelly.bigbrother.BlockBurnLogger.create(BlockBurnLogger.java:35) at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockBurn(BBBlockListener.java:139) at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:339) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255) at net.minecraft.server.BlockFire.a(BlockFire.java:138) at net.minecraft.server.BlockFire.a(BlockFire.java:122) at net.minecraft.server.World.a(World.java:1506) at net.minecraft.server.World.h(World.java:1405) at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:359) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283) at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)

On my server runs the current recommanded build of Craftbukkit (#617) with the latest Jenkins build of BigBrother (#238)

Raptor2213 commented 13 years ago

Getting the same thing in 242.

N3X15 commented 13 years ago

Fixed.

Raptor2213 commented 13 years ago

Not fixed. #251 breaks BB completely.

21:09:56 [INFO] [BBROTHER] Please stay tuned in irc.esper.net #bigbrother for up dates and build notifications.

21:09:56 [INFO] [BBROTHER] ------------------------------------

21:09:56 [SEVERE] [BBROTHER] Could not establish SQL connection. Disabling BigBrother

Was working fine just before patching.

Raptor2213 commented 13 years ago

Issue was related to: https://github.com/tkelly910/BigBrother/issues#issue/47