EchoPet

EchoPet

882k Downloads

NPE when creating new table

vemacs opened this issue ยท 4 comments

commented
[15:20:10] [Server thread/ERROR]: Error occurred while enabling EchoPet v2.3.4-SNAPSHOT-b418 (Is it up to date?)
java.lang.NullPointerException
        at com.dsh105.echopet.compat.api.plugin.uuid.UUIDMigration.migrateSqlTable(UUIDMigration.java:126) ~[?:?]
        at com.dsh105.echopet.EchoPetPlugin.prepareSqlDatabase(EchoPetPlugin.java:304) ~[?:?]
        at com.dsh105.echopet.EchoPetPlugin.onEnable(EchoPetPlugin.java:144) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1435]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1435]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1435]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.loadPlugin(CraftServer.java:469) [spigot.jar:git-Spigot-1435]
        at org.bukkit.craftbukkit.v1_7_R3.CraftServer.enablePlugins(CraftServer.java:387) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.MinecraftServer.n(MinecraftServer.java:359) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.MinecraftServer.g(MinecraftServer.java:333) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.MinecraftServer.a(MinecraftServer.java:289) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:193) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:450) [spigot.jar:git-Spigot-1435]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1435]

I dropped the old table, and am now getting this on startup. The table is being created correctly, and the database is connectable. Running latest dev build.

commented

same thing

commented

Never seen this before.

commented

look at the error vemacs posted... now you have seen it :I

commented

Haha but I've never encountered it