You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by rezajoon <am...@charter.net> on 2011/10/19 21:18:01 UTC

problem stopping qpid

I started qpid as follows:
#qpidd --auth no
it started to run but did not give me the prompt back. I did a CTRL-Z and
got the prompt back. Then I did 
#service qpidd status

it says that qpidd is running. So I then tried to stop qpidd as follows

#service qpidd stop

and it now fails to do that and at this point I can not even kill the
process. Can any one help with how to stop qpidd at this point. Thanks


--
View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/problem-stopping-qpid-tp6910097p6910097.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

Re: problem stopping qpid

Posted by Carl Trieloff <cc...@redhat.com>.

If you run it cmd line it outputs the PID used to be used for the stop,
if you run as a service, it write this to a lock file.

I.e. if you want to use

service qpidd stop

then add the auth no to the conf file and use

service qpidd start

regards
Carl.

On 10/19/2011 03:18 PM, rezajoon wrote:
> I started qpid as follows:
> #qpidd --auth no
> it started to run but did not give me the prompt back. I did a CTRL-Z and
> got the prompt back. Then I did 
> #service qpidd status
>
> it says that qpidd is running. So I then tried to stop qpidd as follows
>
> #service qpidd stop
>
> and it now fails to do that and at this point I can not even kill the
> process. Can any one help with how to stop qpidd at this point. Thanks
>
>
> --
> View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/problem-stopping-qpid-tp6910097p6910097.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscribe@qpid.apache.org