ExecSQL NullPtrEx...conn timeout? - Mailing list pgsql-general

From chris markiewicz
Subject ExecSQL NullPtrEx...conn timeout?
Date
Msg-id 01ca01c0b867$6781b570$dbb846c6@cmarkiewicz
Whole thread Raw
In response to VARCHAR and TEXT  ("Paolo Sinigaglia" <sini@informativesystem.it>)
Responses Re: ExecSQL NullPtrEx...conn timeout?  (Peter T Mount <peter@retep.org.uk>)
List pgsql-general
i am seeing NullPtrExs with the following stack trace:

java.lang.NullPointerException
at org.postgresql.Connection.ExecSQL(Connection.java:312)
at org.postgresql.jdbc2.Connection.commit(Connection.java:173)
at
com.commnav.sbh.framework.persist.JDBCConnection.disconnect(JDBCConnection.j
ava:416)
at
com.commnav.sbh.framework.persist.ConnectionPoolImpl.expire(ConnectionPoolIm
pl.java:245)
at com.commnav.sbh.framework.ObjectPool.clean(ObjectPool.java:178)
at com.commnav.sbh.framework.ObjectPool.run(ObjectPool.java:330)
at java.lang.Thread.run(Thread.java:484)

Our object pool disconnects unused open connections every few minutes.  Do
the connections themselves timeout?  is this a parameter somewhere?  I am
wondering if I am trying to close a connection that is already closed?

please respond directly to me - i'm not in the jdbc group.

thanks
chris


pgsql-general by date:

Previous
From: will trillich
Date:
Subject: Re: Fwd: Re: timestamp/function question
Next
From: Tom Lane
Date:
Subject: Re: timestamp/function question