AuthenticationException while running build on z/OS
Hi,
I'm using the build agent on z/OS to run the sample build described here:
https://jazz.net/wiki/bin/view/Main/DependencyBuildScenario
While running the build, I get the following error:
* com.ibm.team.repository.transport.client.AuthenticationException: CRJAZ0124I Invalid username or password.
* at com.ibm.team.repository.transport.client.ClientHttpUtil$FormAuthChallengeHandler.handleChallenge(ClientHttpUtil.java:703)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.handleAuthenticationChallenge(ClientHttpUtil.java:1038)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:311)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.access$8(ClientHttpUtil.java:276)
* at com.ibm.team.repository.transport.client.ClientHttpUtil$JAuthChallengeHandler.handleChallenge(ClientHttpUtil.java:637)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.handleAuthenticationChallenge(ClientHttpUtil.java:1038)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:311)
<cut>
Anybody have an idea what this is caused?
I've made sure that it picks up my encrypted password file, because if I remove it, it will say "path to non-existing file". And if I point to a plain text-file I get the error "unable to get password from file". Therefore I think it is using the correct user and password set in the properties JAZZ_USER and JAZZ_PASSWORD_FILE.
I've read that that could be because we are not running with the correct JRE. We are using IBM J9 JRE 6.
Any comments?
I'm using the build agent on z/OS to run the sample build described here:
https://jazz.net/wiki/bin/view/Main/DependencyBuildScenario
While running the build, I get the following error:
* com.ibm.team.repository.transport.client.AuthenticationException: CRJAZ0124I Invalid username or password.
* at com.ibm.team.repository.transport.client.ClientHttpUtil$FormAuthChallengeHandler.handleChallenge(ClientHttpUtil.java:703)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.handleAuthenticationChallenge(ClientHttpUtil.java:1038)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:311)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.access$8(ClientHttpUtil.java:276)
* at com.ibm.team.repository.transport.client.ClientHttpUtil$JAuthChallengeHandler.handleChallenge(ClientHttpUtil.java:637)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.handleAuthenticationChallenge(ClientHttpUtil.java:1038)
* at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:311)
<cut>
Anybody have an idea what this is caused?
I've made sure that it picks up my encrypted password file, because if I remove it, it will say "path to non-existing file". And if I point to a plain text-file I get the error "unable to get password from file". Therefore I think it is using the correct user and password set in the properties JAZZ_USER and JAZZ_PASSWORD_FILE.
I've read that that could be because we are not running with the correct JRE. We are using IBM J9 JRE 6.
Any comments?