[ 
https://issues.apache.org/jira/browse/QPID-7121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paul Loberg updated QPID-7121:
------------------------------
    Description: 
I'm able to start qpidd using {{qpidd --config some.conf --daemon}} 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 \-\-quit}} 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?

  was:
I'm able to start qpidd using {{qpidd --config some.conf --daemon}} 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 --quit}} 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?


> 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 --daemon}} 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 \-\-quit}} 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