It's all about the answers!

Ask a question

RTC 1.1 build request hanging, how to diagnos problem?


Daryl Spartz (131) | asked Jun 11 '09, 2:32 p.m.
No log is generated, I have no clue what problem is. Rebooted machine (boot engine and RTC client on same box, for testing) but same thing happens

One answer



permanent link
Nick Edgar (6.5k711) | answered Jun 15 '09, 3:55 p.m.
JAZZ DEVELOPER
Are you seeing any output from the build engine process (jbe)?

If not, try specifying the java executable (not javaw) on the command line.
By default jbe uses the system default JDK or JRE, but that can be problematic (e.g. the javac task will only work with a JDK, not a JRE).
It's best to use the same JDK that ships with the RTC client.

You can also add -verbose to get more details.

For example:
jbe -vm {path_to_rtc_client}/jazz/client/eclipse/jdk/bin/java -repository {repoURL} -userId {buildUser} -pass {password} -engineId {engineId} -verbose

Your answer


Register or to post 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.