Sitecore 9 安装 - error - failed to start service 'sitecore xconnect search indexer The Authority/Host could not be parsed

Cause:

1. "SolrUrl"设置(在"install-sitecore-901.ps1"文件中)不对

2. “SitecoreInstallFramework” 版本不对

 

Solution:

1. 检查"SolrUrl"设置,正确的格式应该是类似:$SolrUrl = "https://localhost:8983/solr"

2. 之前步骤“Install-Package SitecoreInstallFramework”,需要确实是1.2.0版本,如果是之后的版本(比如1.2.1),需要重新安装:“Install-Package SitecoreInstallFramework -RequiredVersion 1.2.0”

posted on 2018-07-02 12:35  Joe Hou  阅读(298)  评论(0编辑  收藏  举报