Re: need help

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: need help
Дата
Msg-id 4125B1AD.9050403@archonet.com
обсуждение исходный текст
Ответ на need help  (Kevin Matthews <dataport10@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: How to setup default value "0000-00-00" for "date"
Следующее
От: Christian Kratzer
Дата:
Сообщение: Re: How to setup default value "0000-00-00" for "date"