From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | Kevin Matthews <dataport10(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: need help |
Date: | 2004-08-20 08:09:17 |
Message-ID: | 4125B1AD.9050403@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Christian Kratzer | 2004-08-20 08:20:42 | Re: How to setup default value "0000-00-00" for "date" |
Previous Message | Richard Huxton | 2004-08-20 08:06:34 | Re: How to setup default value "0000-00-00" for "date" |