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

Authentication error while starting the Build Engine

Hi Guys,

I am having a problem while starting the Build Engine through command line interface. I have installed the build toolkit in my machine.

C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -repos
itory https://jazzsand11.lexma.ibm.com:9911/jazz/ -userId <IBMIntranetid>
-pass <Intranetpassowrd> -engineId <BuildEngine>
2009-07-07 23:57:43 Running build loop...
2009-07-07 23:57:43 Waiting for request...
2009-07-07 23:57:51 CRRTC3523W: Authentication failed: CRJAZ
0100I A password must be supplied.

Eventhough i supplied correct password, its giving the above error. I have used my IBM Intranet id and password. Can you guys please help ?

Thanks in advance!!!

0 votes



7 answers

Permanent link
I had a chat with Johnson, and we were able to narrow down the problem. He had a Sun 1.5.0 SR11 JDK installed. When we specified the RTC 1.0 client JDK directly, it worked OK, for example:
jre -repository {repo url} -userId {user id} -pass {password} -engineId {engine id} -vm {path_to_rtc_client\eclipse\jdk\java}

This is the recommended way of running jbe (see https://jazz.net/wiki/bin/view/Main/BuildFAQ#WhichJDK), but I'm still surprised by this behaviour and will investigate further.

0 votes


Permanent link
Thank you so much Nick!!

0 votes


Permanent link
I had the same problem on a Linux RHEL5 machine. I started the jbe as per the tutorial and got:

INFO: Retrying request

2009-07-14 14:52:58 [Jazz build engine] CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: build
2009-07-14 14:52:58 [Jazz build engine] CRRTC3524W: Repository connection failed: CRJAZ0099I HTTP error "java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty" accessing URL "https://localhost:9443/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService".


After a long search, I found this:

https://jazz.net/wiki/bin/view/Main/BuildFAQ#WhichJDK

Turns out that it's the same solution under Linux: use the JVM that came with the RTC Eclipse client by adding the "-vm /path/to/RTC/client/java/prog" option to the jbe command line.

The full jbe command line is:

./jbe -vm /opt/IBM/TeamConcert/jdk/bin/java -repository https://localhost:9443/jazz -userId build -pass build -engineId junit -sleeptime 5

(in the case of a local install in the /opt/IBM dir).

I hope the next unlucky guy will be able to get straight to this post by googling for the error message IDs, which the above-referenced FAQ does not include.

Hey, IBM, what's the point of these error IDs if you cannot find them online?

0 votes


Permanent link
Frederic, what is your default JDK? i.e. what do you get for 'java -version' when run from the same directory as jbe? Also, is it a full JDK or just a JRE?

0 votes


Permanent link
Also, I've asked one of our support folks to look into the issue you raise about improving the findability of error codes (and recommended solutions).

0 votes


Permanent link

I hope the next unlucky guy will be able to get straight to this post by googling for the error message IDs, which the above-referenced FAQ does not include.

Hey, IBM, what's the point of these error IDs if you cannot find them online?


Hey Frederic,
1) I checked, google now finds this post for CRRTC3528E and CRRTC3524W
2) The goal is exactly what you expect (being able to google it), unfortunately we do not have answer for each error message ... yet...and we are building our knowledge base day after day.
3) CRJAZ0099I is problematic as it is a client catch all ID. (work item 85331) I will work on that

0 votes


Permanent link
I've also updated the FAQ entry with the possible error messages:
https://jazz.net/wiki/bin/view/Main/BuildFAQ#AuthError

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: Jul 07 '09, 2:43 p.m.

Question was seen: 12,005 times

Last updated: Jul 07 '09, 2:43 p.m.

Confirmation Cancel Confirm