java.lang.NullPointerException - at org.postgresql.Connection.ExecSQL(Connection.java:312)

From: "Dhaval Bhagat" <dhaval(dot)bhagat(at)mphasis(dot)com>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: java.lang.NullPointerException - at org.postgresql.Connection.ExecSQL(Connection.java:312)
Date: 2003-12-08 06:12:43
Message-ID: 3B73E15F6146B241A06140C2B1576B1203E848@mandex01.corp.mphasis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>>>>Hi!
>>>>>
>>>>>We are experiencing problems on a live application and are getting intermittent errors. The stack trace is as follows. As the system is live, this is urgent.
>>>>>
>>>>>java.lang.NullPointerException
>>>>> at org.postgresql.Connection.ExecSQL(Connection.java:312)
>>>>> at org.postgresql.jdbc2.Connection.setAutoCommit(Connection.java:141)
>>>>> at org.enhydra.jdbc.standard.StandardXADataSource.getFreeConnection(StandardXADataSource.java:392)
>>>>> at org.enhydra.jdbc.standard.StandardXAConnection.getConnection(StandardXAConnection.java:124)
>>>>> at org.enhydra.jdbc.pool.StandardPoolDataSource.getConnection(StandardPoolDataSource.java:186)
>>>>> at org.enhydra.jdbc.pool.StandardPoolDataSource.getConnection(StandardPoolDataSource.java:152)
>>>>> at com.mphasis.give.common.utilities.DatabaseUtil.getConnection(DatabaseUtil.java:46)
>>>>> at com.mphasis.give.payment.CartDAO.addToCart(CartDAO.java:161)>>>>>

>>>>>We are using JOTM..............

Any help would be appreciated.

Regards,
Dhaval

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Sh A Guru Prasad 2003-12-08 06:56:27 installation problem
Previous Message Tom Lane 2003-12-07 19:59:39 Re: Migration 7.3 to 7.4 Numeric values using PQ_ interface