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