Sign in to follow this  
Sklo:D

MGMT add Message - SQL Exception

Recommended Posts

Happens when you add a message to the MGMT chat. Error appeared on the login server:

Should be easy to fix, seems to be a problem with the differences between sqlite and mysql

 

Feb 05, 2019 6:51:26 PM com.wurmonline.server.Players addMgmtMessage
WARNING: [SQLITE_CONSTRAINT]  Abort due to constraint violation (NOT NULL constraint failed: MGMTMESSAGES.ID)
java.sql.SQLException: [SQLITE_CONSTRAINT]  Abort due to constraint violation (NOT NULL constraint failed: MGMTMESSAGES.ID)
        at org.sqlite.core.DB.newSQLException(DB.java:890)
        at org.sqlite.core.DB.newSQLException(DB.java:901)
        at org.sqlite.core.DB.execute(DB.java:810)
        at org.sqlite.core.DB.executeUpdate(DB.java:847)
        at org.sqlite.jdbc3.JDBC3PreparedStatement.executeUpdate(JDBC3PreparedStatement.java:86)
        at com.wurmonline.server.Players.addMgmtMessage(Players.java:4109)
        at com.wurmonline.server.webinterface.WcGlobalModeration$1.run(WcGlobalModeration.java:298)
 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this