JUnit example issues
I am hoping these are fairly easy issues :D
I am going through the JUnit example, and I am at the "setting up the build" section. My setup is that RTC 3.0 is installed on a server and then I have the 3.0 Eclipse client installed on a laptop. I also installed the Build Engine on my laptop as well.
The IC says to start the build engine by doing this:
jbe -repository https://localhost:9443/jazz -userId build -pass build -engineId junit -sleeptime 5
Since my server is not on my localhost and it is "ccm" not "jazz", I changed it to be
jbe -repository https://serverAddress:9443/ccm -userId build -pass build -engineId junit -sleeptime 5
and I get this:
2010-12-30 13:29:44 CRRTC3527E: Operation blocked by process: 'Control The Build Lifecycle' failed. Permission d
enied. You don't have permission to perform the following actions:
Retrieve the Next Build Request (getNextRequest)
I don't see anything that requires me to change any permissions.
Has someone seen this before?
Susan
I am going through the JUnit example, and I am at the "setting up the build" section. My setup is that RTC 3.0 is installed on a server and then I have the 3.0 Eclipse client installed on a laptop. I also installed the Build Engine on my laptop as well.
The IC says to start the build engine by doing this:
jbe -repository https://localhost:9443/jazz -userId build -pass build -engineId junit -sleeptime 5
Since my server is not on my localhost and it is "ccm" not "jazz", I changed it to be
jbe -repository https://serverAddress:9443/ccm -userId build -pass build -engineId junit -sleeptime 5
and I get this:
2010-12-30 13:29:44 CRRTC3527E: Operation blocked by process: 'Control The Build Lifecycle' failed. Permission d
enied. You don't have permission to perform the following actions:
Retrieve the Next Build Request (getNextRequest)
I don't see anything that requires me to change any permissions.
Has someone seen this before?
Susan
One answer
The "build" user must a member of the team area to which the "junit"
build engine belongs, and in that team area, must have permission to
perform a "Control the Build Lifecycle" operation.
Cheers,
Geoff
On 12/30/2010 1:38 PM, smhanson wrote:
build engine belongs, and in that team area, must have permission to
perform a "Control the Build Lifecycle" operation.
Cheers,
Geoff
On 12/30/2010 1:38 PM, smhanson wrote:
I am hoping these are fairly easy issues :D
I am going through the JUnit example, and I am at the "setting up
the build" section. My setup is that RTC 3.0 is installed on a
server and then I have the 3.0 Eclipse client installed on a laptop.
I also installed the Build Engine on my laptop as well.
The IC says to start the build engine by doing this:
jbe -repository https://localhost:9443/jazz -userId build -pass build
-engineId junit -sleeptime 5
Since my server is not on my localhost and it is "ccm" not
"jazz", I changed it to be
jbe -repository https://serverAddress:9443/ccm -userId build -pass
build -engineId junit -sleeptime 5
and I get this:
2010-12-30 13:29:44 CRRTC3527E: Operation blocked
by process: 'Control The Build Lifecycle' failed. Permission d
enied. You don't have permission to perform the following actions:
Retrieve the Next Build Request (getNextRequest)
I don't see anything that requires me to change any permissions.
Has someone seen this before?
Susan