java.util.concurrent.CompletionException: org.jdbi.v3.postgres.LargeObjectException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run$$$capture(CompletableFuture.java:1702) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at nl.talsmasoftware.context.executors.ContextAwareExecutorService$1.call(ContextAwareExecutorService.java:64) at nl.talsmasoftware.context.delegation.RunnableAdapter.run(RunnableAdapter.java:44) at io.grpc.Context$1.run(Context.java:566) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at nl.talsmasoftware.context.executors.ContextAwareExecutorService$1.call(ContextAwareExecutorService.java:64) at nl.talsmasoftware.context.delegation.RunnableAdapter.run(RunnableAdapter.java:44) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: org.jdbi.v3.postgres.LargeObjectException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command at org.jdbi.v3.postgres.PgLobApiImpl.(PgLobApiImpl.java:34) at org.jdbi.v3.postgres.PostgresPlugin.lambda$customizeHandle$1(PostgresPlugin.java:171) at org.jdbi.v3.core.config.Configurable.configure(Configurable.java:86) at org.jdbi.v3.postgres.PostgresPlugin.customizeHandle(PostgresPlugin.java:169) at org.jdbi.v3.core.Jdbi.open(Jdbi.java:336)