Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

RTC 1.1 build request hanging, how to diagnos problem?

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

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 11 '09, 2:32 p.m.

Question was seen: 4,609 times

Last updated: Jun 11 '09, 2:32 p.m.

Confirmation Cancel Confirm