-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 5.2.1
-
Fix Version/s: 5.2.2
-
Component/s: Installer
-
Labels:
-
Environment:Windows 10, 64-bit
-
Bug Priority:
-
ACT Numbers:
Community
-
Regression Since:
-
Testcase ID:
-
RCA Cause:Issue with third party library
-
RCA Quality:Missing test(s)
-
RCA Description:
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 ALF-19439.
- is duplicated by
-
ALF-19439 Windows Installer - services aren't stopping due to excessive "/WAIT' parameter in servicerun.bat script
-
- Closed
-
- shadow of
-
ALF-21925 syntax error in Windows service stop script
-
- Closed
-
- shadowed by
-
REPO-2867 Service Pack: MNT-18400: Syntax error in Windows service stop script
- Done