• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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