I run a server at home from a machine on my network, i've been running this quite successfully for well over a year, but suddenly i'm getting these database locked errors....
org.sqlite.SQLiteException: [SQLITE_BUSY] The database file is locked (database is locked)
at org.sqlite.core.DB.newSQLException(DB.java:909)
at org.sqlite.core.DB.newSQLException(DB.java:921)
at org.sqlite.core.DB.throwex(DB.java:886)
at org.sqlite.core.DB.exec(DB.java:155)
at org.sqlite.jdbc3.JDBC3Connection.commit(JDBC3Connection.java:174)
at y.a.a(SourceFile:314)
at C.i.a(SourceFile:87)
at C.a.a(SourceFile:201)
at D.n.execute(SourceFile:39)
at z.b.run(SourceFile:24)
Repeated over and over again.
I tried the server_ip, which was set to default 0.0.0.0, changed this to 127.0.0.1, the server then fails to show up in the server list.
I changed server_ip to my DNS (as I have a dynamic ip), same result.
Changed back to 0.0.0.0 and still won't show in the list (wtf????? mind f**k)
Connected via internal IP address 192.168.1.??, still got the locked errors.
Went into the worlds folder, selected and viewed properties and found it all "read only", I deselected that and found it resolved the locked database locally, but now I can't see my server in the main list.
I don't understand why even with changing back to the original working config, my server has now disappeared