System i jbe or bfagent error "Not using a proxy to rea
Hi,
Both Jbe and Bfagent have the same error in System i.
1. JBE
sh jbe.sh -repository https://g3rtc:9443/ccm -engineID 3GBuild -userId build -pass build -jobName JOBRTCBuild
with errors of
java.lang.NullPointerException
java.net.NoRouteToHostException: No route to host
2. BFAgent
./jbe.sh -createPasswordFile bepw.txt to generated the passwd file
edit startbfa.sh to replace JAZZ_USER, JAZZ_PASSWORD_FILE
sh startbfa.sh
In build engine, test connection passed. use port 6666
But when request the build, error log :
* default:
* Not using a proxy to reach https://g3rtc:9443/ccm/
* java.net.NoRouteToHostException: No route to host
* at java.net.PlainSocketImpl.socketConnect(Native Method)
I tried the scm tool on system i, it works well.
on system i, ping the rtc server name works well.
Anyone can help?
Both Jbe and Bfagent have the same error in System i.
1. JBE
sh jbe.sh -repository https://g3rtc:9443/ccm -engineID 3GBuild -userId build -pass build -jobName JOBRTCBuild
with errors of
java.lang.NullPointerException
java.net.NoRouteToHostException: No route to host
2. BFAgent
./jbe.sh -createPasswordFile bepw.txt to generated the passwd file
edit startbfa.sh to replace JAZZ_USER, JAZZ_PASSWORD_FILE
sh startbfa.sh
In build engine, test connection passed. use port 6666
But when request the build, error log :
* default:
* Not using a proxy to reach https://g3rtc:9443/ccm/
* java.net.NoRouteToHostException: No route to host
* at java.net.PlainSocketImpl.socketConnect(Native Method)
I tried the scm tool on system i, it works well.
on system i, ping the rtc server name works well.
Anyone can help?
One answer
I guess there maybe need some port open between the build agent server and rtc server?
1. build agent server scm tool works well - I think the build agent server can communicate with rtc server
2. build engine connection test works well - I think the rtc server can communicate with the build agent via port 6666
Is there any other port should be open?
Thanks!
1. build agent server scm tool works well - I think the build agent server can communicate with rtc server
2. build engine connection test works well - I think the rtc server can communicate with the build agent via port 6666
Is there any other port should be open?
Thanks!