ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMQIV5 : Resource Manager: Bitstream Worker cannot be found

Post new topic  Reply to topic
 WMQIV5 : Resource Manager: Bitstream Worker cannot be found « View previous topic :: View next topic » 
Author Message
rsashi
PostPosted: Wed Sep 01, 2004 2:24 pm    Post subject: WMQIV5 : Resource Manager: Bitstream Worker cannot be found Reply with quote

Apprentice

Joined: 29 Jan 2004
Posts: 35

I am parsing a incoming BLOB message against a MRM message set and then mapping the message with a output MRM message set using a mapping file and mapping node. When i notice my trace file , mapping is done correctly but before when flow tries to write message to a MQOUTPUT node message rollbacks with the below error,


[b]The trace node 'INA_FORMATTEST.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2004-09-01 10:47:16.254638 6460 UserTrace BIP2231E: Error detected whilst processing a message 'INA_FORMATTEST.MQInput'.
The message broker detected an error whilst processing a message in node 'INA_FORMATTEST.MQInput'. The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing.
See the following messages for details of the error.
2004-09-01 10:47:16.254735 6460 RecoverableException BIP2230E: Error detected whilst processing a message in node 'INA_FORMATTEST.MQOutput'.
The message broker detected an error whilst processing a message in node 'INA_FORMATTEST.MQOutput'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2004-09-01 10:47:16.254827 6460 ParserException BIP5294E: Resource Manager: Bitstream Worker cannot be found: Message Set '', Message Format 'CWF1'.
The required bitstream worker for Message Set/Message Format pair (, CWF1) has not been installed. This means that either the message format had not been specified properly, the installation is not valid (corrupted or incomplete) or that an unknown bitstream worker has been requested at resource registration time or at run time.
The bitstream workers are loaded when the MtiImbParser.lil is loaded when the Broker starts an Execution Group (DataFlowEngine instance). Check the Application event viewer (or system log) for error messages when the broker is started or when a resource is deployed to the broker. Check that the appropriate bitstream worker file (dll or shared object) exists in the correct directory. E.g. On Windows if we send an XML message to the broker we should have the file bipxmlworker.wrk in the <MQSI dir>bin directory. Other platforms should have the .wrk files in the <MQSI dir>/lib directory.
2004-09-01 10:47:16.255296 6460 UserTrace BIP2638I: The MQ output node 'INA_FORMATTEST.MQOutput1' attempted to write a message to queue 'INA.FAILURE' connected to queue manager ''. The MQCC was '0' and the MQRC was '0'.
2004-09-01 10:47:16.255392 6460 UserTrace BIP2622I: Message successfully output by output node 'INA_FORMATTEST.MQOutput1' to queue 'INA.FAILURE' on queue manager ''. [/b]

PL suggest me the cause of the problem.
Thanks
kiran
Back to top
View user's profile Send private message
kirani
PostPosted: Wed Sep 01, 2004 8:58 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

I tnink your wire format name is not correct.
Do yoy have this format added to your message set?
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
shanson
PostPosted: Thu Sep 02, 2004 12:59 am    Post subject: Reply with quote

Partisan

Joined: 17 Oct 2003
Posts: 344
Location: IBM Hursley

If this is 2.1 remember that it is the wire format identifier that you need to specify, not the label.
Back to top
View user's profile Send private message
rsashi
PostPosted: Thu Sep 02, 2004 7:42 am    Post subject: Reply with quote

Apprentice

Joined: 29 Jan 2004
Posts: 35

I have a added a CUSTOM WIRE FORMAT(CWF1) to PHYISCAL PROPERTIES of the message set.I am working on WMQI V5 and also i pasting complete trace file with this reply ,

Timestamps are formatted in local time, 420 minutes before GMT.

