Can JBE be configured to support concurrent builds?
Can JBE be configured to support concurrent builds?
Right now, for a single JBE instance, all builds running on it have to be sequential. We should be able to lunch two different builds via the same JBE as long as these two builds do not have any conflict. |
11 answers
Ralph Schoon (63.5k●3●36●46)
| answered Dec 01 '11, 1:46 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,
each JBE process can only build sequential. You can run multiple JBE's on a machine by providing a -data <workspaceDir> parameter so that each has a different workspace to load the files. |
The -data <workspace> arg is necessary, and the paths must be distinct, but the workspace dir is really just for maintaining metadata, not the actual loaded Jazz workspace.
|
Ralph Schoon (63.5k●3●36●46)
| answered Dec 02 '11, 2:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Right Nick, thanks.
|
Thanks, Ralph, Nick.
Will give a try and let you know |
Also note that JBE writes a temporary log file to the current working directory in effect when it was launched. So that dir must be writeable. The file name is of the form: 'build-<ms clock value>.log'.
There's a small chance the files could conflict if builds in 2 JBEs started at the same millisecond (the window may be larger, depending on the JRE's clock resolution), so you might want to start them from different directories. |
I'd like to submit a enhancement request to enalbe JBE to handle real concurrent builds in future reelase but got the following error when trying to save the new WI at https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.newWorkItem&ts=1322858729000
Missing required license. An error response was received from the Jazz Team Server. Status=400. Message: Failure to checkout 5 token(s). So we can't submit enhacement/defect WIs anymore? |
You should be able to. Can you try again?
|
Hm, we're apparently having issues with the license token service. There's an outage this evening to fix it up. Please try again after 7:30pm ET.
|
Hm, we're apparently having issues with the license token service. There's an outage this evening to fix it up. Please try again after 7:30pm ET. Just tried to save my new Wi but got the same error about client license token. |
Sorry, we're experiencing issues with a rogue RQM server consuming DB connections, that is throwing off licensing and other services on the shared JTS.
|
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.