Author |
Message
|
jacks.wmb |
Posted: Thu Aug 30, 2012 9:34 pm Post subject: TCPIP Nodes |
|
|
Newbie
Joined: 30 Aug 2012 Posts: 3
|
Hi,
I am creating one small POC - IMS Stub for testing my services in Local machine.
In My project services are developed using message broker flow and all flows using IMSRequest node to connect IMS backend system. I have created one small POC; Instaed of connecting to IMS server, it will connect to my local stub flow.
Sample Message flow
TCPIPServerInput ===> Compute node===>TCPIPServerOutPut.
When I test message broker services, IMSRequest node able to call my stub flow, but the problem is not able send the stub reply message to the main flow. Allways message is going to the failure terminal of IMSRequest node.
Could you please anyone help to solve this probelm. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Aug 31, 2012 1:46 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It sounds like you need to debug the reason why the message fails. |
|
Back to top |
|
 |
Vitor |
Posted: Fri Aug 31, 2012 5:16 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
It sounds like you need to debug the reason why the message fails. |
jacks.wmb wrote: |
Allways message is going to the failure terminal of IMSRequest node. |
Why? What reason is given? You can either look in the Exception Tree or the trace. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jacks.wmb |
Posted: Mon Sep 03, 2012 9:20 pm Post subject: TCPIP Nodes |
|
|
Newbie
Joined: 30 Aug 2012 Posts: 3
|
Hi,
I am getting this error message on IMSRequest node.
RecoverableException
File:CHARACTER:MbErrorHandler.java
Line:INTEGER:279
Function:CHARACTER:throwableToMbException
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:4769
Text:CHARACTER:resource exception thrown by the IMS adapter
Insert
Type:INTEGER:5
Text:CHARACTER:ICO0005E: com.ibm.connector2.ims.ico.IMSTCPIPManagedConnection@6cce6cce.receive() error. A communication error occurred while sending or receiving the IMS message. clientID=[null] [java.io.EOFException]
Any ideas and help information please. Your valuable time is greately appreciated.. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 23, 2013 12:32 am Post subject: Re: TCPIP Nodes |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
tgkumar wrote: |
even I am getting this error message on IMSRequest node. Please help us if anybody have solution for this. |
The solution is for you to troubleshoot.
The first step in troubleshooting is to actually read the error message, and apply your own knowledge and experience to guide you in understanding what it says.
The error message you have posted is extremely straight forward and clear in it's description of the problem. |
|
Back to top |
|
 |
akidase |
Posted: Mon Oct 26, 2015 3:55 am Post subject: |
|
|
Centurion
Joined: 10 Jan 2011 Posts: 124
|
Were you able to get your stub working? If so, please let us know the steps. |
|
Back to top |
|
 |
|