Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

tomcat postgresql database conectivity error



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





Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group