Details
-
Bug
-
Status: Closed
-
Low
-
Resolution: Won't Fix
-
None
-
None
-
Froyo
Description
There is some logic in the stop function of the scheduler service that assumes that "pool" and "jobs" have been initialized in the context. If they haven't, it will throw an NPE.
We saw this in an acceptance test failure, where a SIGINT was sent to the server while it was still initializing the app, and this caused the shutdown sequence to start.