java.sql.SQLException: Column 'allowBids' not found. #178


  • New
  • Defect
Open
Assigned to _ForgeUser4509640
  • _ForgeUser7546288 created this issue Mar 15, 2012

    What steps will reproduce the problem?
    1. when plugin read the new item in bid.
    2.
    3.

    What is the expected output? What do you see instead?

    mysql error;;

    What version of the product are you using?

    version WebAuction
    12:16:17 [INFO] WebAuction version 0.6.5
    12:16:17 [INFO] Author: Exote/BluePhase

    version
    12:16:37 [INFO] This server is running CraftBukkit version git-Bukkit-1.1-R6-33-gb66156b-b2034jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.1)

    Do you have an error log of what happened?

    12:12:49 [WARNING] [WebAuction] Unable to get auction 1076
    12:12:49 [SEVERE] java.sql.SQLException: Column 'allowBids' not found.
    12:12:49 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    12:12:49 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    12:12:49 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    12:12:49 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    12:12:49 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
    12:12:49 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.getBoolean(ResultSetImpl.java:1761)
    12:12:49 [SEVERE]       at me.exote.webauction.MySQLDataQueries.getAuction(MySQLDataQueries.java:300)
    12:12:49 [SEVERE]       at me.exote.webauction.tasks.ShoutSignTask.run(ShoutSignTask.java:36)
    12:12:49 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    12:12:49 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
    12:12:49 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    12:12:49 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    12:12:49 [INFO] [WebAuction] New Auction: 12 MONSTER_EGG selling for 3,500.00 캡 each.
    12:13:03 [WARNING] [WebAuction] Unable to get auction 1077
    12:13:03 [SEVERE] java.sql.SQLException: Column 'allowBids' not found.
    12:13:03 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    12:13:03 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    12:13:03 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    12:13:03 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    12:13:03 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
    12:13:03 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.getBoolean(ResultSetImpl.java:1761)
    12:13:03 [SEVERE]       at me.exote.webauction.MySQLDataQueries.getAuction(MySQLDataQueries.java:300)
    12:13:03 [SEVERE]       at me.exote.webauction.tasks.ShoutSignTask.run(ShoutSignTask.java:36)
    12:13:03 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    12:13:03 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
    12:13:03 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    12:13:03 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    12:13:03 [INFO] [WebAuction] New Auction: 20 MONSTER_EGG selling for 2,000.00 캡 each.
    12:13:52 [WARNING] [WebAuction] Unable to get auction 1078
    12:13:52 [SEVERE] java.sql.SQLException: Column 'allowBids' not found.
    12:13:52 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073)
    12:13:52 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    12:13:52 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    12:13:52 [SEVERE]       at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    12:13:52 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1144)
    12:13:52 [SEVERE]       at com.mysql.jdbc.ResultSetImpl.getBoolean(ResultSetImpl.java:1761)
    12:13:52 [SEVERE]       at me.exote.webauction.MySQLDataQueries.getAuction(MySQLDataQueries.java:300)
    12:13:52 [SEVERE]       at me.exote.webauction.tasks.ShoutSignTask.run(ShoutSignTask.java:36)
    12:13:52 [SEVERE]       at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:126)
    12:13:52 [SEVERE]       at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:520)
    12:13:52 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    12:13:52 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    12:13:52 [INFO] [WebAuction] New Auction: 20 MONSTER_EGG selling for 2,700.00 캡 each.
    Please provide any additional information below.

  • _ForgeUser7546288 added the tags New Defect Mar 15, 2012

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