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

virtual directory error

W

wsani

Guest
Trying to create a virtual directory in IIS through Plesk, I get this error:

VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(domain.com, , directorydotnet, C:\inetpub\vhosts\domain.com\httpdocs\greenfilingdotnet)
---------------------- Debug Info -------------------------------
0: plib\common_func.php3:181
psaerror(string 'VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(domain.com, , directorydotnet, C:\inetpub\vhosts\domain.com\httpdocs\directorydotnet)')
1: htdocs\domains\webdirs\webdir_preferences.php:126

Suggestions?
 
I hate to bring up an old topic, but we are having this same error.

I just restarted all the services, but that didn't seem to help ether.

VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(development.hjtcentral.com, , VideoNEXT, C:\Inetpub\vhosts\development.hjtcentral.com\httpdocs\VideoNEXT)
---------------------- Debug Info -------------------------------
0: C:\Program Files (x86)\SWsoft\Plesk\admin\plib\common_func.php3:151
psaerror(string 'VirtualDir::update() failed: WebServerManager::addVDir() failed: websrvmng failed: Unknown error 0x80005008 (COM Error 80005008) at addVirtualDir(development.hjtcentral.com, , VideoNEXT, C:\Inetpub\vhosts\development.hjtcentral.com\httpdocs\VideoNEXT)')
1: C:\Program Files (x86)\SWsoft\Plesk\admin\htdocs\domains\webdirs\webdir_preferences.php:126

Any ideas?

Google/Bing doesn't return much except for this thread on this problem.
 
Hi,

Try this command to run in the command prompt on the plesk server:

C:/Program file/parallels/ plesk/admin/bin webservmgr.exe --reconfigure-vhost --vhost-name=domain name

Thanks,
 
Try websrvmng --remove-vhost --vhost-name=domainname

and then websrvmng --install-vhost --vhost-name=domainname
 
Back
Top