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.
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.
One answer
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 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.