Issue in starting Build Engine and Build Agent on z/OS
We have installed RTC 4.0.1 on zOS. When we are running Build Engine job (BLZBENG) we are getting this error:
CRRTC3524W: Communication with the repository failed due to this error: https://Myserver(example):9443/ccm/versionCompatibility?clientVersion=4.0.1..
Even its showing the same error for port 9538 whcih is already defined in Websphere Application Server.
Also when we are running shell script startbfa.sh we are getting this error.
Ý50397792¨ bfdaemon: bf_listener_new: EDC5111I Permission denied.
Then we tried to submit BLZBFA job which showing us the above same error too.
Please help us in this issue.
Thanks,
Shajeel
Accepted answer
Comments
Hi steve,
I checked bfaagent.conf but unable to find any port defined. Can you please tell where that port defined?
Also in BLZBENG job my repository is -https://myIP:9538/ccm
Thanks,
Shajeel Ahmed Khan
In bfagent.conf, you should see a line that looks like this:
1 vote
Hello Steve,
For Build Agent i tried uncommenting the port 5555 and it was successful, it started the shell script script without giving any error. But i was unable to see anything on Status of jobs or anywhere. where should i see started shell script? Now its giving me this error when i called BLZBFA as a procedure or i started again from the path:
EDC5111I PERMISSION DENIED
Secondly for BLZBENG pls fin our JCL below and its output as well:
//PROCLIB JCLLIB ORDER=JVB600.PROCLIB
//JBUILDEG EXEC PROC=JVMPRC66,VERSION='66',LOGLVL='+T',
// JAVACLS='org.eclipse.equinox.launcher.Main'
//MAINARGS DD
-repository https://MyHostIP:9443/ccm
-engineID build
-userId ibmuser
-passwordFile /rtc4/rtcwork/jazz401/rtc4pass/pwfile
-sleepTime 3
//STDENV DD
. /etc/profile
any environment variables for the Java JVM.
Variables must be exported to be seen by the launcher.
export JAVA_HOME=/u/Java6_64/J6.0_64
export JZOS_HOME=@javaPathPrefix@/java/J6.0_64/lib/ext
BLD_TOOLKIT=/rtc4/usr/lpp/jazz/v4.0.1
BLD_TOOLKIT="$BLD_TOOLKIT"/buildsystem/buildtoolkit
ANT_HOME=/rtc4/usr/lpp/jazz/v4.0.1
ANT_HOME=/rtc4/usr/lpp/jazz/v4.0.1
ANT_HOME="$ANT_HOME"/buildsystem/buildengine/eclipse
ANT_HOME="$ANT_HOME"/plugins/org.apache.ant_1.7.1.v20100518-1145
export ANT_HOME="$ANT_HOME"
export PATH="${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin:$PATH
LIBPATH=/lib:/usr/lib:"${BLD_TOOLKIT}"
LIBPATH="$LIBPATH":"${JAVA_HOME}"/bin/classic:"${JAVA_HOME}"/bin
export LIBPATH="$LIBPATH":
echo "*** >>>>>"
echo "PATH is :"
echo "${PATH}"
echo "*** <<<<<"
CLASSPATH="/rtc4/usr/lpp/jazz/v4.0.1/buildsystem"
CLASSPATH="$CLASSPATH/buildengine/eclipse/plugins"
CLASSPATH="$CLASSPATH/org.eclipse.equinox.launcher"
CLASSPATH="$CLASSPATH"_"1.1.1.R36x_v20101122_1400.jar"
CLASSPATH="$CLASSPATH":"${BLD_TOOLKIT}/ibmjzos.jar"
export CLASSPATH="$CLASSPATH":
echo "classpath is : "
echo $CLASSPATH
echo $CATALINA_OPTS
Configure JVM options
IJO="$IJO -Djava.io.tmpdir=/rtc4/rtcwork/jazz401/ccm"
export IBM_JAVA_OPTIONS="$IJO "
export JAVA_DUMP_HEAP=false
export JAVA_PROPAGATE=NO
export IBM_JAVA_ZOS_TDUMP=NO
Output for this JCL is:
ÝJazz build engine¨ CRRTC3524W: Communication with the repository failed due to this error: CRJAZ1371E The following URL cannot be reached: https://MyHostIP:9443/ccm/versionCompatibility?clientVersion=4.0.1. The server cannot be reached. The network could not connect to the server. Error details: EDC8128I Connection refused..
For your info i have hide My Host IP address as its an open forum. But This the IP from which we used to connect our PCOMM session.
So, what would be an issue? It would be your great help.
Thanks,
Shajeel Ahmed Khan
9 other answers
ps -A | grep bfagent
To stop the process, you can then issue "kill <pid>". In this case, you would issue "kill 16806852".16806852 ? 0:00 /var/testsrv2/usr/lpp/jazz/v4.0.5/buildagent/bfagent
Comments
Hello Steve,
Just a quick question for RTC or Jazz Server. Do we need to start the server from any job? Or BLZBENG and BFA will start it. We have installed RTC server on same machine. I can ping MyIP from PCOMM.
I believe we have finished installation but unable to start the server
Thanks,
Server startup depends on how you've deployed the server.
Server startup depends on how you've deployed the server.
Hi Steve,
We have deployed *.war files on Websphere Application Server. After Restarting WAS i can see the applications are started. Now what we have to do? am connecting through this address but unable to see any screen.
https://MyIP:9443/jazz/admin
Thanks,
Already done with all steps, when i am connecting through this URL:
https://192.88.56.36:9443/jts/setup
we are getting this error.
SRVE0255E: A WebGroup/Virtual Host to handle /jts/setup has not been defined.
SRVE0255E: A WebGroup/Virtual Host to handle 192.88.56.36:9443 has not been defined.
IBM WebSphere Application Server
Secondly in Websphere WC_defaulthost_secure was 9538 which i changed to 9443 and also gave host as 192.85.33.82.
My Server listening on both of these:
9443 TCP AVSR00A
9538 TCP AVSR00A
Thanks,
Shajeel
Comments
If you've changed the value of WC_defaulthost_secure, you'll also need to make sure that the virtual host entries have been changed to match your new settings.