Build engine not connecting to repo after migration
![]()
I just recently migrated from a RTC 1.0.1 environment using Tomcat/DB2 to a new 1.0.1 repository using WAS 6.1.0.21/DB2 via a repotools export/import. The URL changed from https://nsjts01.raleigh.ibm.com:9443/jazz to https://nsjazz.raleigh.ibm.com:8002/jazz. However, we now cannot connect to the repository via the build engine. Did I miss configuring something? Error message is below:
D:\mashups-build>D:\mashups-build\build_jazz\buildengine\eclipse\jbe -vm D:\mashups-build\build_tools\Java60\bin\java -repository https://nsjazz.raleigh.ibm.com:800 /jazz -userId comitium@us.ibm.com -engineId mashups_skye02 -passwordFile D:\mashups-build\passwordfile -sleepTime 10 -v 2009-06-07 13:48:04 Running build loop... 2009-06-07 13:48:04 Waiting for request... 2009-06-07 13:48:06 CRRTC3524W: Repository connection failed: CRJAZ0098I Return code 404 from http request: Not Found 2009-06-07 13:48:16 CRRTC3524W: Repository connection failed: CRJAZ0098I Return code 404 from http request: Not Found |
2 answers
![]()
Something simple, looks like port 800 versus 8002?
In theory if you can connect via the web ui and click through the ui, then the jbe should be able to connect. Cheers, Jean-Michel |
![]()
Also, for more verbose output from the build engine, specify -verbose (not -v).
|