CRRTC3529W: The execution of Jazz Build Engine completed with a non-zero return code (RC=1).
Dhruv Bansal (17●14●15)
| asked Sep 04 '14, 7:02 a.m.
edited Sep 04 '14, 9:22 a.m. by Spencer Murata (2.3k●11●59●71)
CRRTC3529W: The execution of Jazz Build Engine completed with a non-zero return code (RC=1). CRRTC3507E: Invalid arguments used for authentication. Specify one of the following combinations (-userId and [-pass or -passwordFile]) or (-certificateFile and [-pass or -passwordFile]) or (-smartCard and -userId).
Using this command nohup ./jbe.sh -repository https://<server:443/jazz/ -userId <Username> -pass <passwd> -engineId <buildengineID> & Unable to start build server. |
Accepted answer
Hi Spencer,
It worked with the password file which is strange for sure. Thanks for the inputs. Regards Dhruv Ralph Schoon selected this answer as the correct answer
|
One other answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 05 '14, 3:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Sep 05 '14, 3:15 a.m.
This is a valid way to launch the JBE:
C:\CLM2014\5.0\jazz\buildsystem\buildengine\eclipse\jbe.exe -repository https://clm.example.com:9443/ccm/ -userId build -pass build -engineId jke.production.engine -sleepTime 1From your command line,I can not see if it is syntactically correct. The data I see does not seem to be correct and is cluttered with quotation marks and > and the like. That I call on Windows and you call on Linux should not matter, as long as the correct data is provided. The call you do, from the error message disagrees with your usage of the user ID and password. |
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.
Comments
Are you using a plaintext password or a password file?
Hi Spencer,
I'm using plaintext.
Thanks
Dhruv