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

Unable to start build engine

Hi,
I am using the RTC 2.0.0.1 the problem is when I try to run the build engine using command
C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C
:\Program Files\IBM\SDP\jdk\bin\java" -repository https://localhost:9443/jazz/ -
userId pm1 -pass pm1 -engineId HelloWorldEngine


but keep getting the following error

2009-12-16 08:44:53 Running build loop...
2009-12-16 08:44:53 Waiting for request...
2009-12-16 08:44:55 CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: pm1
2009-12-16 08:44:55 CRRTC3523W: Authentication failed: CRJAZ0100I A password must be supplied.


Login credentials are correct and i am able to connect the repository in RTC client and the JDK version is

C:\Program Files\IBM\SDP\jdk\bin>java -version
java version "1.6.0" Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows Server 2003 x86-32 jvmwi3260
-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_lHdSMr
JIT - r9_20080721_1330ifx2
GC - 20080724_AA)
JCL - 20080808_02


regards,
Qaiser

0 votes



22 answers

Permanent link
Hi Qaiser,

did you try to login with the provided credentials on the RTC Server?

Did you try to encrypt the password as described @ http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.build.doc/topics/tstartstopengine.html

Optional: -passwordFile password file path, where password file path is the path to an encrypted password file created with the -createPasswordFile parameter.

And finally did you assign a builder license to the pm1 user and did you add it to the project you're trying to run the build engine to?

Thanks!

Hi,
I am using the RTC 2.0.0.1 the problem is when I try to run the build engine using command
C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C
:\Program Files\IBM\SDP\jdk\bin\java" -repository https://localhost:9443/jazz/ -
userId pm1 -pass pm1 -engineId HelloWorldEngine


but keep getting the following error

2009-12-16 08:44:53 Running build loop...
2009-12-16 08:44:53 Waiting for request...
2009-12-16 08:44:55 CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: pm1
2009-12-16 08:44:55 CRRTC3523W: Authentication failed: CRJAZ0100I A password must be supplied.


Login credentials are correct and i am able to connect the repository in RTC client and the JDK version is

C:\Program Files\IBM\SDP\jdk\bin>java -version
java version "1.6.0" Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows Server 2003 x86-32 jvmwi3260
-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_lHdSMr
JIT - r9_20080721_1330ifx2
GC - 20080724_AA)
JCL - 20080808_02


regards,
Qaiser

0 votes


Permanent link
Thanks for your reply

Yes i am able to login on server using RTC client as well as web UI
i did not try encrypted password
yes builder license is assigned to pm1

i found one post on this error and it seems it may be due jdk version and i followed the recommended steps but no success
http://jazz.net/forums/viewtopic.php?p=19333

regards,
Qaiser


Hi Qaiser,

did you try to login with the provided credentials on the RTC Server?

Did you try to encrypt the password as described @ http://publib.boulder.ibm.com/infocenter/rtc/v2r0m0/topic/com.ibm.team.build.doc/topics/tstartstopengine.html

Optional: -passwordFile password file path, where password file path is the path to an encrypted password file created with the -createPasswordFile parameter.

And finally did you assign a builder license to the pm1 user and did you add it to the project you're trying to run the build engine to?

Thanks!

Hi,
I am using the RTC 2.0.0.1 the problem is when I try to run the build engine using command
C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C
:\Program Files\IBM\SDP\jdk\bin\java" -repository https://localhost:9443/jazz/ -
userId pm1 -pass pm1 -engineId HelloWorldEngine


but keep getting the following error

2009-12-16 08:44:53 Running build loop...
2009-12-16 08:44:53 Waiting for request...
2009-12-16 08:44:55 CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: pm1
2009-12-16 08:44:55 CRRTC3523W: Authentication failed: CRJAZ0100I A password must be supplied.


Login credentials are correct and i am able to connect the repository in RTC client and the JDK version is

C:\Program Files\IBM\SDP\jdk\bin>java -version
java version "1.6.0" Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows Server 2003 x86-32 jvmwi3260
-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_lHdSMr
JIT - r9_20080721_1330ifx2
GC - 20080724_AA)
JCL - 20080808_02


regards,
Qaiser

0 votes


Permanent link
On 16-Dec-09 5:53 PM, qaiserislam wrote:
Thanks for your reply

Yes i am able to login on server using RTC client as well as web UI
i did not try encrypted password
yes builder license is assigned to pm1

i found one post on this error and it seems it may be due jdk version
and i followed the recommended steps but no success
http://jazz.net/forums/viewtopic.php?p=19333

regards,
Qaiser

I have used successfully a command line like this:

"D:\RTC Build Server 2.0\buildsystem\buildengine\eclipse\jbe.exe"
-repository https://localhost:9443/jazz -userId build -pass build
-engineId "Test Build Engine" -vm "D:\RTC Client 2.0\jdk\bin\java.exe"

0 votes


Permanent link
Qaiser,

Though you can try -passwordFile, it shouldn't make any difference compared to using -pass (other than hiding the password).

