Alan Conway created QPID-6549:
---------------------------------

             Summary:  `service qpidd status` returns 1 - hidden error is 
"ConnectionError: connection-forced: Connection must be encrypted.(320)" (edit) 
                 Key: QPID-6549
                 URL: https://issues.apache.org/jira/browse/QPID-6549
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
            Reporter: Alan Conway
            Assignee: Alan Conway


See also https://bugzilla.redhat.com/show_bug.cgi?id=1193762



Description of problem:
`service qpidd status` returns 1 even when the service is running:

# ps ax | grep qpid | grep -v grep
29123 ?        Ssl    2:39 /usr/sbin/qpidd --config /etc/qpid/qpidd.conf 
--daemon --data-dir=/var/lib/qpidd --close-fd 9

Hidden error is "ConnectionError: connection-forced: Connection must be 
encrypted.(320)". To display it change following in /etc/init.d/qpidd in 
function qpid_ping:

-    $QPID_HA $QPID_HA_OPTIONS ping >/dev/null 2>&1
+    $QPID_HA $QPID_HA_OPTIONS ping


Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150210.0-Satellite-x86_64


How reproducible:
always


Steps to Reproduce:
1. Install Satellite without Capsule:
   # katello-installer --foreman-admin-email 'root@localhost' \
     --foreman-admin-username 'admin' --foreman-admin-password '<pass>'
2. # service qpidd status; echo $?


Actual results:
Exit code is 1, no error (or other output) is printed


Expected results:
Status check of the qpidd service should return 0 and should print "is 
running..."



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to