CRRTC3529W: The execution of Jazz Build Engine completed with a non-zero return code (RC=1).
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.
Using this command
nohup ./jbe.sh -repository https://<server:443/jazz/ -userId <Username> -pass <passwd> -engineId <buildengineID> &
Unable to start build server.
Accepted answer
One other answer
This is a valid way to launch the JBE:
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.
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.
Comments
Spencer Murata
FORUM MODERATOR / JAZZ DEVELOPER Sep 04 '14, 9:21 a.m.Are you using a plaintext password or a password file?
Dhruv Bansal
Sep 08 '14, 12:28 a.m.Hi Spencer,
I'm using plaintext.
Thanks
Dhruv