UDP connector cannot be killed
------------------------------
Key: APLO-189
URL: https://issues.apache.org/jira/browse/APLO-189
Project: ActiveMQ Apollo
Issue Type: Bug
Environment: apollo-99-trunk-20120409.204714-16
Reporter: Lionel Cons
After enabling the UDP connector in apollo.xml and starting the broker interactively, it cannot
be stopped on the command line by typing ^C.
The console reports (just after the ^C):
WARN | java.lang.NullPointerException
INFO | Stopped connector at: tls://0.0.0.0:6133
INFO | Stopped connector at: tcp://0.0.0.0:6123
INFO | Stopped connector at: wss://0.0.0.0:6134
INFO | Stopped connector at: ws://0.0.0.0:6124
INFO | broker shutdown is waiting on stop connector: udp
Then it is stuck. Further ^C or kill -TERM have no effect. It has to be killed with kill -KILL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|