Author |
Message
|
RocknRambo |
Posted: Thu May 06, 2004 7:55 am Post subject: Error: BIPv500, in WBIMB |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
hi everybody,
I have faced this exception in one of my flows. the weird thing is, I got this error only for one time. like I reprocessed the same message it went through and even all the following messages are success.
the exception I got is......can anybody share his view, why this has happened.
Exception List: (
(0x01000000):RecoverableException = (
(0x03000000):File = '/build/S500_P/src/DataFlowEngine/ImbMqInputNode.cpp'
(0x03000000):Line = 2947
(0x03000000):Function = 'ImbMqInputNode::eligibleForBackout'
(0x03000000):Type = 'ComIbmMQInputNode'
(0x03000000):Name = 'IPC_Post_IDB#FCMComposite_1_7'
(0x03000000):Label = 'IPC_Post_IDB.IPC.POST.IDB.SUB'
(0x03000000):Text = 'Dequeued failed message. Propagating a message to the failure terminal'
(0x03000000):Catalog = 'BIPv500'
(0x03000000):Severity = 3
(0x03000000):Number = 2652
)
)
Thanks in advance.
sanu |
|
Back to top |
|
 |
wooda |
Posted: Tue May 11, 2004 12:57 am Post subject: |
|
|
 Master
Joined: 21 Nov 2003 Posts: 265 Location: UK
|
The error number is actually 2652 not BIPv500.
If you look it up it says ..
2652: BIP2652E:
Message backed out to a queue; node ''{0}''. \n\nNode ''{0}'' has received a message which has previously been backed out one or more times because of a processing error in the main path of the message flow. \n\nExamine previous messages and the message flow to determine why the message is being backed out. Correct this situation if possible. Perform any local error recovery processing required. |
|
Back to top |
|
 |
JULLRICH |
Posted: Thu Aug 11, 2005 8:56 am Post subject: |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
Hello,
thx for the answear.
But I had another problem with this Code. I can't locate any error!
Is the error caused when the CPU-Usage it about 100%?
... The flow is running in 1 ExecGrp with 11 Threads (10 additionalThreads). Even when the flow is running, there are about hundred messages per second to be processed.
The flow is only parsing some data and updating DB2! DB2 is running on an other machine!
But only sometimes I got such an error. Then I resend the message without any changes, and erverything seems to be OK!
I could not understand this error!
Regards
Jens |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 11, 2005 9:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
JULLRICH wrote: |
But I had another problem with this Code. |
I thought "RocknRambo" was the original poster.
If you read the reply to that, you would see that the error listed said "look for other errors, to tell you what's actually wrong".
And maybe you need to understand the consequences of using a remote database, that for instance a network hiccup can cause a temporary failure, or that the database can temporarily have too many connections in use to establish another one, and etc. etc. etc. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JULLRICH |
Posted: Thu Aug 11, 2005 9:33 am Post subject: |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
[quote="jefflowrey"][quote="JULLRICH"]But I had another problem with this Code. [/quote]
I thought "RocknRambo" was the original poster.
If you read the reply to that, you would see that the error listed said "look for other errors, to tell you what's actually wrong".
And maybe you need to understand the consequences of using a remote database, that for instance a network hiccup can cause a temporary failure, or that the database can temporarily have too many connections in use to establish another one, and etc. etc. etc.[/quote]
Hi ...
here is my ExceptionList ... only this one is written down there:
<ExceptionList>
<RecoverableException>
<File>F:\build\S500_P\src\DataFlowEngine\ImbMqInputNode.cpp</File>
<Line>3247</Line>
<Function>ImbMqInputNode::eligibleForBackout</Function>
<Type>ComIbmMQInputNode</Type>
<Name>test#FCMComposite_1_1</Name>
<Label>test.MQInput</Label>
<Text>Dequeued failed message. Propagating a message to the failure terminal</Text>
<Catalog>BIPv500</Catalog>
<Severity>3</Severity>
<Number>2652</Number>
</RecoverableException>
</ExceptionList>
I do not find anything in syslog! I 've really no idea!
regards
Jens
Last edited by JULLRICH on Thu Aug 11, 2005 9:37 am; edited 1 time in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 11, 2005 9:36 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
And BIP2652 says "Examine previous messages and the message flow to determine why the message is being backed out. "
So what do the other error messages say? Where have you looked for them?
What have you done to troubleshoot this yourself, other than post a question here? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JULLRICH |
Posted: Thu Aug 11, 2005 9:52 am Post subject: |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
[quote="jefflowrey"]And BIP2652 says "Examine previous messages and the message flow to determine why the message is being backed out. "
So what do the other error messages say? Where have you looked for them?
What have you done to troubleshoot this yourself, other than post a question here?[/quote]
Hello,
now I have looked again in the log and in the error location of the broker, of MQ and the QM ... MQ and QM do not have any errors in that period and WBIMB had only errors belonging to other flows.
There are also no entrys in the syslog beloning to my flow!
But after the test session ... the ExecGrp was crashed! ... We had to stop the Broker using the 'i' - Option!
Regards
Jens
Last edited by JULLRICH on Thu Aug 11, 2005 9:55 am; edited 2 times in total |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 11, 2005 9:53 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What does the database say? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
JULLRICH |
Posted: Thu Aug 11, 2005 10:01 am Post subject: |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
Hi,
as seen in the ExceptionList, there was no answear from the DataBase.
But lets have a look at the DB-logs tomorrow ... THX for helping for the first time!!!!
Regards |
|
Back to top |
|
 |
JULLRICH |
Posted: Sat Aug 13, 2005 4:53 am Post subject: empty DB2 Log |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
Hi....
there was nothing in the DB2 log! ... I don't understand that error!
Has anybody else such errors???
In this morning we also had another error ... the message get an exception no. BIP2599E located infront of an ComputeNode without an failure inside. Later I found the failure in an completely other Node - it should have been an SQL-Error!!! ... Why that???
Regards
Jens Ullrich |
|
Back to top |
|
 |
JULLRICH |
Posted: Thu Aug 18, 2005 1:00 am Post subject: BIP2652 |
|
|
Apprentice
Joined: 11 Aug 2005 Posts: 42 Location: München
|
Hi everybody,
we got around 100messages per second about 4 hours a day with peaks of 300 msg per second!
The first step is to parse them per MsgSet the second is to Update/Insert DB2 tables.
I will find no errors in every log (MQ-, WBIMB-, DB2-, System-logs) only some (may be 2 or 3) of this f* failure messages in my FailureQueue!
Whats that???
<ExceptionList>
<RecoverableException>
<File>/build/S500_P/src/DataFlowEngine/ImbMqInputNode.cpp</File>
<Line>3247</Line>
<Function>ImbMqInputNode::eligibleForBackout</Function>
<Type>ComIbmMQInputNode</Type>
<Name>TadawulMDF#FCMComposite_1_1</Name>
<Label>TadawulMDF.MQInput</Label>
<Text>Dequeued failed message. Propagating a message to the failure terminal</Text>
<Catalog>BIPv500</Catalog>
<Severity>3</Severity>
<Number>2652</Number>
</RecoverableException>
</ExceptionList>
... this is the complete ExceptionList
The message was parsed successfully in the InputNode using a message set. Then the error occurs infront of the following ComputeNode.
I had extracted this message from the Applications log and send it again without any other doing on the system -- no restarting QM no restarting DB2 or BROKER no redeploying ... NOTHING! Now it works correctly with no BIP2652!!!
What is the reason of this f* error?
I could not understand it!
Regards
Jens |
|
Back to top |
|
 |
|