• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

The Windows Process Activation Service failed to generate an application pool config

Muhammad UmarH

New Pleskian
Hi,

We have Plesk 11 installed on server 2008.
We are getting a strange error message in IIS 7 pointing to plesk attached to this thread.

Error Message:
" The Windows Process Activation Service failed to generate an application pool config file for application pool 'PleskControlPanel'. The error type is '7'. To resolve this issue, please ensure that the applicationhost.config file is correct and recommit the last configuration changes made. The data field contains the error number."

We have also installed Coldfusion 9 on our server and getting an error while trying to open CF administrator.
Error Message:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.
Detailed Error Information
Module StaticFileModule
Notification ExecuteRequestHandler
Handler StaticFile
Error Code 0x80070032
Requested URL http://localhost:80/CFIDE/administrator/index.cfm
Physical Path C:\inetpub\wwwroot\CFIDE\administrator\index.cfm
Logon Method Anonymous
Logon User Anonymous


I assume these two error might be inter-related, Can someone help on this please.

Thanks!

Muhammad Umar Hanif
Systems Engineer
http://hyve.com
 

Attachments

  • plesk11.jpg
    plesk11.jpg
    72 KB · Views: 5
  • coldfusion error.jpg
    coldfusion error.jpg
    225.3 KB · Views: 4
As far as I see this issue has been resolved by Support Team in ticket #1490189:

I am glad to inform you, that the issue is fixed.
The root cause was in messed handler and insufficient permissions for application pool.

At first, I switched Default Web Site to "plesk(default)(2.0)(pool)". Then I created 2 handler mappings:

Request path: *.cfm
Executable: C:\ColdFusion9\runtime\lib\wsconfig\jrun_iis6.dll

Request path: *
Executable: C:\ColdFusion9\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll

And then, I have enabled 32-bit Applications Mode for "plesk(default)(2.0)(pool)":

IIS > Application Pools > (right click on) plesk(default)(2.0)(pool) > Advanced Settings > Enable 32-Bit Applications > (set to) True

After that, I was able to successfully access http://localhost/CFIDE/administrator/index.cfm

Please, check it from your side and inform us if issue still exists.
 
Back
Top