CommunityBridge icon indicating copy to clipboard operation
CommunityBridge copied to clipboard

Database error when trying to connect

Open aplisov opened this issue 8 years ago • 0 comments

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.

aplisov avatar Nov 09 '17 02:11 aplisov