You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
there is an exception on database connection error that never fixes itself.
[14:06:54 INFO]: [AntiCheat] ERROR: Failed to execute background task de.jpx3.intave.fo$$Lambda$847/1250357394@37ed721f
[14:06:54 WARN]: org.postgresql.util.PSQLException: This connection has been closed.
[14:06:54 WARN]: at org.postgresql.jdbc.PgConnection.checkClosed(PgConnection.java:883)
[14:06:54 WARN]: at org.postgresql.jdbc.PgConnection.prepareStatement(PgConnection.java:1744)
[14:06:54 WARN]: at org.postgresql.jdbc.PgConnection.prepareStatement(PgConnection.java:430)
[14:06:54 WARN]: at de.jpx3.intavestorage.postgresql.PostgreSqlStorageGateway.saveStorageQuery(PostgreSqlStorageGateway.kt:49)
[14:06:54 WARN]: at de.jpx3.intavestorage.JdbcBackedStorageGateway$DefaultImpls.saveStorage(JdbcBackedStorageGateway.kt:40)
[14:06:54 WARN]: at de.jpx3.intavestorage.postgresql.PostgreSqlStorageGateway.saveStorage(PostgreSqlStorageGateway.kt:14)
[14:06:54 WARN]: at de.jpx3.intave.fo.b(fo.java:30)
[14:06:54 WARN]: at de.jpx3.intave.gx.b(gx.java:24)
[14:06:54 WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[14:06:54 WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[14:06:54 WARN]: at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Hello,
there is an exception on database connection error that never fixes itself.
The text was updated successfully, but these errors were encountered: