build engine won't connect
I am getting this error from the build engine
F:\IBM\TeamConcert\buildsystem\buildengine\eclipse>jbe -repository https://localhost:9080/jazz -userID e2autobd -password e2autobd -engineID IntegrationBuild
2008-08-05 10:20:47 Running build loop...
2008-08-05 10:20:47 Waiting for request...
2008-08-05 10:21:51 CRRTC3524W: Repository connection failed: CRJAZ0099I HTTP error "Remote host closed connection during handshak
e" accessing https://localhost:9080/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService.
Any idea?
F:\IBM\TeamConcert\buildsystem\buildengine\eclipse>jbe -repository https://localhost:9080/jazz -userID e2autobd -password e2autobd -engineID IntegrationBuild
2008-08-05 10:20:47 Running build loop...
2008-08-05 10:20:47 Waiting for request...
2008-08-05 10:21:51 CRRTC3524W: Repository connection failed: CRJAZ0099I HTTP error "Remote host closed connection during handshak
e" accessing https://localhost:9080/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService.
Any idea?
One answer
It looks like you are using the 'https' scheme on the http port.
Perhaps the https://localhost:9443/jazz URL would work for you.
abaror wrote:
Perhaps the https://localhost:9443/jazz URL would work for you.
abaror wrote:
I am getting this error from the build engine
F:\IBM\TeamConcert\buildsystem\buildengine\eclipse>jbe -repository
https://localhost:9080/jazz -userID e2autobd -password e2autobd
-engineID IntegrationBuild
2008-08-05 10:20:47 Running build loop...
2008-08-05 10:20:47 Waiting for request...
2008-08-05 10:21:51 CRRTC3524W: Repository
connection failed: CRJAZ0099I HTTP error "Remote host closed
connection during handshak
e" accessing
https://localhost:9080/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService.
Any idea?