|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
BIP6065W Error |
« View previous topic :: View next topic » |
Author |
Message
|
karsusi |
Posted: Mon Jan 11, 2010 6:47 am Post subject: BIP6065W Error |
|
|
 Newbie
Joined: 26 Dec 2009 Posts: 7
|
Dear All,
I am getting an strange error while parsing an input message. This issue is happening intermittently in unix and the same is working fine in windowns. Below are some lines taken from user trace.
USERTRACE
UserTrace BIP6065W: A stream source was asked to provide all of its data.
The input transport is capable of providing input data through a stream. This allows portions of the input data to be read as required, so using less memory than transports that retrieve all of the data.
Although the input transport can read the data through a stream, the data is being passed to a component in the broker that requires all of the data be read in.
If the input data is large, there might be increased memory usage within this execution group.
To help reduce memory usage, modify the message flow so that data provided by a stream is not passed to components in the broker that cannot process streams. In particular:
Avoid passing the data to parsers other than XMLNSC, MRM TDS and MRM CWF.
Avoid using ESQL functions, such as ASBITSTREAM and BITSTREAM, that request all of the data.
Avoid passing data to user-defined nodes and parsers.
Avoid passing the data to transports that do not support streams.
I am having two message flows. In this, im parsing a mesasge using MRM msgset where i used <LF>9 as delimiter. I am getting above exception while parsing.
Could someone help me on this.
Thanks in advance.
Regards,
Karthik. |
|
Back to top |
|
 |
nathanw |
Posted: Mon Jan 11, 2010 6:58 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
unfortunately what you have posted is simply the explanation of the error itself not what is causing the error
read the details and this should point you in the direction of your problem
or supply us with more details _________________ Who is General Failure and why is he reading my hard drive?
Artificial Intelligence stands no chance against Natural Stupidity.
Only the User Trace Speaks The Truth  |
|
Back to top |
|
 |
karsusi |
Posted: Mon Jan 11, 2010 8:15 am Post subject: |
|
|
 Newbie