You said you tried using the recommended JDK. Can you show me the updated command line, and the result of java -version on the specified JDK?

Note also that if there are spaces in the arguments, quotes must be used, but it looks like you're already aware of that.

0 votes


Permanent link
Could you also try using the SCM CLI (in the scmtools/eclipse directory of the RTC client install):
scm login -r https://localhost:9443/jazz/ -u pm1 -P pm1

0 votes


Permanent link
yes i am able to login using scm utility

C:\Program Files\IBM\SDP\scmtools\eclipse>scm login -r https://localhost:9443/jazz/ -u pm1 -P pm1
Logged in to https://localhost:9443/jazz/


the jdk version is

C:\Program Files\IBM\SDP\jdk\bin>java -version
java version "1.6.0"
Java(TM) SE Runtime Environment (build pwi3260sr2-20080818_01(SR2))
IBM J9 VM (build 2.4, J2RE 1.6.0 IBM J9 2.4 Windows Server 2003 x86-32 jvmwi3260-20080816_22093 (JIT enabled, AOT enabled)
J9VM - 20080816_022093_lHdSMr
JIT - r9_20080721_1330ifx2
GC - 20080724_AA)
JCL - 20080808_02


and the command i m using to run build engine is

C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C:\Program Files\IBM\SDP\jdk\bin\java" -repository https://localhost:9443/jazz/ -userId pm1 -pass pm1 -engineId HelloWorldEngine
2009-12-17 10:13:53 Running build loop...
2009-12-17 10:13:53 Waiting for request...
2009-12-17 10:13:57 CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: pm1
2009-12-17 10:13:57 CRRTC3523W: Authentication failed: CRJAZ0100I A password must be supplied.


Could you also try using the SCM CLI (in the scmtools/eclipse directory of the RTC client install):
scm login -r https://localhost:9443/jazz/ -u pm1 -P pm1

0 votes


Permanent link
By default, the SCM CLI looks for a JDK in ../../client/eclipse/jdk/jre/bin (relative to the scm.exe).
Could you try using this one instead, e.g.:

C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C:\Program Files\IBM\SDP\client\eclipse\jdk\bin\java" -repository https://localhost:9443/jazz/ -userId pm1 -pass pm1 -engineId HelloWorldEngine

Also: how did RTC get installed to that location? Did you use the install manager and change the location, or extract a zip install there?

IBM 1.6.0 SR2 is not the JDK shipped with RTC 2.0.0.1. It has IBM 1.5.0 SR9 + some patches.

0 votes


Permanent link
No still not working, after changing the jdk path as u suggested

I installed RTC integrated with RAD 7.5.0 thats why path is different

I even tried with RTC 2.0.0.2 RC2(hoping some new fixes may resolve the issue) without RAD integration but result is same. i.e. i m able connect the repository using scm tool but getting same error while running build engine

C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C:\Program Files\IBM\TeamConcert\jdk\bin\java" -repository https://localhost:9443/jazz -userId ja -pass ja -engineId HelloWorldBuildEngine
2009-12-17 14:08:14 Running build loop...
2009-12-17 14:08:14 Waiting for request...
2009-12-17 14:08:16 CRRTC3528E: Error logging in to repository https://localhost:9443/jazz/ with user id: pm1
2009-12-17 14:08:16 CRRTC3523W: Authentication failed: CRJAZ0100I A password must be supplied.

and the jdk version on rtc 2.0.0.2 rc2 is

C:\Program Files\IBM\TeamConcert\jdk\bin>java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20091106a (SR11 ))
IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi322
3-20091104 (JIT enabled)
J9VM - 20091103_45935_lHdSMr
JIT - 20091016_1845_r8
GC - 20091026_AA)
JCL - 20091106


one more thing perhaps it help u is i m using windows 2003 with SP 2 VM Ware..for RTC installation

regards,
Qaiser




By default, the SCM CLI looks for a JDK in ../../client/eclipse/jdk/jre/bin (relative to the scm.exe).
Could you try using this one instead, e.g.:

C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -vm "C:\Program Files\IBM\SDP\client\eclipse\jdk\bin\java" -repository https://localhost:9443/jazz/ -userId pm1 -pass pm1 -engineId HelloWorldEngine

Also: how did RTC get installed to that location? Did you use the install manager and change the location, or extract a zip install there?

IBM 1.6.0 SR2 is not the JDK shipped with RTC 2.0.0.1. It has IBM 1.5.0 SR9 + some patches.

0 votes


Permanent link
Sorry, I'm out of ideas here. I'll see if one of our support folk can help out.

0 votes


Permanent link
Are you able to try on an actual Windows box, or try the Linux version of JBE?

0 votes

1–15 items
page 1of 1 pagesof 2 pagesof 3 pages

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: Dec 16 '09, 10:10 a.m.

Question was seen: 25,189 times

Last updated: Dec 16 '09, 10:10 a.m.

Confirmation Cancel Confirm