-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Community Edition 201707 GA
-
Fix Version/s: Community Edition 201711 EA
-
Component/s: Installer
-
Security Level: external (External user)
-
Labels:
-
Environment:Windows 10, 64-bit
There is a syntax error in batch script AlfrescoRootDirectory\servicerun.bat:
The line
if exist D:\Alfresco\tomcat\scripts\servicerun.bat (start /MIN /WAIT cmd /C /WAIT D:\Alfresco\tomcat\scripts\servicerun.bat STOP)
should be
if exist D:\Alfresco\tomcat\scripts\servicerun.bat (start /MIN /WAIT cmd /C D:\Alfresco\tomcat\scripts\servicerun.bat STOP)
(whithout second "/WAIT"). This error has already be mentioned in https://issues.alfresco.com/jira/browse/ALF-19439.