お世話になっております。
以下の環境へjobschedulerのインストールを試みたのですが、「Temporary failure in name resolution(名前解決に一時的に失敗)」となりインストールに失敗しました。
/etc/resolv.confに正しくDNSが記載されており、localhostへのpingは問題なかったのですが、どういったことが原因になるのでしょうか。
OS:RHEL7.2
postgresql-server-9.2.13-1.el7_1
jobscheduler.1.11.4
~~~~~
・jobscheduler_install.xmlのnetwork部分抜粋
<entry key="schedulerHost" value="localhost"/>
<entry key="schedulerPort" value="4444"/>
<entry key="schedulerHTTPPort" value="40444"/>
<entry key="schedulerId" value="scheduler"/>
<entry key="launchScheduler" value="yes"/>
~~~~~
・./setup.sh jobscheduler_install.xmlの結果
[ Starting automated installation ]
numOfPrevInstallations=0
Read pack list from xml definition.
Try to add to selection [Name: Job Scheduler and Index: 0]
Try to add to selection [Name: Database Support and Index: 2]
Try to add to selection [Name: Housekeeping Jobs and Index: 5]
Modify pack selection.
Port 40444 is available.
jobs-cl1: jobs-cl1: Temporary failure in name resolution
An application is already running on localhost:4444.
Are you sure that the JobScheduler (ID: scheduler) is down? Please choose another port if necessary.
com.izforge.izpack.installer.InstallerException: Validating data for panel network was not successful
com.izforge.izpack.installer.InstallerException: Validating data for panel network was not successful
at com.izforge.izpack.installer.AutomatedInstaller.validatePanel(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.installPanel(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.doInstall(Unknown Source)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
[ Automated installation FAILED! ]