Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Database error when trying to connect #258

Open
aplisov opened this issue Nov 9, 2017 · 0 comments
Open

Database error when trying to connect #258

aplisov opened this issue Nov 9, 2017 · 0 comments

Comments

@aplisov
Copy link

aplisov commented Nov 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant