Created attachment 936931 [details] installation-fail Description of problem: Installation failed if the jboss management interface set to 0.0.0.0 (jboss.bind.address.management=0.0.0.0). ERROR [org.rhq.enterprise.server.installer.Installer] The installer will now exit due to previous errors: java.lang.Exception: Cannot obtain client connection to the RHQ app server!! I can install successfully when I use hostname or public IP of the host as management bind interface(jboss.bind.address.management). Version-Release number of selected component (if applicable): JBoss Operations Network Version : 3.3.0.ER02 Build Number : 4fbb183:7da54e2 GWT Version : 2.5.0 SmartGWT Version : 3.0p How reproducible: always Steps to Reproduce: 1. Set jboss.bind.address.management=0.0.0.0 in rhq-server.properties 2. run ./rhqctl install Additional info: server error log is attached.
Actually, it is not recommended that customers change that from the local loopback adderss because under normal circumstances, you don't want remote clients able to connect to the JON Server over the management interface. But, just in case someone has a legitimate reason for doing this, I fixed it so the installer will still work if the management bind address binds to all adapters ("0.0.0.0") committed to master: commit 801f6cb172d9b313383fbf58d2cce55123ab6c66 Author: John Mazzitelli <mazz> Date: Mon Sep 15 17:00:45 2014 -0400 BZ 1141175 - make sure installer works even if the management bind address is set to 0.0.0.0
3.3 branch commit: commit aaa3f789bb81fa3322a529e1f771dea5a75936ec Author: John Mazzitelli <mazz> Date: Mon Sep 15 17:00:45 2014 -0400 BZ 1141175 - make sure installer works even if the management bind address is set to 0.0.0.0 (cherry picked from commit 801f6cb172d9b313383fbf58d2cce55123ab6c66)
Moving to ON_QA as available for test with build: https://brewweb.devel.redhat.com/buildinfo?buildID=388959
Created attachment 944217 [details] install-success Version: JBoss Operations Network Version : 3.3.0.ER04 Build Number : 99d2107:d7c537e GWT Version : 2.5.0 SmartGWT Version : 3.0p Works as expected. Installation is attached.