Why is the application pool hanging intermittently and recovering automatically without intervention?
When an application pool hangs intermittently and recovers automatically without any intervention, there are specific settings in the advanced settings of the application pool that need to be adjusted. Follow these steps:
-
Change Start Mode:
- Location: Advanced Settings -> General
- Setting: Change Start Mode from
OnDemand
toAlwaysRunning
.
-
Adjust Idle Time-out and Load User Profile:
- Location: Advanced Settings -> Process Model
- Settings:
- Change Idle Time-out from
20
to0
. - Change Load User Profile from
False
toTrue
.
- Change Idle Time-out from
-
Restart and Recycle:
- Actions:
- Restart the Orchestrator website.
- Recycle the Orchestrator application pool.
- Actions: