I want to install the open source HQ server in Linux for demo purposes but am having problems. It installed easily on a Windows machine but on Linux (using setup.sh) I get this:
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
An error occurred trying to start the HQ built-in database. More
information may be available in the /opt/ibm/software/hqserver/server-4.5.1/logs/hqdb.log file.
--------------------------------------------------------------------------------
Waiting for server to stop...
Stopping built-in database...
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:493: : The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:502: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:683: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup-db-PostgreSQL.xml:160: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup-db-PostgreSQL.xml:201: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/server.xml:125: exec returned: 127
----------------------------
the hqdb.log files contains:
/opt/ibm/software/hqserver/server-4.5.1/bin/db-stop.sh: line 8: /opt/ibm/software/hqserver/server-4.5.1/hqdb/bin/pg_ctl: No such file or directory
In dir /opt/ibm/software/hqserver/server-4.5.1/hqdb/bin there is indeed no pg_ctl dir. There IS a pg_ctl.exe file but that's obviously a Windows executable. What's going wrong here?
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
An error occurred trying to start the HQ built-in database. More
information may be available in the /opt/ibm/software/hqserver/server-4.5.1/logs/hqdb.log file.
--------------------------------------------------------------------------------
Waiting for server to stop...
Stopping built-in database...
--------------------------------------------------------------------------------
An ERROR occurred, the installation cannot continue.
FATAL EXCEPTION at /opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:493: : The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:502: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup.xml:683: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup-db-PostgreSQL.xml:160: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/setup-db-PostgreSQL.xml:201: The following error occurred while executing this line:
/opt/ibm/software/hypericinstall/hyperic-hq-installer-4.5.1/installer/data/server.xml:125: exec returned: 127
----------------------------
the hqdb.log files contains:
/opt/ibm/software/hqserver/server-4.5.1/bin/db-stop.sh: line 8: /opt/ibm/software/hqserver/server-4.5.1/hqdb/bin/pg_ctl: No such file or directory
In dir /opt/ibm/software/hqserver/server-4.5.1/hqdb/bin there is indeed no pg_ctl dir. There IS a pg_ctl.exe file but that's obviously a Windows executable. What's going wrong here?