Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception on database connection drop #1

Open
dobrac opened this issue May 8, 2022 · 0 comments
Open

Exception on database connection drop #1

dobrac opened this issue May 8, 2022 · 0 comments

Comments

@dobrac
Copy link
Contributor

dobrac commented May 8, 2022

Hello,

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant