Resource Menu


RE : Fatal Postgres Connect Error
Hello,
  • First of all why you don't use the latest Libresource (2.5) ?
  • it seems that the jonas output is not complete.
  • Did you update the postgres drivers ? (http://jdbc.postgresql.org/download.html and place the jar in JONAS/lib/ext )
  • If you don't have any data yet, just drop and create the database. (If you have some data this means thats a migration… And the problem could be different)
  • Then start jonas manually to see the full output ( JONAS/bin/unix/jonas start )
  • Since you've drop all the data, you will need to create the root user, then login with that user, then bootstrap the platform
Hope this could help… But do update the JDBC driver, this could be the cause. (The given one is for a postgres 7.x, I think)

Regards,

Seb

posted by Sebastien Jourdain at Dec 30, 2008 12:08 PM