What is this?

Status
This thread has been locked.

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
My console keeps repeating this message and idk what its wanting me to do?

Code:
30.09 09:42:11 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:230)
30.09 09:42:11 [Server] WARN at net.coreprotect.consumer.Process.processConsumer(Process.java:49)
30.09 09:42:11 [Server] WARN at net.coreprotect.consumer.Consumer.run(Consumer.java:48)
30.09 09:42:11 [Server] WARN at java.lang.Thread.run(Unknown Source)
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

sistem21

Feedback score
1
Posts
322
Reactions
26
Resources
0
coreprotect problem.
it seems to be something about databases
 

Shadow

Dev
Premium
Feedback score
2
Posts
424
Reactions
308
Resources
0
Coreprotect is having sql issues, make sure it can establish a connection.
 

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
Coreprotect is having sql issues, make sure it can establish a connection.
coreprotect problem.
it seems to be something about databases
Thanks I new it was a SQL problem but I didnt know what plugin it was![DOUBLEPOST=1475247942][/DOUBLEPOST]How about this? I took out the coreprotect sql and changed it to false and I'm still getting this? All help is appreciated, thanks!
Code:
30.09 11:09:50 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:383)
30.09 11:09:50 [Server] WARN at org.sqlite.DB.newSQLException(DB.java:387)
30.09 11:09:50 [Server] WARN at org.sqlite.DB.throwex(DB.java:374)
30.09 11:09:50 [Server] WARN at org.sqlite.NativeDB.prepare(Native Method)
30.09 11:09:50 [Server] WARN at org.sqlite.DB.prepare(DB.java:123)
30.09 11:09:50 [Server] WARN at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
30.09 11:09:50 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:404)
30.09 11:09:50 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:399)
30.09 11:09:50 [Server] WARN at org.sqlite.Conn.prepareStatement(Conn.java:383)
30.09 11:09:50 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:205)
30.09 11:09:50 [Server] WARN at net.coreprotect.database.Database.prepareStatement(Database.java:232)
30.09 11:09:50 [Server] WARN at net.coreprotect.consumer.Process.processConsumer(Process.java:50)
30.09 11:09:50 [Server] WARN at net.coreprotect.consumer.Consumer.run(Consumer.java:48)
30.09 11:09:50 [Server] WARN at java.lang.Thread.run(Unknown Source)
 
Last edited:

IceGroose

Feedback score
2
Posts
128
Reactions
40
Resources
0
Coreprotect is now trying to save to a SQLite file on your disk and fails, to point out the real problem we need te entire stacktrace.
 

STUDIOZ3RO

Business Owner
Premium
Feedback score
8
Posts
664
Reactions
237
Resources
0
Coreprotect is now trying to save to a SQLite file on your disk and fails, to point out the real problem we need te entire stacktrace.
I just deleted the whole plugin itself XD and I'm just going to reinstall it later lol but thanks for your help.
 
Status
This thread has been locked.
Top