This is a discussion on tomcat postgresql database conectivity error within the pgsql Admins forums, part of the PostgreSQL category; --> Hi All, I get this error when I try to connect a web application running on tomcat, to a ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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@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@myMachinename ~]$ ERROR: No parser with id 17555 ------------ Please advise....ive tried searchign a lot but havent found any clue Thanks-- -- Danish Siddiqui ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster |