• 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.

Unable to Remove a Domain

Q

qcomm

Guest
After an upgrade from 7.5.6 to 8.1 to 8.2 I am unable to remove a domain. Here's the error:

Error: Unable to remove domains: Problems occured while removing domains: Unable to turn the domain OFF: Execute websrvmng --stop-vhost "--vhost-name=testtest.com" failed: Exception occurred. (COM Error 80020009) at stopHosting(testtest.com)
at (WebServerAdapter::stopHosting line 613)
at execute console command --stop-vhost(vconsoleapp::start line 128)
at execute "D:\Program Files\SWsoft\Plesk\admin\bin\websrvmng" --stop-vhost "--vhost-name=testtest.com"(vconsoleapp::run line 138)
at (execUtil line 110)
at Execute D:\Program Files\SWsoft\Plesk\admin\bin\websrvmng --stop-vhost "--vhost-name=testtest.com"(execUtil line 130)
at Turn off web service for domain testtest.com(domainmng::web_on_off line 422)
at (domainmng::web_on_off line 423)
at Turn off domain testtest.com (state=5)(domainmng::turnDomain line 141)

Anyone have a suggestion, I'm tried of waiting hours and hours for swsoft support to respond.
 
Hi,

Try the following command in command line:

"%plesk_bin%\websrvmng.exe" --remove-sites-cache

"%plesk_bin%\websrvmng.exe" --reconfigure-vhost --vhost-name=<your_domain>

After that try to remove domain once again.
 
Back
Top