• 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

Error running websrvmng

jorfermo

Regular Pleskian
websrvmng --add-alias "--domain-name=end2011.webs.upv.es" "--alias-name=end2011.upv.es" --web

External component has thrown an exception.
In IIS7NativeProvider module
Exception type: System.Runtime.InteropServices.SEHException
at _CxxThrowException(Void* , _s__ThrowInfo* )
at ServerManagerFactory.commit()
at IIS7ServerManager.commit(IIS7ServerManager* )

Any idea why?
 
It looks like that site is corrupted in IIS. You can try to remove corresponding site from IIS manually and verify that it is missing in configuration file C:\Windows\System32\inetsrv\config\applicationHost.config. After that try to reconfigure site with

websrvmng --reconfigure-vhost --vhost-name=end2011.webs.upv.es

I hope it will help.
 
Back
Top