Re: need help - Mailing list pgsql-general

From Richard Huxton
Subject Re: need help
Date
Msg-id 4125B1AD.9050403@archonet.com
Whole thread Raw
In response to need help  (Kevin Matthews <dataport10@yahoo.com>)
List pgsql-general
Kevin Matthews wrote:
> subscribe end
>
> i am getting this error
>
> org.apache.jasper.JasperException: ERROR:  current transaction is
> aborted, queries ignored until end of transaction block

It appears an error has occurred in your current transaction, which has
caused it to abort. Until you issue a ROLLBACK, any further queries will
be ignored.

You probably need to look in PostgreSQL's logs to see what caused the
error, or check the error codes from SQL commands issued from jasper's code.

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: How to setup default value "0000-00-00" for "date"
Next
From: Christian Kratzer
Date:
Subject: Re: How to setup default value "0000-00-00" for "date"