Closed ApolloUnicorn closed 3 years ago
@richardkapolnai-da is this something you have encountered?
Wow I had the impression that it was fixed, sorry for that... :disappointed:
I'll try to fix this early next week.
In the meantime, as a workaround, I suggest using jps
to figure out what to kill (and perhaps killall java
- use it at your own risk)
Or, try to kill it only with Ctrl+C.
Thanks for raising this!
Hopefully fixed in upstream (https://github.com/digital-asset/ex-healthcare-claims-processing/pull/129). Thank you for reporting again!
After https://github.com/obsidiansystems/ex-healthcare-claims-processing/commit/550764d2d35bd09a6d4f26b824553cec5a3db660, once the triggers are started they do not get killed properly. When we attempt to launch the triggers at a later point, the previous instance has some remnant that can't be killed.
I was eventually able to kill it by looking for anything listed as
daml
in processes, but that should get killed when shutting it down in terminal.