Skip to content

Database error when trying to connect  #258

@aplisov

Description

@aplisov

I filled out the config.yml correctly with the login information for the database and in the console I get an error that reads:

09.11 01:38:51 [Server] WARN java.lang.NullPointerException
09.11 01:38:51 [Server] WARN at java.lang.Thread.run(Thread.java:745)
09.11 01:38:51 [Server] WARN at net.coreprotect.consumer.Consumer.run(Consumer.java:49)
09.11 01:38:51 [Server] WARN at net.coreprotect.consumer.Process.processConsumer(Process.java:53)
09.11 01:38:51 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:236)
09.11 01:38:51 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:205)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
09.11 01:38:51 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
09.11 01:38:51 [Server] WARN at org.sqlite.PrepStmt.(PrepStmt.java:42)
09.11 01:38:51 [Server] WARN at org.sqlite.DB.prepare(DB.java:123)
09.11 01:38:51 [Server] WARN at org.sqlite.NativeDB.prepare(Native Method)
09.11 01:38:51 [Server] WARN at org.sqlite.DB.throwex(DB.java:374)
09.11 01:38:51 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:387)
09.11 01:38:51 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:383)
09.11 01:38:51 [Server] WARN java.sql.SQLException: [SQLITE_ERROR] SQL error or missing database (table co_container has no column named meta)

Not sure what it means but it seems that it makes a connection to the database however it cannot find a table called co_container. Keep in mind this is the same database XenForo is running on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions