• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Cannot remove domain in plesk

N

nagelmeier

Guest
Hello,

When trying to remove a domain in plesk, I get this error message:

Fehler: Domains konnten nicht entfernt werden: Problems occured while removing domains: Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=nagelmeier.de" failed: Schwerwiegender Fehler (COM Error 8000FFFF) at stopHosting(nagelmeier.de)

Any ideas ?
 
Please try running this and then attempt to remove the domain again:
Code:
%plesk_bin%\websrvmng.exe --remove-vhost --vhost-name=nagelmeier.de
%plesk_bin%\websrvmng.exe --install-vhost --vhost-name=nagelmeier.de
 
if I try that, I always get an error message:

Ungueltiger Zeiger (COM Error 80004003) at configHosting(nagelmeier.de)
 
Try this:

1. backup the [HKLM\SOFTWARE\PLESK\PSA Config\Config\SitesCache] registry key
2. delete the [HKLM\SOFTWARE\PLESK\PSA Config\Config\SitesCache] registry key
3. Run
Code:
%plesk_bin%\websrvmng.exe --remove-vhost --vhost-name=nagelmeier.de
%plesk_bin%\websrvmng.exe --install-vhost --vhost-name=nagelmeier.de
4. delete the domain
 
Back
Top