IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error in CICS Web Service using RAD 7.6.2


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
buddha.rai

New User


Joined: 15 Sep 2010
Posts: 1
Location: Pune

PostPosted: Wed Sep 15, 2010 6:40 pm
Reply with quote

I have generated a CICS Web Service using COMAREA and top down approach using IBM rational application developer 7.6.2. I am able to call the CICS service and reach the CICS adaptor program with the input data. However, when I return from the adaptor program to CICS, an abend happens and the whole CICS region is brought down. The abend details are not captured in the CICS abend log due to CICS region going down and I am not sure what the issue is.

If you have faced similar problem kindly help me. I have copied below the SOAP UI request data, SOAP UI log and the abended CICS job log details.

SOAP UI request details:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ebs="EBSIP002Requestor">
<soapenv:Header/>
<soapenv:Body>
<ebs:EBSIP002Operation>
<ebs:ebsipi02_input_area>
<ebs:ebsipi02_agreement_ref>12345678</ebs:ebsipi02_agreement_ref>
<ebs:ebsipi02_case_status_cd>A</ebs:ebsipi02_case_status_cd>
<ebs:ebsipi02_case_cd>abc</ebs:ebsipi02_case_cd>
<ebs:ebsipi02_case_srt_dt_rqd_ind>Y</ebs:ebsipi02_case_srt_dt_rqd_ind>
<ebs:ebsipi02_case_desc_rqd_ind>Y</ebs:ebsipi02_case_desc_rqd_ind>
</ebs:ebsipi02_input_area>
</ebs:EBSIP002Operation>
</soapenv:Body>
</soapenv:Envelope>

SOAP UI Log:

Tue Sep 14 17:29:45 BST 2010:DEBUG:HttpConnectionManager.getConnection: config = HostConfiguration[host=http://xxx.xxx.xx.xx:xxxx], timeout = 0
Tue Sep 14 17:29:45 BST 2010:DEBUG:Getting free connection, hostConfig=HostConfiguration[host=http://xxx.xxx.xx.xx:xxxx]
Tue Sep 14 17:29:47 BST 2010:DEBUG:Freeing connection, hostConfig=HostConfiguration[host=http://xxx.xxx.xx.xx:xxxx]
Tue Sep 14 17:29:47 BST 2010:DEBUG:Notifying no-one, there are no waiting threads
Tue Sep 14 17:29:47 BST 2010:ERROR:Exception in request: java.net.ConnectException: Connection refused: connect
Tue Sep 14 17:29:47 BST 2010:ERROR:An error occured [Connection refused: connect], see error log for details
Tue Sep 14 17:29:47 BST 2010:INFO:Error getting response for [EBSIP002HTTPSoapBinding.EBSIP002Operation:Request 1]; java.net.ConnectException: Connection refused: connect

CICS Job Log (The inputs from SOAP UI are reaching the CICS adaptor program but abends after return to CICS is executed):

CPIH 20100914172946 EBSIP002 CONTROL SECTION
CPIH 20100914172946 EBSIP002 COMMAREA NOT EMPTY
CPIH 20100914172946 EBSIP002 - 12345678
CPIH 20100914172946 EBSIP002 - A
CPIH 20100914172946 EBSIP002 - abc
CPIH 20100914172946 EBSIP002 - Y
CPIH 20100914172946 EBSIP002 - Y
CPIH 20100914172946 RETURNING TO CALLER
CTCTC4001I ABEND-AID FOR CICS DUMP CAPTURE INITIALIZATION IN PROGRESS
CTCTC4000I AA/CICS DUMP CAPTURE SUBTASK ATTACHED JOB=S1DCIC0T, APPL=S1DCIC0T, SY
CTCTC4274I CUSTOMIZATION FILE IS: SYSCICS.VT0AAID.V521.CUST.YORK
CTCTC4270I REGION CONFIGURATION ENTRY FOUND. KEY-JOB=S1DCIC*, APPL=*, SYSID=*
CTCTC4271I DUMP PROFILE=£DEFAULT, GLOBAL TABLE=YORK, VIEW SERVER=CAFXT, TDCAS=CA
CTCTC4277I NUMBER OF SLS FILES FOUND 4 , DEFINED IN JCL
CTCTC4272I TRANSACTION DATABASE FILE SELECTED: ALL CANDIDATE TRANSACTION DB FILE
CTCTC4275I LOCAL VIEWING OPTION SELECTED FOR THIS REGION
CTCTC4276I ABLIMIT 10, MAXTIME 180, ABQDUP Y, DUPABLIMT N, DUPDMPS Y
CTCTC4011I ABEND-AID FOR CICS DUMP CAPTURE STATUS BEING SET TO "SUSPENDED"
CTCTC4010I Abend-AID for CICS dump capture status being set to "Active"
CTCTC4260I Clean up processing invoked
CTCTC4265I Stopping CICS control task
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 15, 2010 6:54 pm
Reply with quote

Are you getting an SVC dump of the CICS region coming down? If so, contact your site support group and use IPCS to analyze the dump. If not, contact your site support group and have them capture an SVC dump of the CICS region coming down, then use IPCS to analyze the dump.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top