• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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