You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Manager stops Darwin when one filter fails to start.
Occures basically when the executable given is not found (OS error)
Plateform (please complete the following information):
OS (version): every OS
Darwin version: all actual versions
To Reproduce
Steps to reproduce the behavior:
Make a darwin.conf with several valid filters, but one with wrong executable path
Follow darwin_manager.log
Try to start the Darwin service
See error when starting the filter with wrong path, and manager stop on error (also stopping all succesfully started filters)
Expected behavior
Manager should fail on startup for this filter, but continue for next ones and only generate error in logs.
Other filters should be started normally.
The text was updated successfully, but these errors were encountered:
Describe the bug
Manager stops Darwin when one filter fails to start.
Occures basically when the executable given is not found (OS error)
Plateform (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Manager should fail on startup for this filter, but continue for next ones and only generate error in logs.
Other filters should be started normally.
The text was updated successfully, but these errors were encountered: