Update 0.6.2 - MySQL Issue #111


  • New
  • Defect
Open
Assigned to _ForgeUser4509640
  • _ForgeUser6842174 created this issue Dec 22, 2011

    Since the update to 0.6.2, I'm getting following error:

    at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    aPluginLoader.enablePlugin(JavaPluginLoader.java:968)
    at org.bukkit.plugin.java.Jav
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
    at me.exote.webauction.WebAuction.onEnable(WebAuction.java:105)
    at com.alta189.sqlLibrary.MySQL.mysqlCore.checkTable(mysqlCore.java:72)
    at com.alta189.sqlLibrary.MySQL.DatabaseHandler.checkTable(DatabaseHandler.java:134)
    java.lang.NullPointerException
    >
    15:06:17 [SEVERE] Error occurred while enabling WebAuction v0.6.2 (Is it up to date?): null

    But when I use 0.6.1, WebAuction works. Hope that you can fix this.

    Greetz,
    Seweiwer

  • _ForgeUser6842174 added the tags New Defect Dec 22, 2011
  • _ForgeUser4509640 posted a comment Dec 22, 2011

    You didn't actually include the error in that paste. Plus this doesn't look like 0.6.2 which doesn't use the alta lib at all.

  • _ForgeUser7441696 posted a comment Dec 22, 2011

    Also, the config has changed, and it doesnt read the old SQL setting when you go to the newest version - so make sure to re-edit the config!

  • _ForgeUser6842174 posted a comment Dec 22, 2011

    After I re-edited the config again, it's running again, had to put the mysql datas between these two ' '.

    Thx for help.


To post a comment, please login or register a new account.