• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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