Paul Loberg created QPID-7121:
---------------------------------

             Summary: Cannot shut down using --quit option without --port 
specified when using SSL
                 Key: QPID-7121
                 URL: https://issues.apache.org/jira/browse/QPID-7121
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: qpid-cpp-0.34
            Reporter: Paul Loberg
            Priority: Minor


I'm able to start qpidd using {{qpidd --config some.conf -d}} where some.conf 
contains {{ssl-port=12345}}, {{transport=ssl}} and {{listen-disable=tcp}} and 
the PID file is written using the ssl-port number.

However, doing {{qpidd --config some.conf -q}} fail with the error 
{{qpidd.5672.pid: No such file or directory}} and the only way of shutting it 
down is to add {{--port 12345}} to the command line.

When running SSL only I would expect the PID file to be identified from the 
ssl-port config both during startup and shutdown, but obviously some logic is 
missing from the shut down part?



--
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