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

Unable to start the build engine

I am unable to start the build engine using the build engine JBE command. I have followed all steps given in the

https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/using-build.html

But when I give following command to start build engine

jbe -repository repositoryURL -userId username pass password -engineId engine

Its does not give any start messages.The build command simply waits infinitely .

Has anybody faced similar problem .

Also I would like to add that I am using my own bluepages intranet ID as build user here and I have all the build licenses, Admin permissions and I am also the owner of the repository workspace for this build.

Quick reply is highly appreciated.

0 votes



One answer

Permanent link
Hello urwashi,

I have not seen an issue similar to what you describe. I'd suggest to check
you have a Java Development Toolkit 1.6.x installed and the paths are set
accordingly. You can copy the JRE that comes with the JDK into the .......\buildsystem\buildengine\eclipse
directory. Then could you try again - see some details below. I am missing
the details about the repositoryURL but assume you have chosen not to show
the details below.

I use this batch file to start the build engine.

:: Start Build Engine for ensure server is running

set USERNAME=build
set PASSWORD="yourpassword"
set ENGINEID=workshop.build.engine
set JAVA_HOME=C:\JazzDemo\build\jdk1.6.0_05
set PATH = C:\JazzDemo\build\jdk1.6.0_05\bin;%PATH%

c:
cd C:\JazzDemo\build\buildsystem\buildengine\eclipse
jbe -repository https://localhost:9443/jazz -engineId %ENGINEID% -userId
%USERNAME% -pass %PASSWORD% -sleeptime 3

The Build Engine should show

C:\JazzDemo\build\buildsystem\buildengine\eclipse>jbe -repository https://localhost:9443/jazz
-engineId workshop.build.engine -userId build -pass "yourpassword" -sleeptime
3
2009-01-19 10:35:48 Running build loop...
2009-01-19 10:35:48 Waiting for request...

It will sit there until build requests come in.

Ralph

I am unable to start the build engine using the build engine JBE
command. I have followed all steps given in the

https://jazz.net/learn/LearnItem.jsp?href=content/docs/client-tour/usi
ng-build.html

But when I give following command to start build engine

jbe -repository repositoryURL -userId username pass password
-engineId engine

Its does not give any start messages.The build command simply waits
infinitely .

Has anybody faced similar problem .

Also I would like to add that I am using my own bluepages intranet ID
as build user here and I have all the build licenses, Admin
permissions and I am also the owner of the repository workspace for
this build.

Quick reply is highly appreciated.

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: Jan 19 '09, 3:07 a.m.

Question was seen: 4,426 times

Last updated: Jan 19 '09, 3:07 a.m.

Confirmation Cancel Confirm