tomcat postgresql database conectivity error

From: "danish(dot)siddiqui(at)hovservices(dot)com" <danish(dot)siddiqui(at)hovservices(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: tomcat postgresql database conectivity error
Date: 2006-04-19 13:26:19
Message-ID: 44463A7B.8040000@hovservices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi All,
I get this error when I try to connect a web application running on
tomcat, to a postgreesql database.....
Below is the data from tomcat logs--
---
com.rapidigm.bacs.db.BacsDBException: (executing StatementCallback):
encountered
SQLException [ERROR: No parser with id 17555]; nested exception is
java.sql.SQL
Exception: ERROR: No parser with id 17555
----

And the next one is from postgresql logs....
$ /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data start
postmaster starting
[postgres(at)myMachinename ~]$ LOG: database system was shut down at
2006-04-19 13:01:36UTC
LOG: checkpoint record is at 0/110ED9C
LOG: redo record is at 0/110ED9C; undo record is at 0/0; shutdown TRUE
LOG: next transaction ID: 12957; next OID: 18422
LOG: next MultiXactId: 1; next MultiXactOffset: 0
LOG: database system is ready
LOG: transaction ID wrap limit is 2147484146, limited by database
"postgres"
[postgres(at)myMachinename ~]$ ERROR: No parser with id 17555
------------

Please advise....ive tried searchign a lot but havent found any clue

Thanks--

--
Danish Siddiqui

Browse pgsql-admin by date

  From Date Subject
Next Message Stephan Szabo 2006-04-19 14:12:21 Re: Different results when specifying DEFAULT values through
Previous Message Peter Eisentraut 2006-04-19 12:36:41 Re: IDLE IN TRANSACTION