Ban Management

Ban Management

193k Downloads

Stacktrace on server start

Kakifrucht opened this issue ยท 3 comments

commented

I just updated to the latest build no 206, which caused following stacktrace every second once the server was ready.

2015-10-29 03:32:28 [WARN] java.lang.IllegalArgumentException: Unknown column name 'updated' in table bm_player_warnings
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.internal.ormlite.table.TableInfo.getFieldTypeByColumnName(TableInfo.java:155)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.internal.ormlite.stmt.Where.findColumnFieldType(Where.java:681)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.internal.ormlite.stmt.Where.ge(Where.java:224)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.storage.PlayerWarnStorage.findWarnings(PlayerWarnStorage.java:109)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.runnables.WarningSync.newWarnings(WarningSync.java:31)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.runnables.WarningSync.run(WarningSync.java:24)
2015-10-29 03:32:28 [WARN]  at me.confuser.banmanager.runnables.Runner.run(Runner.java:28)
2015-10-29 03:32:28 [WARN]  at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
2015-10-29 03:32:28 [WARN]  at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
2015-10-29 03:32:28 [WARN]  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
2015-10-29 03:32:28 [WARN]  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
2015-10-29 03:32:28 [WARN]  at java.lang.Thread.run(Thread.java:745)

A server restart seemed to fix the issue.

commented

It happens to me as well, when you reboot gives the error less often but gives also

commented

Yeah just had the stacktrace again, downgrading until fixed.

commented

Released as v5.7.1