• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Unable to remove domains

B

Beto

Guest
I just configured a new domain in plesk but I only see the default plesk page like that domain is not configured on that plesk server.

I wanted to remove the domain and configure it again but I get following error via the control panel.

Unable to remove domains: Problems occured while removing domains: Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=domain.tld" failed: Catastrophic failure (COM Error 8000FFFF) at stopHosting(domain.tld)

I tried to remove it via the command line but then get the following error:

C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --remove-vhost --vhost-nam
e=domain.tld
Unexpected error

reconfiguring the vhost doesn't help:

C:\Program Files\SWsoft\Plesk\admin\bin>websrvmng.exe --reconfigure-vhost --vhos
t-name=domain.tld
Invalid pointer (COM Error 80004003) at getSiteAppPool(domain.tld, )

The site wasn't created in IIS but the home directories were created ...
Creating the website in IIS didn't work...

Help :) ?
 
Beto

Try the following solution:

1) Rename %plesk_vhosts%\domain.tld\.Security file
2) Remove HKLM\SOFTWARE\PLESK\PSA Config\Config\SiteCache registry branch
3) Recreate it anew with the following command:

> %plesk_bin%\websrvmng.exe --reconfigure-all

This will also correct .Security file issue and create it as well.

After that you will be able to remove problem domain.
 
Back
Top