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? |
Accepted answer
I also had many difficulties with JSL like the one you had.
I suggest you to run your build engines as Windows Scheduled Jobs. That's more easy compared to JSL. I havent seen any side effects till now. Michael Schmidt selected this answer as the correct 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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.