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

ComError configHosting

S

sagelike

Guest
Hi there

I'm getting a mysterious error on one of domains whenever I try to turn off or on ASP 2.x via the control panel. It works but still generates and error and when I run:

"%plesk_bin%\websrvmng.exe" --reconfigure-vhost --vhost-name=xyz.com

I get this error below in the logs:

Unknown error 0xC00CE554 (COM Error C00CE554) at configHosting(xyz.com)
at (WebServerAdapter::configHosting line 503)
at configHosting(xyz.com)(WebServerManager::configHosting line 2408)
at execute console command --reconfigure-vhost(vconsoleapp::start line 128)
at execute "C:\Program Files\SWsoft\Plesk\admin\bin\websrvmng.exe" --reconfigure-vhost --vhost-name=xyz.com(vconsoleapp::run line 138)
Execute file name: C:\Program Files\SWsoft\Plesk\admin\bin\websrvmng.exe

AND THIS ERROR TOO:

Unknown error 0xC00CE554 (COM Error C00CE554) at setScriptMaps(xyz.com, )
at (WebServerAdapter::setScriptMaps line 1677)
at configHosting(xyz.com)(WebServerAdapter::configHosting line 503)
at configHosting(xyz.com)(WebServerManager::configHosting line 2408)
at execute console command --reconfigure-vhost(vconsoleapp::start line 128)
at execute "C:\Program Files\SWsoft\Plesk\/admin/bin/websrvmng" --reconfigure-vhost "--vhost-name=xyz.com" "--config=<update context=\"domain\"><scripts><aspdotnet/></scripts></update>"(vconsoleapp::run line 138)
Execute file name: C:\Program Files\SWsoft\Plesk\admin\bin



Is there a way to fix this or should I just blow out the domain and reinstall. I'd rather fix it if possible.

Thanks for any and all help.

Cheers
Glenn
 
sagelike

This error is caused by corrupted .Security file. By default this file is located at %plesk_vhosts%\domain.com\httpdocs. As a workaround you can try to replace it and then run

"%plesk_bin%\websrvmng.exe" --reconfigure-vhost --vhost-name=xyz.com

This command will also re-create .Security file and correct domain settings in accordance with Plesk database.
 
Back
Top