-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
I'm currently running IIS app inside a windows container.
These are the three last lines of my startup script:
Invoke-Expression -Command "net start w3svc"; Invoke-Expression -Command "iisreset"; Invoke-Expression -Command "C:\\ServiceMonitor.exe w3svc"
And here are the log trail from startup script:
Attempting stop...
Restart attempt failed.
The system cannot find the file specified. (2147942402, 80070002)
ERROR: Failed to stop or query status of service 'w3svc' error [800705b4]
I've reviewed the log trail for the startup script and It seems to be failed during on iisreset not sure if ServiceMonitor is contributing anything here.
I can see this error was reported in the past - #49
Could you please confirm if this error has been fixed in the latest version of IIS.ServiceMonitor or provide guidance on how we can resolve this issue? Thank you for your assistance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels