It's all about the answers!

Ask a question

When I try to start build engine, I recieve CRRTC3521W Warning


Volha Dziomina (813) | asked Jul 27 '14, 1:42 p.m.
Hi!

I have the problem starting build engine.

To start build engine I use the next command:

jbe -vm "C:\Program Files (x86)\IBM\TeamConcertBuild\jdk\bin\java" -repository https://jazz-team-concert.com:9443/ccm/ -userId PhilUser -pass PhipPass -engineId ProjectX engine


And  I recieve CRRTC3521W Warning message (Die Build-Steuerkomponente befindet sich nicht im Repository oder ist nicht für folgenden Benutzer nicht zugänglich: "PhilUser". ID der Build-Steuerkomponente: "ProjectX". )

1. ProjectX engine was created in ProjectX by PhilUser and it has ID "ProjectX engine"
2. PhilUser is a member of ProjectX and has all the Build rights

Could you please give a piece of advice how can I find the reason of the problem?

Thanks a lot in advance

Volha

Accepted answer


permanent link
sam detweiler (12.5k6195201) | answered Jul 27 '14, 6:26 p.m.
engine ID will need quotes because of the space.  -engineId "ProjectX engine"

you also may have problems  with not being able to write to the program files folder (needing admin rights)
best to put it someplace else.
Volha Dziomina selected this answer as the correct answer

Comments
Ralph Schoon commented Jul 28 '14, 3:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Never use Program Files as install location. It tends to create issues. Avoid ID's with spaces. I would use for example engine.ProjectX.

The user should be a technical user and have the BuildSystem license assigned.

2 other answers



permanent link
Volha Dziomina (813) | answered Jul 28 '14, 5:14 p.m.
Hi again!

Thank a lot for so quick response.

But I have a new issue now.

- I reinstall Eclipse client and Build System Toolkit to other location where I have full access.
- I created orther project engine with the name ProjectX.engine.
- The user PhilUser has Build System license assigned.

Now I use the command:

jbe -vm "C:\Users\VMUser\Downloads\IBM\TeamConcert\jdk\bin\java" -repository https://jazz-team-concert.com:9443/ccm -userId PhilUser -pass PhilPass -engineId ProjectX.engine


And now I recieve no response.
What I see is just:

[Jazz-Build-Steuerkomponente] Build-Schleife wird ausgeführt...
[Jazz-Build-Steuerkomponente] Warten auf Anforderung...

And then nothing happens.

Do you have some ideas about it? Or how can I get more information about it to identefy the reason?

Thanks a lot in advance.

Comments
Ralph Schoon commented Jul 29 '14, 2:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

This is to be expected. The build engine is waiting for build requests it can process. As long as you don't assign the new engine with its new ID to any build definition with pending build requests, it will just sit there and ask the server for work to do, every now and then.


permanent link
Volha Dziomina (813) | answered Jul 30 '14, 3:19 p.m.
Thanks a lot for help and so quick response!

Your answer


Register or 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.