SQLExeption Error?

Discussion in 'Bukkit Help' started by FuRiouSOne, Jan 17, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    FuRiouSOne

    Can Someone tell me what is causing this error? It is now spamming my console every few seconds and nothing else is stated to show me whats plugin is causing it.

    Code:
    2013-01-17 18:15:51 [SEVERE] java.sql.SQLException: SQL logic error or missing database
    2013-01-17 18:15:51 [SEVERE]    at org.sqlite.DB.throwex(DB.java:370)
    2013-01-17 18:15:51 [SEVERE]    at org.sqlite.DB.exec(DB.java:76)
    2013-01-17 18:15:51 [SEVERE]    at org.sqlite.Conn.commit(Conn.java:343)
    2013-01-17 18:15:51 [SEVERE]    at com.griefcraft.sql.Database.setAutoCommit(Database.java:155)
    2013-01-17 18:15:51 [SEVERE]    at com.griefcraft.util.DatabaseThread.flushDatabase(DatabaseThread.java:140)
    2013-01-17 18:15:51 [SEVERE]    at com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:157)
    2013-01-17 18:15:51 [SEVERE]    at java.lang.Thread.run(Unknown Source)
     
  2. Offline

    nhadobas

    One of your plugins is either having trouble reaching a certain table, or it cant connect to the database.
     
  3. Offline

    FuRiouSOne

    Any way to find out what plugin? Last plugin i updated or installed was dynmap 1.3 and that was 3 days ago and didnt see this error till today.

    Apparently after a restart it has stopped. Im thinking had something to do with dynmap as i was making some adjustments to the plugin when this all started.

    Anyways guess this is now solved.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
Thread Status:
Not open for further replies.

Share This Page