SPEC Community

Product Support => SPECvirt_sc2013 => Topic started by: jasonjacob on May 07, 2019, 08:13:48 AM

Title: GlassFish is not able to create connection to the DB!!
Post by: jasonjacob on May 07, 2019, 08:13:48 AM
Both DBServer and AppServer for /opt/SPECjAppServer2004/schema/postgresql/pg_hba.conf show:
# "local" is for Unix domain socket connections only
local   all         all                               trust
# IPv4 local connections:
host    all         all         127.0.0.1/32          trustAkinator (https://akinator.ooo/)https://xender.vip/ (https://xender.vip/) https://testmyspeed.onl/ (https://testmyspeed.onl/)

host    all         all         appserver1/24         trust
host    all         all         appserver2/24         trust
host    all         all         appserver3/24         trust
host    all         all         appserver4/24         trust
host    all         all         client1/24            trust
# IPv6 local connections:
host    all         all         ::1/128               trust

Do these default values need to be changed?

Thanks,
Title: Re: GlassFish is not able to create connection to the DB!!
Post by: lroderic on May 07, 2019, 12:53:05 PM
Did you use the example VM scripts referenced in https://www.spec.org/forums/index.php?topic=15.0 ? If you did, the script updates this file, so you don't need to make any changes.