• 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

domain alias web service

AtulK

New Pleskian
I need to create a domain alias. I can create it using plesk panel and creation is successful.

However, when I enable "Web Service", it returns an error.

=-=-=-=-=-=

Execute websrvmng --add-alias "--domain-name=test.net" "--alias-name=randomtest.com" --web --mail failed with error code 1: A specified logon session does not exist. You may already have been terminated. (Exception from HRESULT: 0x80070520)

In Microsoft.Web.Administration module

Exception type: System.Runtime.InteropServices.COMException
in Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
in Microsoft.Web.Administration.Binding.AddSslCertificate(Byte[] certificateHash, String certificateStoreName)
in Microsoft.Web.Administration.BindingManager.BindingTransaction.Commit()
in Microsoft.Web.Administration.BindingManager.Save()
in Microsoft.Web.Administration.ServerManager.CommitChanges()
in ServerManagerFactory.commit()
in IIS7ServerManager.commit(IIS7ServerManager* )
---------------------- Debug Info -------------------------------
0: utilmng.php:47
utilmng->call(string 'add-alias', array)
1: domainmng.php:70
domainmng->add_alias(string 'test.net', string 'randomtest.com', boolean true, boolean true)
2: DomainAliasesManager.php:207
DomainAliasesManager::updateDomainAlias(object of type DomainAlias)
3: domain_alias_edit.php:108
require(string 'C:\Program Files (x86)\Parallels\Plesk\admin\htdocs\domains\domain_alias_edit.php')
4: plesk.php:66

=-=-=-=-=-=

I'd like to know if this error could create future problems in settings.
 
Usually this issue related to incorrectly installed SSL certificate. You can try to remove server certificate manually from IIS and reconfigure server after that. It should help.
 
yeah it helped me...... :) thanks

i have removed SSL from IIS repository and re-installed plesk service ssl's thru plesk reconfigurator
 
Last edited:
Back
Top