-
Bug
-
Resolution: Answered
-
Low
-
None
-
6.2.5
-
None
-
Severity 3 - Minor
-
Steps to reproduce
1. Install 64-bit Java on Windows
2. Install Bamboo from zip archive
3. Run InstallAsService.bat
4. Try to start service
Actual result
Service fail to start. Errors in log file:
[2018-02-14 04:42:32] [info] [ 4000] Starting service...
[2018-02-14 04:42:32] [error] [ 4000] %1 is not a valid Win32 application.
[2018-02-14 04:42:32] [error] [ 4000] Failed creating java C:\Program Files\Java\jre1.8.0_144\bin\server\jvm.dll
[2018-02-14 04:42:32] [error] [ 4000] %1 is not a valid Win32 application.
[2018-02-14 04:42:32] [error] [ 4000] ServiceStart returned 1
[2018-02-14 04:42:32] [error] [ 4000] %1 is not a valid Win32 application.
[2018-02-14 04:42:32] [info] [ 1316] Run service finished.
Expected result
Service starts.
- is caused by
-
BAM-16205 Update service wrapper for remote agents - not using environment variables
- Closed