Sitecore / Sitecore-Instance-Manager

SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.
http://dl.sitecore.net/updater/sim/v2/
MIT License
108 stars 76 forks source link

Installing 8.2 u4 with CD configuration role fails #191

Closed ivansharamok closed 7 years ago

ivansharamok commented 7 years ago

Importance:
Critical (the functionality can't be used as advertised)

Valid for QA
I hereby confirm the issue is reproducible on the latest QA version 1.5.0.118 which was downloaded today from http://dl.sitecore.net/updater/qa/sim

Description:
When attempting to install Sitecore 8.2 u4 with ContentDelivery configuration role, the installation fails with error at the role configuration step. See attached image. sim-configrolesinstallerror

Scenario:

  1. Start installation of Sitecore 8.2 u4.
  2. Select "Install Sitecore Configuration Roles 1.3" checkbox
  3. Select ContentDelivery (CD) option and try to install Sitecore instance.

Attachments:
Please find attached latest log files from this folders:

%APPDATA%\..\Roaming\Sitecore\Sitecore Instance Management\logs 
%APPDATA%\..\Roaming\Sitecore\Sitecore Instance Manager-QA\logs 

sim-logs.zip

ivansharamok commented 7 years ago

The issue seems to be this line in InstallRolesCommandHelper.InstallIncludeFiles method:


string address = string.Format("https://github.com/Sitecore/Sitecore-Configuration-Roles/archive/configuration/{0}.zip", version);

The URL seems to be non-existent.

AlenPelin commented 7 years ago

Update-4 is not supported so far.

AlenPelin commented 7 years ago

Fixed.