Error starting BLZBFA (BFAgent) in z/OS
![]()
Hi,
I am trying to start BLZBFA (Included on RTC405 FMIDS) in Z/os, and I am receiving the next error: : 192: ICONV ok ÝIBM-1047~ :2132: LOCALE ok Ý~ -> ÝC~ : 519: === STARTING DAEMON PROCESS === : 723: bf_listener_new: Ý*/9555~ bind: 111: EDC5111I Permission denied. : 532: --- EXITING --- I checked others similar errors in Jazz.net, but I do not find the solution for my problem. We have reserved the port 9555 in our system using TCPPARMS configuration as follow: BROWSE SYS1.TCPPARMS(PROFILE) - 01.43 CHARS '95 Command ===> Scroll ;;9443 TCP ???????? ; Comm ISPF clients de RTC a serv JTS 9555 TCP BLZBFA ; Comm RBF con Agente BuildForge ;;9556 TCP BLZBFA ; Comm RBF con RTC Gateway 9569 TCP CICSCMU1 ; SOA SR2312606 ; 10000 TCP ICSERVPW ; sr1825005 07-08-2012 m.recio 12421 TCP HCI ; xpediter esm 471759 15-3-07 I checked also the permissions of the uer who is starting the Started Task over the USS paths, and over bfagent configuration path, bfagent bin path, this user has r-x privileges. This is the complete ouput of the started-task: 1//BLZBFA JOB MSGLEVEL=1 STC13547 //STARTING EXEC BLZBFA 1 J E S 2 J O B L O G -- S Y S T E M I I C -- N O D E I I C 0 13.50.54 STC13547 ---- WEDNESDAY, 11 JUN 2014 ---- 13.50.54 STC13547 IEF695I START BLZBFA WITH JOBNAME BLZBFA IS ASSIGNED TO USER BLZBFA , GROUP STCGRP 13.50.54 STC13547 $HASP373 BLZBFA STARTED 13.50.54 STC13547 IEF403I BLZBFA - STARTED - TIME=13.50.54 13.50.56 STC13547 GSDMV20I JOBNAME- --STEP-- -PSTEP-- CCODE ELAPSED-TIME -CPU-TIME- 13.50.56 STC13547 GSDMV21I BLZBFA STARTING BLZBFA 0 00:00:01 0.01S 13.50.56 STC13547 IEF404I BLZBFA - ENDED - TIME=13.50.56 13.50.56 STC13547 $HASP395 BLZBFA ENDED 1 //BLZBFA JOB MSGLEVEL=1 STC13547 2 //STARTING EXEC BLZBFA XX********************************************************************* XX* Licensed materials - Property of IBM * XX* 5724-V04 Copyright IBM Corp. 2010, 2013 * XX* All rights reserved * XX* US Government users restricted rights - Use, duplication or * XX* disclosure restricted by GSA ADP schedule contract with IBM Corp. * XX* * XX* IBM Rational Team Concert * XX* * XX********************************************************************* XX* * XX* This JCL procedure is used to start the Rational Build Agent. * XX* * XX* * XX* You will have to make the following modifications: * XX* * XX* 1) If you customized the configuration files in a different * XX* directory than the default /etc/jazz405/ccm, change the * XX* CNFG path to refer to the correct directory. * XX* * XX* Note(s): * XX* * XX* 1. This procedure contains case sensitive path statements. * XX* * XX* 2. If the CCM application context root is not /ccm, change all * XX* references to ccm within this file to reflect the correct * XX* path. * XX* * XX********************************************************************* XX* XX* Rational Build Agent - Start XX* 3 XXBLZBFA PROC CNFG='/etc/jazz405/ccm' XX* 4 XXBLZBFA EXEC PGM=BPXBATSL,REGION=0M,TIME=NOLIMIT, XX PARM='PGM &CNFG./startbfa.sh' IEFC653I SUBSTITUTION JCL - PGM=BPXBATSL,REGION=0M,TIME=NOLIMIT,PARM='PGM /etc/jazz405/ccm/startbfa.sh' 5 XXSTDOUT DD SYSOUT=* 6 XXSTDERR DD SYSOUT=* 7 XX PEND XX* STMT NO. MESSAGE 2 IEFC001I PROCEDURE BLZBFA WAS EXPANDED USING SYSTEM LIBRARY SYS1.SSPROC IEF695I START BLZBFA WITH JOBNAME BLZBFA IS ASSIGNED TO USER BLZBFA , GROUP STCGRP IEF236I ALLOC. FOR BLZBFA BLZBFA IEF237I JES2 ALLOCATED TO STDOUT IEF237I JES2 ALLOCATED TO STDERR IEF142I BLZBFA BLZBFA - STEP WAS EXECUTED - COND CODE 0000 IEF285I BLZBFA.BLZBFA.STC13547.D0000101.? SYSOUT IEF285I BLZBFA.BLZBFA.STC13547.D0000102.? SYSOUT IEF373I STEP/BLZBFA /START 2014162.1350 IEF374I STEP/BLZBFA /STOP 2014162.1350 CPU 0MIN 00.01SEC SRB 0MIN 00.00SEC VIRT 208K SYS 208K EXT 480K SYS 10628K ******************************************************************************************************************* * z/OS 01.11.00 SYSTEM 2817 (IIC ) : SMF STATISTICS DATE=11.06.2014 TIME=13:50:56 * ******************************************************************************************************************* * * * //BLZBFA JOB , * * * * STEP TOTAL VIO TCB SRB INIT ELAPSED STORAGE NO.OF NO.OF * * NO. STEPNAME PROCSTEP PROGRAM EXCP'S EXCP'S CPU-TIME CPU-TIME CPU-TIME TIME <16M >16M PAGES SWAPS * * * * 1 STARTING BLZBFA BPXBATSL 0 0 0.01S 0.00S 0.01S 1.51S 208K 0M 0 0 * *-----------------------------------------------------------------------------------------------------------------* * JOB SUM (WITH JOB OVERHEAD): 0 0 0.01S 0.00S 0.01S 1.51S 208K 0M 0 0 * *=================================================================================================================* * STORAGE SECTION | USED PRIVATE AREA BELOW 16MB: 208K | ALLOWED PRIVATE AREA BELOW 16MB: 8192K * * | USED PRIVATE AREA ABOVE 16MB: 0M | ALLOWED PRIVATE AREA ABOVE 16MB: 256M * * | | MAX. ALLOWED MEMLIMIT ABOVE 2GB: NOLIMIT * *-----------------------------------------------------------------------------------------------------------------* * WLM SECTION | WORKLOAD NAME STC | SERVICE CLASS NAME STCLOW * * | RESOURCE GROUP NAME | REPORT CLASS NAME RSTCLOW * ******************************************************************************************************************* IEF375I JOB/BLZBFA /START 2014162.1350 IEF376I JOB/BLZBFA /STOP 2014162.1350 CPU 0MIN 00.01SEC SRB 0MIN 00.00SEC Please, can you help me to solve this problem?. |