Applicable to:
- Plesk 12.5 for Windows
- Plesk Onyx for Windows
Symptoms
-
Plesk and websites show the following error:
CONFIG_TEXT: 503 Service Unavailable.
-
The following can be found in Event Viewer > System :
CONFIG_TEXT: Application pool 'AppPoolName' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
And the message with the following error code:
CONFIG_TEXT: AppPool(name) terminated unexpectedly. (process ID). The process exit code was 0xc0000022
-
Application pools for these websites crashes only if Enable 32-Bit Applications in Advanced Settings is set as True
Cause
Incorrect system permissions.
Resolution
Check permissions for C:\\Windows
or C:\\Program Files (x86)\\IIS
directory:
-
Open Windows Explorer
-
Go to
C:\\Windows
orC:\Program Files (x86)\IIS\
. -
Right click on
Windows
folder and go to Properties > Security -
Check that Users (domain\Users) group exists with correct permissions like on the screenshot:
-
Also, check that there are no
Deny
rules forpsaadm
,psacln
,psaserv
users. -
If the issue persists, Use
Process Monitor
utility with filter byAccess Denied.
Permissions can be given to psaadm, psaacln and psaaserv
to the entire C:\\Windows
directory with the following commands:
C:\> cacls C:\Windows\*.* /E /T /C /R "psacln"
cacls C:\Windows\*.* /E /T /C /R "psaadm"
cacls C:\Windows\*.* /E /T /C /R "psaserv"
Replace drive C:\\
with drive name in question.
Contact Plesk technical support if it did not help.
Comments
0 comments
Please sign in to leave a comment.