-
Bug
-
Resolution: Fixed
-
Low
-
8.9.0, 8.19.0
-
8.09
-
2
-
Severity 3 - Minor
-
4
-
Issue Summary
When installing Jira service using Service.bat shipped along with Jira 8.19 .zip archive for windows, there is an error witnessed stating below:
<jira_install_directory>\bin\tomcat8.exe.x64 "This file does not have an app associated with it for performing this action. Please install and app or, if one is already installed, create an association in the Default Apps Settings page."
Steps to Reproduce
- Required 64-bit (Processor/Architecture) environment to reproduce the behavior
- Download .zip archive for v8.19
- Extract the archive
- Navigate to /bin directory and execute the service.bat install jira
Expected Results
To have the service installed properly
Actual Results
An error is witnessed:
"<jira_install_directory>\bin\tomcat8.exe.x64"' "This file does not have an app associated with it for performing this action. Please install and app or, if one is already installed, create an association in the Default Apps Settings page."
Error is witnessed as .x64 is not recognized executable, there are restrictions in some environment to allow only certain executables like .exe to run
Workaround
Remove below lines from service.bat:
IF "%PROCESSOR_ARCHITECTURE%"=="x86" goto notX64 set EXECUTABLE=%EXECUTABLE%.x64
Rename Tomcat8.exe.x64 to Tomcat8.exe and service.bat install jira
- is duplicated by
-
JRASERVER-71154 Error when Installing Jira service using service.bat
- Closed
- is related to
-
JRASERVER-71154 Error when Installing Jira service using service.bat
- Closed
- mentioned in
-
Page Loading...
- relates to
-
HL-2382 Loading...