|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
**** WARNING :: JTextBOStringHandler :: handleBOEvent() |
« View previous topic :: View next topic » |
Author |
Message
|
valhalen |
Posted: Mon May 22, 2006 5:49 pm Post subject: **** WARNING :: JTextBOStringHandler :: handleBOEvent() |
|
|
Novice
Joined: 24 Feb 2006 Posts: 18
|
I have created a simple Jtext to Jtext interface (using a pass thru collab).
The source JText connector picks up the text file and passes it to the collab, but when this event reaches the destination JText connector it fails and throws this error:
[Time: 2006/05/22 17:36:16.953] [System: Server] [Thread: WT=1 (#1200043843)] [Mesg: [Time: 2006/05/22 17:36:16.953] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Trace] [Mesg: :class com.crossworlds.DataHandlers.text.delimited :Exiting getStringFromBO(BusinessObjectInterface, Object)] ]
[Time: 2006/05/22 17:36:16.969] [System: Server] [Thread: WT=1 (#1200043843)] [Mesg: [Time: 2006/05/22 17:36:16.953] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Trace] [Mesg: : JTextBOStringHandler::handleBOEvent() : Created the string= {DstBO~Create~test12~o~C:\\TextFile\\Out\\test_out.txt~JTextConnector_1148344576812_2~} from BO= {DstBO } successfully] ]
[Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Error] [MsgID: 106005] [Mesg: **** WARNING :: Internal error: Exception :: Retrying for Exception : 1]
[Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Warning] [MsgID: 106005] [Mesg: **** WARNING :: Internal error: Exception :: java.lang.NullPointerException
at com.crossworlds.connectors.jtext.JTextBOStringHandler.handleBOEvent(JTextBOStringHandler.java:397)
at com.crossworlds.connectors.jtext.JTextBOHandler.doVerbFor(JTextBOHandler.java:118)
at CxCommon.BusinessObject.doVerbFor(BusinessObject.java:2179)
at AppSide_Connector.BusObjJavaInterface.DoVerbFor(BusObjJavaInterface.java:255)
at AppSide_Connector.AppCalls.DoVerbFor(AppCalls.java:266)
at AppSide_Connector.AgentBusinessObjectManager.DoVerbFor(AgentBusinessObjectManager.java:1745)
at CxCommon.Messaging.IIOP.IDLAgent.IpostBusObj(IDLAgent.java:215)
at IdlStubs.IConnAgentPOA._invoke(IConnAgentPOA.java:220)
at com.ibm.rmi.poa.GenericPOAServerSC.dispatchToServant(GenericPOAServerSC.java:427)
at com.ibm.rmi.poa.GenericPOAServerSC.internalDispatch(GenericPOAServerSC.java:274)
at com.ibm.rmi.poa.GenericPOAServerSC.dispatch(GenericPOAServerSC.java:178)
at com.ibm.rmi.iiop.ORB.process(ORB.java:432)
at com.ibm.CORBA.iiop.ORB.process(ORB.java:1728)
at com.ibm.rmi.iiop.Connection.doWork(Connection.java:2229)
at com.ibm.rmi.iiop.WorkUnitImpl.doWork(WorkUnitImpl.java:65)
at com.ibm.rmi.iiop.WorkerThread.run(ThreadPoolImpl.java:203)
at java.lang.Thread.run(Thread.java:568)
]
[Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Error] [MsgID: 106004] [Mesg: **** WARNING :: JTextBOStringHandler :: handleBOEvent() :: Exception :: java.lang.NullPointerException]
[Time: 2006/05/22 17:36:16.969] [System: Server] [Thread: WT=1 (#1200043843)] [Mesg: [Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Trace] [Mesg: : JTextBOStringHandler:: Leaving handleBOEvent()] ]
[Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Error] [MsgID: 105002] [Mesg: **** WARNING :: JTextBOHandler.doVerbFor FAILED for BO 'DstBO'. Reason :: **** ERROR : null]
[Time: 2006/05/22 17:36:16.969] [System: Server] [Thread: WT=1 (#1200043843)] [Mesg: [Time: 2006/05/22 17:36:16.969] [System: ConnectorAgent] [SS: JText_1Connector] [Thread: WT=1 (#1200043843)] [Type: Trace] [Mesg: :[9543] DoVerbFor cookie=Mon May 22 17:27:08 PDT 2006 rc=-1 rtnObj.status=4 rtnObj.message=**** ERROR : null] ]
I am using ICS 4302 with Jtext adapter version 5602.
Any idea why?
Thanks, _________________ Val |
|
Back to top |
|
 |
vk |
Posted: Mon May 22, 2006 6:11 pm Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
Is the destination JText connector writing to the output file? Or is the message going to the Fault queue for the connector?
Usually this error happens if there is some field in the message sent to the request queue, which is not defined in the Business Object for the connector. Also the error can come, if the sequence of fields in the request message is different from the sequence in the Businees Object.
Regards,
VK. |
|
Back to top |
|
 |
valhalen |
Posted: Tue May 23, 2006 11:29 am Post subject: |
|
|
Novice
Joined: 24 Feb 2006 Posts: 18
|
The BO is a simple one- 3 attributes - 6,1,255 bytes in length respectively.
I have kept in mind the order of the attributes while sending the src file (also tried it with the test connector on the src side), but it failed with the same error.
The dest JText connector has to write it to an output file...but it doesnt come that far...after the string is formed, there is a "**** WARNING :: Internal error: Exception :: java.lang.NullPointerException" warning.
I am not sure where the Fault Queue fits in this scenario.
Thanks, _________________ Val |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|