Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
apollo-99-trunk-20120409.204714-16
Description
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.
Attachments
Issue Links
- relates to
-
APLO-265 Apollo services should more gracefully recover from transient failures.
- Closed