Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: 3df88bae1c14f08b75fdd95d985acab35481d212 https://github.com/rhq-project/rhq/commit/3df88bae1c14f08b75fdd95d985acab354... Author: Libor Zoubek lzoubek@redhat.com Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths: M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java M modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecution.java R modules/core/native-system/src/main/java/org/rhq/core/system/ProcessExecutionOutputStream.java A modules/core/util/src/main/java/org/rhq/core/util/exec/ProcessExecutionOutputStream.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message: ----------- Bug 1212878 - Cannot obtain client connection to the RHQ app server while upgrading JON server
When checking whether server is up and we're able to talk to it we now ignore all output for first 10 checks (out of 30) and only care about connection test exit code. For this purpose ProcessExecutionOutputStream has been moved from rhq-core-native-system to rhq-core-util.
rhq-commits@lists.fedorahosted.org