RTC 4.0.1 - Jazz Build Engine as Windows service
Hello together,
I'm trying to run the "Jazz Build Engine" as a service in Windows (Windows Server 2008 R2).
Using this instructions: https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService
After run the command "jsl -debug", I got following error:
"Failed to load Main-Class manifest attribute from org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar"
Anybody got a solution for that?
I'm trying to run the "Jazz Build Engine" as a service in Windows (Windows Server 2008 R2).
Using this instructions: https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService
After run the command "jsl -debug", I got following error:
"Failed to load Main-Class manifest attribute from org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar"
Anybody got a solution for that?
Accepted answer
One other answer
I have succes by Install the RTC-BuildSystem-Toolkit-Win-4.0.3 thru Installation Manager
and the cmd look like this
JAVA = D:\teamConcertBuild\jre
cmdline = -jar D:\teamConcertBuild/buildSystem/buildengine/eclipse/plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar -repository http://test-teamconcert.danskenet.net/jazz -userid C005177 -passwordFile d:\ddbteamconcertBuild\password.txt -engineId w99252_jbe_1
d:\teamConcertBuild is the place I have selected for the InstallPath for RTC-BuildSystem-Toolkit-Win-4.0.3 and have selected JRE.
So the Buildengine can run thru JLS in RTC 4.0.3 too
I am running on older windows versions in some of mine build servers