Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CCI exception error handling

807603Oct 23 2007 — edited Oct 23 2007
hi,
I am a running a java program using CCI Non-Managed environment to connect to CICS commarea program.....

in that when i run the Java code without my gateway daemon CTG interface to CICS. I get an error when CTG(CICS Transaction gateway) service has not been started.

The error is in my ConnectionFactory class:
12:15:02:806 : [main:17ace8d] : Exception Logged by: com.ibm.connector2.cics.EC
IManagedConnection
12:15:02:822 : [main:17ace8d] : javax.resource.spi.CommException: CTG9631E Error
occurred during interaction with CICS. Error Code=: ECI_ERR_NO_CICS
12:15:02:822 : [main:17ace8d] : at com.ibm.connector2.cics.ECIManagedCon
nection.checkReturnCode(Unknown Source)
12:15:02:822 : [main:17ace8d] : at com.ibm.connector2.cics.ECIManagedCon
nection.call(Unknown Source)
12:15:02:822 : [main:17ace8d] : at com.ibm.connector2.cics.ECIConnection
.call(Unknown Source)
12:15:02:822 : [main:17ace8d] : at com.ibm.connector2.cics.ECIInteractio
n.execute(Unknown Source)
12:15:02:822 : [main:17ace8d] : at Ccitest.flowrequest(Ccitest.java:113)

12:15:02:822 : [main:17ace8d] : at Ccitest.main(Ccitest.java:219)

How do i handle this exception????kindly suggest........
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 20 2007
Added on Oct 23 2007
1 comment
966 views