2004-09-01 10:47:16.183481 6460 UserTrace BIP2632I: Message received and propagated to 'out' terminal of MQ input node 'INA_FORMATTEST.MQInput'.
2004-09-01 10:47:16.183801 6460 UserTrace BIP6060I: Parser type 'Properties' created on behalf of node 'INA_FORMATTEST.MQInput' to handle portion of incoming message of length 0 bytes beginning at offset '0'.
2004-09-01 10:47:16.183975 6460 UserTrace BIP6061I: Parser type 'MQMD' created on behalf of node 'INA_FORMATTEST.MQInput' to handle portion of incoming message of length '364' bytes beginning at offset '0'. Parser type selected based on value 'MQHMD' from previous parser.
2004-09-01 10:47:16.184104 6460 UserTrace BIP6061I: Parser type 'BLOB' created on behalf of node 'INA_FORMATTEST.MQInput' to handle portion of incoming message of length '1303' bytes beginning at offset '364'. Parser type selected based on value 'NONE' from previous parser.
2004-09-01 10:47:16.184371 6460 UserTrace BIP4201I: Message propagated to out terminal from node 'INA_FORMATTEST.ResetContentDescriptor1'.
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.
2004-09-01 10:47:16.184782 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'BEGIN ... END;' at (.IBM_WBIMB_Temp.Main, 1.40).
2004-09-01 10:47:16.184928 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE s_msg_MQWK01 REFERENCE TO InputRoot.MRM;' at (.IBM_WBIMB_Temp.Main, 2.2).
2004-09-01 10:47:16.185079 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'CALL IBM_WBIMB_CopyHeaderAndSetMQRFH2('', '', 'msg_MQWK02', 'CWF1');' at (.IBM_WBIMB_Temp.Main, 4.2).
2004-09-01 10:47:16.185243 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'BEGIN ... END;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 6.2).
2004-09-01 10:47:16.185527 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE c INTEGER CARDINALITY(InputRoot.*:*[ ]);' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 8.3).
2004-09-01 10:47:16.185705 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'CARDINALITY(InputRoot.*:*[ ])' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 8.21).
2004-09-01 10:47:16.185846 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'CARDINALITY(InputRoot.*:*[ ])' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 8.21). The result was '3'.
2004-09-01 10:47:16.185993 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE i INTEGER 1;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 9.3).
2004-09-01 10:47:16.186126 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'WHILE i < c DO ... END WHILE;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.3).
2004-09-01 10:47:16.186252 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.186370 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.186498 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.13).
2004-09-01 10:47:16.186626 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9). This resolved to '1 < 3'. The result was 'TRUE'.
2004-09-01 10:47:16.186775 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.*:*[i] = InputRoot.*:*[i];' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.4).
2004-09-01 10:47:16.186925 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'InputRoot.*:*[i]' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.26).
2004-09-01 10:47:16.187051 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.3.
2004-09-01 10:47:16.187177 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.21).
2004-09-01 10:47:16.187295 6460 UserTrace BIP2568I: Node 'INA_FORMATTEST.Mapping': Performing tree copy of 'InputRoot.*:*[i]' to 'OutputRoot.*:*[i]'.
2004-09-01 10:47:16.187498 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET i = i + 1;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.4).
2004-09-01 10:47:16.187627 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i + 1' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.14).
2004-09-01 10:47:16.187746 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.12).
2004-09-01 10:47:16.187864 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'i + 1' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.14). This resolved to '1 + 1'. The result was '2'.
2004-09-01 10:47:16.187992 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.188108 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.188222 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.13).
2004-09-01 10:47:16.188346 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9). This resolved to '2 < 3'. The result was 'TRUE'.
2004-09-01 10:47:16.188484 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.*:*[i] = InputRoot.*:*[i];' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.4).
2004-09-01 10:47:16.188613 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'InputRoot.*:*[i]' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.26).
2004-09-01 10:47:16.188734 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.3.
2004-09-01 10:47:16.188856 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.21).
2004-09-01 10:47:16.188972 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 12.21).
2004-09-01 10:47:16.189144 6460 UserTrace BIP2568I: Node 'INA_FORMATTEST.Mapping': Performing tree copy of 'InputRoot.*:*[i]' to 'OutputRoot.*:*[i]'.
2004-09-01 10:47:16.189283 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET i = i + 1;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.4).
2004-09-01 10:47:16.189409 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i + 1' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.14).
2004-09-01 10:47:16.189527 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.12).
2004-09-01 10:47:16.189645 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'i + 1' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 13.14). This resolved to '2 + 1'. The result was '3'.
2004-09-01 10:47:16.189769 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.189886 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'i' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9).
2004-09-01 10:47:16.190004 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.13).
2004-09-01 10:47:16.190130 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'i < c' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 10.9). This resolved to '3 < 3'. The result was 'FALSE'.
2004-09-01 10:47:16.190275 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE Cursor REFERENCE TO OutputRoot.MQRFH2;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 16.3).
2004-09-01 10:47:16.190410 6460 UserTrace BIP2543E: Node 'INA_FORMATTEST.Mapping': (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 16.42) : Failed to navigate to path element because it does not exist.
2004-09-01 10:47:16.190532 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE foundRFH2 BOOLEAN FALSE;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 17.3).
2004-09-01 10:47:16.190666 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'WHILE LASTMOVE(Cursor) DO ... END WHILE;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 19.3).
2004-09-01 10:47:16.190793 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'LASTMOVE(Cursor)' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 19.9).
2004-09-01 10:47:16.190914 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'LASTMOVE(Cursor)' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 19.9). The result was 'FALSE'.
2004-09-01 10:47:16.191047 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF foundRFH2 THEN... END IF;' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 24.3).
2004-09-01 10:47:16.191173 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'foundRFH2' at (.IBM_WBIMB_Temp.IBM_WBIMB_CopyHeaderAndSetMQRFH2, 24.6).
2004-09-01 10:47:16.191322 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.Properties.MessageType = 'msg_MQWK02';' at (.IBM_WBIMB_Temp.Main, 5.2).
2004-09-01 10:47:16.191453 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''msg_MQWK02'' to field / variable 'OutputRoot.Properties.MessageType'.
2004-09-01 10:47:16.191579 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.Properties.MessageFormat = 'CWF1';' at (.IBM_WBIMB_Temp.Main, 6.2).
2004-09-01 10:47:16.191705 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''CWF1'' to field / variable 'OutputRoot.Properties.MessageFormat'.
2004-09-01 10:47:16.191831 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.Properties.MessageSet = '';' at (.IBM_WBIMB_Temp.Main, 7.2).
2004-09-01 10:47:16.191957 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value '''' to field / variable 'OutputRoot.Properties.MessageSet'.
2004-09-01 10:47:16.192087 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'CREATE FIELD OutputRoot.MRM;' at (.IBM_WBIMB_Temp.Main, 8.2).
2004-09-01 10:47:16.192436 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'DECLARE t_msg_MQWK02 REFERENCE TO OutputRoot.MRM;' at (.IBM_WBIMB_Temp.Main, 9.2).
2004-09-01 10:47:16.192581 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'CALL Temp(s_msg_MQWK01, t_msg_MQWK02);' at (.IBM_WBIMB_Temp.Main, 10.2).
2004-09-01 10:47:16.192712 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'BEGIN ... END;' at (.Temp, 4.1).
2004-09-01 10:47:16.192829 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRINACNU IS NOT NULL THEN... END IF;' at (.Temp, 7.2).
2004-09-01 10:47:16.192945 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINACNU IS NOT NULL' at (.Temp, 7.27).
2004-09-01 10:47:16.193054 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINACNU' at (.Temp, 7.5).
2004-09-01 10:47:16.238901 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRINACNU IS NOT NULL' at (.Temp, 7.27). The result was 'TRUE'.
2004-09-01 10:47:16.239110 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.DRINACNU = s_msg_MQWK01.DRINACNU;' at (.Temp, 9.2).
2004-09-01 10:47:16.239233 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINACNU' at (.Temp, 9.30).
2004-09-01 10:47:16.239360 6460 UserTrace BIP2568I: Node 'INA_FORMATTEST.Mapping': Performing tree copy of 's_msg_MQWK01.DRINACNU' to 't_msg_MQWK02.DRINACNU'.
2004-09-01 10:47:16.239501 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.fill_0 = ' ';' at (.Temp, 14.2).
2004-09-01 10:47:16.239620 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value '' '' to field / variable 't_msg_MQWK02.fill_0'.
2004-09-01 10:47:16.239734 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRINTPTD IS NOT NULL THEN... END IF;' at (.Temp, 18.2).
2004-09-01 10:47:16.239852 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 18.27).
2004-09-01 10:47:16.239969 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 18.5).
2004-09-01 10:47:16.240619 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 18.27). The result was 'TRUE'.
2004-09-01 10:47:16.240781 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.MONTH = SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 7 FOR 2);' at (.Temp, 20.2).
2004-09-01 10:47:16.240909 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 7 FOR 2)' at (.Temp, 20.27).
2004-09-01 10:47:16.241024 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 20.37).
2004-09-01 10:47:16.241146 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 7 FOR 2)' at (.Temp, 20.27). This resolved to 'SUBSTRING('20040301' FROM 7 FOR 2)'. The result was ''01''.
2004-09-01 10:47:16.241291 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''01'' to field / variable 't_msg_MQWK02.MONTH'.
2004-09-01 10:47:16.241409 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRINTPTD IS NOT NULL THEN... END IF;' at (.Temp, 25.2).
2004-09-01 10:47:16.241527 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 25.27).
2004-09-01 10:47:16.241634 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 25.5).
2004-09-01 10:47:16.241746 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 25.27). The result was 'TRUE'.
2004-09-01 10:47:16.241886 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.DAY = SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 5 FOR 2);' at (.Temp, 27.2).
2004-09-01 10:47:16.242013 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 5 FOR 2)' at (.Temp, 27.25).
2004-09-01 10:47:16.242124 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 27.35).
2004-09-01 10:47:16.242242 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 5 FOR 2)' at (.Temp, 27.25). This resolved to 'SUBSTRING('20040301' FROM 5 FOR 2)'. The result was ''03''.
2004-09-01 10:47:16.242387 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''03'' to field / variable 't_msg_MQWK02.DAY'.
2004-09-01 10:47:16.242500 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRINTPTD IS NOT NULL THEN... END IF;' at (.Temp, 32.2).
2004-09-01 10:47:16.242614 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 32.27).
2004-09-01 10:47:16.242723 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 32.5).
2004-09-01 10:47:16.242832 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRINTPTD IS NOT NULL' at (.Temp, 32.27). The result was 'TRUE'.
2004-09-01 10:47:16.242973 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.YEAR = SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 3 FOR 2);' at (.Temp, 34.2).
2004-09-01 10:47:16.243099 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 3 FOR 2)' at (.Temp, 34.26).
2004-09-01 10:47:16.243215 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINTPTD' at (.Temp, 34.36).
2004-09-01 10:47:16.243335 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRINTPTD FROM 3 FOR 2)' at (.Temp, 34.26). This resolved to 'SUBSTRING('20040301' FROM 3 FOR 2)'. The result was ''04''.
2004-09-01 10:47:16.243474 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''04'' to field / variable 't_msg_MQWK02.YEAR'.
2004-09-01 10:47:16.243585 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRINVREF IS NOT NULL THEN... END IF;' at (.Temp, 39.2).
2004-09-01 10:47:16.243698 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINVREF IS NOT NULL' at (.Temp, 39.27).
2004-09-01 10:47:16.243806 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINVREF' at (.Temp, 39.5).
2004-09-01 10:47:16.243915 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRINVREF IS NOT NULL' at (.Temp, 39.27). The result was 'TRUE'.
2004-09-01 10:47:16.244052 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.DRINVREF = s_msg_MQWK01.DRINVREF;' at (.Temp, 41.2).
2004-09-01 10:47:16.244173 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRINVREF' at (.Temp, 41.30).
2004-09-01 10:47:16.244291 6460 UserTrace BIP2568I: Node 'INA_FORMATTEST.Mapping': Performing tree copy of 's_msg_MQWK01.DRINVREF' to 't_msg_MQWK02.DRINVREF'.
2004-09-01 10:47:16.244424 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.fill_1 = ' ';' at (.Temp, 46.2).
2004-09-01 10:47:16.244541 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value '' '' to field / variable 't_msg_MQWK02.fill_1'.
2004-09-01 10:47:16.244651 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRTRNDTE IS NOT NULL THEN... END IF;' at (.Temp, 50.2).
2004-09-01 10:47:16.244766 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 50.27).
2004-09-01 10:47:16.244873 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 50.5).
2004-09-01 10:47:16.248199 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 50.27). The result was 'TRUE'.
2004-09-01 10:47:16.248371 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.month_0 = SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 7 FOR 2);' at (.Temp, 52.2).
2004-09-01 10:47:16.248498 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 7 FOR 2)' at (.Temp, 52.29).
2004-09-01 10:47:16.248611 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 52.39).
2004-09-01 10:47:16.248737 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 7 FOR 2)' at (.Temp, 52.29). This resolved to 'SUBSTRING('20040716' FROM 7 FOR 2)'. The result was ''16''.
2004-09-01 10:47:16.248882 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''16'' to field / variable 't_msg_MQWK02.month_0'.
2004-09-01 10:47:16.248996 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRTRNDTE IS NOT NULL THEN... END IF;' at (.Temp, 57.2).
2004-09-01 10:47:16.249107 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 57.27).
2004-09-01 10:47:16.249542 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 57.5).
2004-09-01 10:47:16.249662 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 57.27). The result was 'TRUE'.
2004-09-01 10:47:16.249816 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.day_1 = SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 5 FOR 2);' at (.Temp, 59.2).
2004-09-01 10:47:16.249944 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 5 FOR 2)' at (.Temp, 59.27).
2004-09-01 10:47:16.250057 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 59.37).
2004-09-01 10:47:16.250175 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 5 FOR 2)' at (.Temp, 59.27). This resolved to 'SUBSTRING('20040716' FROM 5 FOR 2)'. The result was ''07''.
2004-09-01 10:47:16.250320 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''07'' to field / variable 't_msg_MQWK02.day_1'.
2004-09-01 10:47:16.250438 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRTRNDTE IS NOT NULL THEN... END IF;' at (.Temp, 64.2).
2004-09-01 10:47:16.250551 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 64.27).
2004-09-01 10:47:16.250656 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 64.5).
2004-09-01 10:47:16.250764 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRTRNDTE IS NOT NULL' at (.Temp, 64.27). The result was 'TRUE'.
2004-09-01 10:47:16.250904 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.year_2 = SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 3 FOR 2);' at (.Temp, 66.2).
2004-09-01 10:47:16.251031 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 3 FOR 2)' at (.Temp, 66.2.
2004-09-01 10:47:16.251140 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRTRNDTE' at (.Temp, 66.3.
2004-09-01 10:47:16.251262 6460 UserTrace BIP2539I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 'SUBSTRING(s_msg_MQWK01.DRTRNDTE FROM 3 FOR 2)' at (.Temp, 66.2. This resolved to 'SUBSTRING('20040716' FROM 3 FOR 2)'. The result was ''04''.
2004-09-01 10:47:16.251401 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value ''04'' to field / variable 't_msg_MQWK02.year_2'.
2004-09-01 10:47:16.251510 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'IF s_msg_MQWK01.DRACCT IS NOT NULL THEN... END IF;' at (.Temp, 71.2).
2004-09-01 10:47:16.251623 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRACCT IS NOT NULL' at (.Temp, 71.25).
2004-09-01 10:47:16.251728 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRACCT' at (.Temp, 71.5).
2004-09-01 10:47:16.251836 6460 UserTrace BIP2540I: Node 'INA_FORMATTEST.Mapping': Finished evaluating expression 's_msg_MQWK01.DRACCT IS NOT NULL' at (.Temp, 71.25). The result was 'TRUE'.
2004-09-01 10:47:16.251966 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.DRACCT = s_msg_MQWK01.DRACCT;' at (.Temp, 73.2).
2004-09-01 10:47:16.252082 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Mapping': Evaluating expression 's_msg_MQWK01.DRACCT' at (.Temp, 73.2.
2004-09-01 10:47:16.252204 6460 UserTrace BIP2568I: Node 'INA_FORMATTEST.Mapping': Performing tree copy of 's_msg_MQWK01.DRACCT' to 't_msg_MQWK02.DRACCT'.
2004-09-01 10:47:16.252338 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET t_msg_MQWK02.fill_2 = ' ';' at (.Temp, 78.2).
2004-09-01 10:47:16.252454 6460 UserTrace BIP2566I: Node 'INA_FORMATTEST.Mapping': Assigning value '' '' to field / variable 't_msg_MQWK02.fill_2'.
2004-09-01 10:47:16.252588 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'RETURN TRUE;' at (.IBM_WBIMB_Temp.Main, 12.2).
2004-09-01 10:47:16.252790 6460 UserTrace BIP4124I: Message propagated to 'out' terminal of compute node 'INA_FORMATTEST.Mapping'.
2004-09-01 10:47:16.252948 6460 UserTrace BIP2538I: Node 'INA_FORMATTEST.Trace': Evaluating expression 'Body' at (, 1.3).
2004-09-01 10:47:16.253908 6460 UserTrace BIP4067I: Message propagated to output terminal for trace node 'INA_FORMATTEST.Trace'.
The trace node 'INA_FORMATTEST.Trace' has received a message and is propagating it to any nodes connected to its output terminal.
No user action required.
2004-09-01 10:47:16.254638 6460 UserTrace BIP2231E: Error detected whilst processing a message 'INA_FORMATTEST.MQInput'.
The message broker detected an error whilst processing a message in node 'INA_FORMATTEST.MQInput'. The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing.
See the following messages for details of the error.
2004-09-01 10:47:16.254735 6460 RecoverableException BIP2230E: Error detected whilst processing a message in node 'INA_FORMATTEST.MQOutput'.
The message broker detected an error whilst processing a message in node 'INA_FORMATTEST.MQOutput'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2004-09-01 10:47:16.254827 6460 ParserException BIP5294E: Resource Manager: Bitstream Worker cannot be found: Message Set '', Message Format 'CWF1'.
The required bitstream worker for Message Set/Message Format pair (, CWF1) has not been installed. This means that either the message format had not been specified properly, the installation is not valid (corrupted or incomplete) or that an unknown bitstream worker has been requested at resource registration time or at run time.
The bitstream workers are loaded when the MtiImbParser.lil is loaded when the Broker starts an Execution Group (DataFlowEngine instance). Check the Application event viewer (or system log) for error messages when the broker is started or when a resource is deployed to the broker. Check that the appropriate bitstream worker file (dll or shared object) exists in the correct directory. E.g. On Windows if we send an XML message to the broker we should have the file bipxmlworker.wrk in the <MQSI dir>bin directory. Other platforms should have the .wrk files in the <MQSI dir>/lib directory.
2004-09-01 10:47:16.255296 6460 UserTrace BIP2638I: The MQ output node 'INA_FORMATTEST.MQOutput1' attempted to write a message to queue 'INA.FAILURE' connected to queue manager ''. The MQCC was '0' and the MQRC was '0'.
2004-09-01 10:47:16.255392 6460 UserTrace BIP2622I: Message successfully output by output node 'INA_FORMATTEST.MQOutput1' to queue 'INA.FAILURE' on queue manager ''.

Threads encountered in this trace:
6460
Back to top
View user's profile Send private message
shanson
PostPosted: Thu Sep 02, 2004 7:59 am    Post subject: Reply with quote

Partisan

Joined: 17 Oct 2003
Posts: 344
Location: IBM Hursley

This appears towards the end of the trace:

2004-09-01 10:47:16.254827 6460 ParserException BIP5294E: Resource Manager: Bitstream Worker cannot be found: Message Set '', Message Format 'CWF1'.
The required bitstream worker for Message Set/Message Format pair (, CWF1) has not been installed.

Note that the message set is blank. If I look back through the trace I can see the following ESQL generated by your mapping node.

2004-09-01 10:47:16.191831 6460 UserTrace BIP2537I: Node 'INA_FORMATTEST.Mapping': Executing statement 'SET OutputRoot.Properties.MessageSet = '';' at (.IBM_WBIMB_Temp.Main, 7.2).

That's your problem.
Back to top
View user's profile Send private message
rsashi
PostPosted: Thu Sep 02, 2004 8:04 am    Post subject: Reply with quote

Apprentice

Joined: 29 Jan 2004
Posts: 35

I am using a mapping file and a mapping node to map the in coming message between 2 message sets. I have noticed the message set being blank in the trace but how to set it . I am not sure how to edit the esql in a mapping file to make the flow read the message set name. PL suggest me.
Thanks.
Back to top
View user's profile Send private message
shanson
PostPosted: Thu Sep 02, 2004 9:06 am    Post subject: Reply with quote

Partisan

Joined: 17 Oct 2003
Posts: 344
Location: IBM Hursley

I've just set up a mapping node with a mapping file that maps a message X in message set Y to itself (that is, the source and target message are the same). If I add the flow to a bar file, then close the bar file and re-open using 'open with' specifying 'system editor' I can see inside the .cmf file the ESQL that was generated. It has ESQL statements that correctly set OutputRoot.Properties.MessageSet and MessageType. So this looks to be generated automatically, which is what I would suspect. Please do this with your flow and see what that reveals.

In the mapping editor it is possible to override the OutputRoot.Properties by right-clicking on the target message pane in the mapping editor, and selecting Output Message Properties .. - but this only lets you choose the Message Type and Message Format, it does not affect message set.

So your trace is puzzling. I would raise a PMR. Meantime you can workaround this by inserting a Compute node after the mapping node which copies InputRoot to OutputRoot, and sets the OutputRoot.Properties correctly.
Back to top
View user's profile Send private message
rsashi
PostPosted: Thu Sep 02, 2004 2:29 pm    Post subject: Reply with quote

Apprentice

Joined: 29 Jan 2004
Posts: 35

Thanks it worked with the compute node and i have opend a PMR with IBM.IBM tells its a bug and they will work there developers and will provide me a APAR.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » WMQIV5 : Resource Manager: Bitstream Worker cannot be found
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.