users@glassfish.java.net

connection leak on exception

From: Radim Kolar <hsn_at_sendmail.cz>
Date: Fri, 28 Oct 2011 01:18:32 +0200

  HTTP Status 500 -

------------------------------------------------------------------------

*type* Exception report

*message*

*description*The server encountered an internal error () that prevented
it from fulfilling this request.

*exception*

org.apache.jasper.JasperException: me.prettyprint.hector.api.exceptions.HCassandraInternalException: Cassandra encountered an internal error processing this request: TApplicationError type: 6 message:Internal error processing batch_mutate

*root cause*

me.prettyprint.hector.api.exceptions.HCassandraInternalException: Cassandra encountered an internal error processing this request: TApplicationError type: 6 message:Internal error processing batch_mutate

*note* _The full stack traces of the exception and its root causes are
available in the GlassFish Server Open Source Edition 3.1.1 logs._

------------------------------------------------------------------------


      GlassFish Server Open Source Edition 3.1.1


If page processing ends like this then exception is not dectected by
jdbc pool code and Connection is not returned to pool, all connections
are marked as used and application waits for free connection to database/