Joined: 26 Dec 2009 Posts: 7
|
Dear Nathan,
Thanks for your reply. Here is the user trace from the beginning.
USERTRACE
The FileInput node opens the file to read input records.
UserTrace BIP6063I: A parser of type ''Properties'' was created on behalf of node 'com.saudi.esb.RequestMsgFlow.Input' to handle the input stream, beginning at offset '0'.
UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b120, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '16777216'.
Element ''Type'' has been changed to '16777216'.
UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''File''.
Element ''Name'' has been changed to ''File''.
UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'. Element ''Type'' has been changed to '50331648'.
UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Directory''.
Element ''Name'' has been changed to ''Directory''.
UserTrace BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''/export/ibm/INPUT'''.
Element ''CharacterValue'' has been changed to '''/export/ibm/INPUT'''.
UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).About to exit the specified the function with the specified result.
UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'. Element ''Type'' has been changed to '50331648'.
UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Name''. Element ''Name'' has been changed to ''Name''.
UserTrace BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''ABCDE_20091207065245.dat'''.
Element ''CharacterValue'' has been changed to '''ABCDE_20091207065245.dat'''.
UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''LastModified''.
Element ''Name'' has been changed to ''LastModified''.
UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
2009-12-22 14:34:36.601444 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
2009-12-22 14:34:36.601448 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601460 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''TimeStamp''.
Element ''Name'' has been changed to ''TimeStamp''.
No user action required.
2009-12-22 14:34:36.601488 38 UserTrace BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''20091222_113436_598025'''.
Element ''CharacterValue'' has been changed to '''20091222_113436_598025'''.
No user action required.
2009-12-22 14:34:36.601496 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601504 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601512 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601520 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Offset''.
Element ''Name'' has been changed to ''Offset''.
No user action required.
2009-12-22 14:34:36.601532 38 UserTrace BIP4142I: Evaluating cniElementSet'IntegerValue'. Changing value from ''NULL integer'' to ''0''.
Element ''IntegerValue'' has been changed to ''0''.
No user action required.
2009-12-22 14:34:36.601544 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601552 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601560 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601568 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Record''.
Element ''Name'' has been changed to ''Record''.
No user action required.
2009-12-22 14:34:36.601576 38 UserTrace BIP4142I: Evaluating cniElementSet'IntegerValue'. Changing value from ''NULL integer'' to ''1''.
Element ''IntegerValue'' has been changed to ''1''.
No user action required.
2009-12-22 14:34:36.601584 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601596 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601604 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601608 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Delimiter''.
Element ''Name'' has been changed to ''Delimiter''.
No user action required.
2009-12-22 14:34:36.601620 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b1b0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601624 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601636 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601644 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''IsEmpty''.
Element ''Name'' has been changed to ''IsEmpty''.
No user action required.
2009-12-22 14:34:36.601656 38 UserTrace BIP4142I: Evaluating cniElementSet'BooleanValue'. Changing value from ''unknown'' to ''false''.
Element ''BooleanValue'' has been changed to ''false''.
No user action required.
2009-12-22 14:34:36.601664 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b120, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601676 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601684 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '16777216'.
Element ''Type'' has been changed to '16777216'.
No user action required.
2009-12-22 14:34:36.601688 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''Wildcard''.
Element ''Name'' has been changed to ''Wildcard''.
No user action required.
2009-12-22 14:34:36.601756 38 UserTrace BIP4144I: Entered function 'cniCreateElementAsLastChild'(ffffffff37dfb9a4, 10818b6c0, 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A').
Entered the specified function with the specified parameters.
No user action required.
2009-12-22 14:34:36.601764 38 UserTrace BIP4145I: Exiting function 'cniCreateElementAsLastChild' with result: 'CCI_SUCCESS'(0).
About to exit the specified the function with the specified result.
No user action required.
2009-12-22 14:34:36.601768 38 UserTrace BIP4142I: Evaluating cniElementSet'Type'. Changing value from '0' to '50331648'.
Element ''Type'' has been changed to '50331648'.
No user action required.
2009-12-22 14:34:36.601784 38 UserTrace BIP4142I: Evaluating cniElementSet'Name'. Changing value from '''' to ''WildcardMatch''.
Element ''Name'' has been changed to ''WildcardMatch''.
No user action required.
2009-12-22 14:34:36.601800 38 UserTrace BIP4142I: Evaluating cniElementSet'CharacterValue'. Changing value from ''NULL character'' to '''ABCDE_20091207065245'''.
Element ''CharacterValue'' has been changed to '''ABCDE_20091207065245'''.
No user action required.
2009-12-22 14:34:36.602012 38 UserTrace BIP3352I: File node “Input'' in message flow ''com.saudi.esb.RequestMsgFlow'' is propagating record ''1'' obtained from file ''/export/ibm/INPUT/ABCDE_20091207065245.dat'' at offset ''0'' to terminal ''failure''.
The FileInput node read a record from the file, and will propagate it to the named terminal.
No action is required.
2009-12-22 14:34:36.602120 38 UserTrace BIP6063I: A parser of type ''Properties'' was created on behalf of node 'com.saudi.esb.RequestMsgFlow.Input' to handle the input stream, beginning at offset '0'.
2009-12-22 14:34:36.602200 38 UserTrace BIP6064I: A parser of type ''MRM'' was created on behalf of node 'com.saudi.esb.RequestMsgFlow.Input' to handle the input stream, beginning at offset '0'. The parser type was selected based on value ''MRM'' from the previous parser.
2009-12-22 14:34:36.602360 38 UserTrace BIP6065W: A stream source was asked to provide all of its data.
The input transport is capable of providing input data through a stream. This allows portions of the input data to be read as required, so using less memory than transports that retrieve all of the data.
Although the input transport can read the data through a stream, the data is being passed to a component in the broker that requires all of the data be read in.
If the input data is large, there might be increased memory usage within this execution group.
To help reduce memory usage, modify the message flow so that data provided by a stream is not passed to components in the broker that cannot process streams. In particular:
Avoid passing the data to parsers other than XMLNSC, MRM TDS and MRM CWF.
Avoid using ESQL functions, such as ASBITSTREAM and BITSTREAM, that request all of the data.
Avoid passing data to user-defined nodes and parsers.
Avoid passing the data to transports that do not support streams.
2009-12-22 14:34:36.602972 38 UserTrace BIP6065W: A stream source was asked to provide all of its data.
The input transport is capable of providing input data through a stream. This allows portions of the input data to be read as required, so using less memory than transports that retrieve all of the data.
Although the input transport can read the data through a stream, the data is being passed to a component in the broker that requires all of the data be read in.
If the input data is large, there might be increased memory usage within this execution group.
To help reduce memory usage, modify the message flow so that data provided by a stream is not passed to components in the broker that cannot process streams. In particular:
Avoid passing the data to parsers other than XMLNSC, MRM TDS and MRM CWF.
Avoid using ESQL functions, such as ASBITSTREAM and BITSTREAM, that request all of the data.
Avoid passing data to user-defined nodes and parsers.
Avoid passing the data to transports that do not support streams.
2009-12-22 14:34:36.603308 38 UserTrace BIP4201I: Message propagated to out terminal from node 'com.saudi.esb.RequestMsgFlow.ErrorHandler.InputMessageRCD'.
A reset content descriptor node has received a message and is propagating it to any nodes connected to its out terminal.
No user action required.
2009-12-22 14:34:36.603332 38 UserTrace BIP4080I: Message propagated to try terminal from try-catch node 'com.saudi.esb.RequestMsgFlow.ErrorHandler.TryCatch'.
The try-catch node 'com.saudi.esb.RequestMsgFlow.ErrorHandler.TryCatch' has received a message and is propagating it to any nodes connected to its try terminal.
No user action required.
-----------------------------
I have no other go rather than pasting the huge trace. Sorry for that.
Thanks in advance.
Regards,
Karthik.[/u] |
|
Back to top |
|
 |
kimbert |
Posted: Mon Jan 11, 2010 8:45 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
BIP6065W is a warning, not an error. Are you really worried about this message, or are you trying to diagnose a different error ( perhaps trying to work out why the FileInput node is propagating to its failure terminal? ). |
|
Back to top |
|
 |
karsusi |
Posted: Mon Jan 11, 2010 9:55 am Post subject: |
|
|
 Newbie
Joined: 26 Dec 2009 Posts: 7
|
Hi kimbert,
Thanks for your reply.
I am trying to find out why the FileInput node is propagating to its failure terminal.
Regards,
Karthik. |
|
Back to top |
|
 |
kimbert |
Posted: Mon Jan 11, 2010 11:23 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
OK - you should be aware that any message ending with 'W' is just a warning, and will not cause the message to be rolled back, or cause any other type of error handling to be invoked. The reason for the BIP6065W is the RCD node attached to the FileInput node's failure terminal. It requires the full bitstream to give to the new parser.
Have you checked the system log for errors?
If the trace that you posted was part of a larger file, have you searched that file for errors? ( ...although any errors in the user trace will almost certainly be in the system log as well ). |
|
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
|
|
|
|