Author Topic: PSQLException while configuring single Appserver workload for SPECvirt_2013  (Read 4264 times)

yk.jayachand

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Hi Spec members,

While configuring the appserver workload, below step fails by getting PSQLException but gives BUILD SUCCESSFULL status.

3.1.2.5 Build Load Programs and Initialize the Database(s)

$ cd $JAS_HOME
$ ant/bin/ant loaddb

I am attaching the log.Please find the attachment.

Please help me in resolving the issue and also let me know how to debug this?

Thanks and Regards,
Y.K.JAYACHAND

abond

  • Moderator
  • Newbie
  • *****
  • Posts: 35
  • Karma: +6/-0
Hello Y.K.,

It looks like from the output that you aren't even getting the initial database connection.  Can you use psql to open a session to the database using the username and hostname you have defined?  You may need to update your pg_hba.conf file for postgresql to allow for the proper connections to the database.

Andy