Skip to content

Instantly share code, notes, and snippets.

@philandstuff
Created May 19, 2015 14:13
Show Gist options
  • Save philandstuff/60af5ef7ef3dc5cc233e to your computer and use it in GitHub Desktop.
Save philandstuff/60af5ef7ef3dc5cc233e to your computer and use it in GitHub Desktop.
postgres exception
2015-05-19T14:12:14.514559+00:00 app[web.1]: [error] c.j.b.ConnectionHandle - Database access problem. Killing off this connection and all remaining connections in the connection pool. SQL State = 57P01
2015-05-19T14:12:14.762639+00:00 app[web.1]: [error] application -
2015-05-19T14:12:14.762643+00:00 app[web.1]:
2015-05-19T14:12:14.762646+00:00 app[web.1]: ! @6m7idhci3 - Internal server error, for (GET) [/] ->
2015-05-19T14:12:14.762647+00:00 app[web.1]:
2015-05-19T14:12:14.762651+00:00 app[web.1]: play.api.Application$$anon$1: Execution exception[[RuntimeException: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command]]
2015-05-19T14:12:14.762653+00:00 app[web.1]: at play.api.Application$class.handleError(Application.scala:296) ~[com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.762655+00:00 app[web.1]: at play.api.DefaultApplication.handleError(Application.scala:402) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.762657+00:00 app[web.1]: at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.762659+00:00 app[web.1]: at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.762661+00:00 app[web.1]: at scala.Option.map(Option.scala:146) [org.scala-lang.scala-library-2.11.6.jar:na]
2015-05-19T14:12:14.762663+00:00 app[web.1]: Caused by: java.lang.RuntimeException: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.762665+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.FunctionThatThrows.andThen(FunctionThatThrows.java:8) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762667+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.PostgresqlStore.count(PostgresqlStore.java:189) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762669+00:00 app[web.1]: at controllers.html.UI.index(UI.java:36) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762670+00:00 app[web.1]: at Routes$$anonfun$routes$1$$anonfun$applyOrElse$1$$anonfun$apply$31.apply(routes_routing.scala:157) ~[register.register-1.0-SNAPSHOT.jar:na]
2015-05-19T14:12:14.762672+00:00 app[web.1]: at Routes$$anonfun$routes$1$$anonfun$applyOrElse$1$$anonfun$apply$31.apply(routes_routing.scala:157) ~[register.register-1.0-SNAPSHOT.jar:na]
2015-05-19T14:12:14.762673+00:00 app[web.1]: Caused by: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.762675+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.Database.lambda$select$26(Database.java:27) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762677+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.Database$$Lambda$19/1747067456.acceptThrows(Unknown Source) ~[na:na]
2015-05-19T14:12:14.762678+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.FunctionThatThrows.andThen(FunctionThatThrows.java:7) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762679+00:00 app[w
eb.1]: at uk.gov.openregister.store.postgresql.PostgresqlStore.count(PostgresqlStore.java:189) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762681+00:00 app[web.1]: at controllers.html.UI.index(UI.java:36) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.762682+00:00 app[web.1]: Caused by: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.762684+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2270) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.762685+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1998) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.762687+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.762688+00:00 app[web.1]: at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:570) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.762689+00:00 app[web.1]: at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:420) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.584314+00:00 app[web.1]: [error] play - Cannot invoke the action, eventually got an error: java.lang.RuntimeException: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.876052+00:00 app[web.1]: [error] application -
2015-05-19T14:12:14.876099+00:00 app[web.1]: at play.api.Application$class.handleError(Application.scala:296) ~[com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.876059+00:00 app[web.1]: play.api.Application$$anon$1: Execution exception[[RuntimeException: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command]]
2015-05-19T14:12:14.876120+00:00 app[web.1]: at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.876118+00:00 app[web.1]: at play.api.DefaultApplication.handleError(Application.scala:402) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.876122+00:00 app[web.1]: at play.core.server.netty.PlayDefaultUpstreamHandler$$anonfun$3$$anonfun$applyOrElse$4.apply(PlayDefaultUpstreamHandler.scala:320) [com.typesafe.play.play_2.11-2.3.8.jar:2.3.8]
2015-05-19T14:12:14.876123+00:00 app[web.1]: at scala.Option.map(Option.scala:146) [org.scala-lang.scala-library-2.11.6.jar:na]
2015-05-19T14:12:14.876125+00:00 app[web.1]: Caused by: java.lang.RuntimeException: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.876127+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.FunctionThatThrows.andThen(FunctionThatThrows.java:8) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876131+00:00 app[web.1]: at controllers.html.UI.index(UI.java:36) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876129+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.PostgresqlStore.count(PostgresqlStore.java:189) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876132+00:00 app[web.1]: at Routes$$anonfun$routes$1$$anonfun$applyOrElse$1$$anonfun$apply$31.apply(routes_routing.scala:157) ~[register.register-1.0-SNAPSHOT.jar:na]
2015-05-19T14:12:14.876133+00:00 app[web.1]: at Routes$$anonfun$routes$1$$anonfun$applyOrElse$1$$anonfun$apply$31.apply(routes_routing.scala:157) ~[register.register-1.0-SNAPSHOT.jar:na]
2015-05-19T14:12:14.876135+00:00 app[web.1]: Caused by: java.lang.RuntimeException: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.876136+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.Database.lambda$select$26(Database.java:27) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876138+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.Database$$Lambda$19/1747067456.acceptThrows(Unknown Source) ~[na:na]
2015-05-19T14:12:14.876140+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.FunctionThatThrows.andThen(FunctionThatThrows.java:7) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876141+00:00 app[web.1]: at uk.gov.openregister.store.postgresql.PostgresqlStore.count(PostgresqlStore.java:189) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876142+00:00 app[web.1]: at controllers.html.UI.index(UI.java:36) ~[register.register-1.0-SNAPSHOT.jar:1.0-SNAPSHOT]
2015-05-19T14:12:14.876144+00:00 app[web.1]: Caused by: org.postgresql.util.PSQLException: FATAL: terminating connection due to administrator command
2015-05-19T14:12:14.876145+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2270) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.876170+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.876146+00:00 app[web.1]: at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1998) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.876171+00:00 app[web.1]: at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:570) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
2015-05-19T14:12:14.876173+00:00 app[web.1]: at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:420) ~[org.postgresql.postgresql-9.4-1201-jdbc41.jar:9.4]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment