Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
On OOM, the UIMA AS service is trying to gracefully stop the service via quiesceAndStop. While shutting down, additional OOMs are thrown possibly due to extra logging that takes place during shutdown. These errors leave the jvm in a hanging state. When handling java Error, UIMA AS should try to log, and dump a message to stdout and just exit the jvm.