Bug #324
Cascade of crashes due to OS handling of restarting services
Status: | Closed | Start date: | 09/26/2012 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assignee: | harlo | % Done: | 0% | |
Category: | - | |||
Target version: | InformaCam ISC Testing | |||
Component: |
Description
If IC crashes, the OS automatically tries to restart the failed services. However, 2 of the services (Uploader and IOCipher) require the Database service to be up and running before they can perform. This is managed gracefully in the code, but OS by default starts the services in reverse order, causing the app to crash in the background.
Fix this!
History
#1 Updated by bryanesque almost 5 years ago
- Target version set to InformaCam ISC Testing
#2 Updated by harlo over 4 years ago
- Status changed from New to Closed
new organization of service start-ups fixed this problem.