SPEC Community

Product Support => SPECvirt_sc2013 => Topic started by: yk.jayachand on July 14, 2014, 01:27:25 AM

Title: PSQLException while configuring single Appserver workload for SPECvirt_2013
Post by: yk.jayachand on July 14, 2014, 01:27:25 AM
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
Title: Re: PSQLException while configuring single Appserver workload for SPECvirt_2013
Post by: abond on July 17, 2014, 05:28:01 PM
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