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 » ParserException.

Post new topic  Reply to topic
 ParserException. « View previous topic :: View next topic » 
Author Message
usr_12345
PostPosted: Wed May 15, 2013 12:54 pm    Post subject: ParserException. Reply with quote

Novice

Joined: 14 May 2013
Posts: 11

I have a messageMap thats throwing this error. I got all elements of the source mapped to all elements of the target. Any idea what could be the issue?

ExceptionList
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:1083
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:xxxxxxxxxxxXml#FCMComposite_1_6.ComIbmMapping#FCMComposite_1_1
Label:CHARACTER:xxxxxxxxxxxXml.Mapping.ComIbmCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp
Line:INTEGER:643
Function:CHARACTER:SqlStatementGroup::execute
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:xxxxxxxxxxxXml#FCMComposite_1_6.ComIbmMapping#FCMComposite_1_1
Label:CHARACTER:xxxxxxxxxxxXml.Mapping.ComIbmCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2488
Text:CHARACTER:Error detected, rethrowing
Insert
Type:INTEGER:5
Text:CHARACTER:.IBM_WBIMB_xxxxxxxxxxxXml_Mapping.MAIN
Insert
Type:INTEGER:5
Text:CHARACTER:3.1
Insert
Type:INTEGER:5
Text:CHARACTER:xxxxxxxxxxxXml_Mapping(InputRoot, OutputRoot, InputLocalEnvironment, OutputLocalEnvironment);
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbRdl\ImbRdlRoutine.cpp
Line:INTEGER:628
Function:CHARACTER:SqlRoutine::invoke
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:xxxxxxxxxxxXml#FCMComposite_1_6.ComIbmMapping#FCMComposite_1_1
Label:CHARACTER:xxxxxxxxxxxXml.Mapping.ComIbmCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2934
Text:CHARACTER:Error occured in procedure
Insert
Type:INTEGER:5
Text:CHARACTER:xxxxxxxxxxxXml_Mapping
RecoverableException
File:CHARACTER:F:\build\S700_P\src\DataFlowEngine\ImbRdl\ImbRdlStatementGroup.cpp
Line:INTEGER:643
Function:CHARACTER:SqlStatementGroup::execute
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:xxxxxxxxxxxXml#FCMComposite_1_6.ComIbmMapping#FCMComposite_1_1
Label:CHARACTER:xxxxxxxxxxxXml.Mapping.ComIbmCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2488
Text:CHARACTER:Error detected, rethrowing
Insert
Type:INTEGER:5
Text:CHARACTER:.xxxxxxxxxxxXml_Mapping
Insert
Type:INTEGER:5
Text:CHARACTER:60.1
Insert
Type:INTEGER:5
Text:CHARACTER:CREATE FIELD stackPtr.targetParserCategory;
ParserException
File:CHARACTER:F:\build\S700_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbParser.cpp
Line:INTEGER:748
Function:CHARACTER:MtiImbParser::parseRightSibling
Type:CHARACTER:ComIbmFileInputNode
Name:CHARACTER:xxxxxxxxxxxXml#FCMComposite_1_3
Label:CHARACTER:xxxxxxxxxxxXml.File Input
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5285
Text:CHARACTER:ImbRecoverableException caught from worker->parseNext.
Insert
Type:INTEGER:5
Text:CHARACTER:InputSchema
Insert
Type:INTEGER:2
Text:CHARACTER:1
Insert
Type:INTEGER:5
Text:CHARACTER:CWF
Insert
Type:INTEGER:5
Text:CHARACTER:/msg_xxxxxxINFO/XXX_1/XXX_2/XXX_3/XXX_4
ParserException
File:CHARACTER:F:\build\S700_P\src\cpi\pwf\cwf\cwfworker.cpp
Line:INTEGER:324
Function:CHARACTER:CWFWorker::parseNext
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5171
Text:CHARACTER:CWF Parsing error
Insert
Type:INTEGER:2
Text:CHARACTER:0
Insert
Type:INTEGER:5
Text:CHARACTER:CWFWorker::parseNext
Insert
Type:INTEGER:5
Text:CHARACTER:msg_xxxxxxINFO
Insert
Type:INTEGER:5
Text:CHARACTER:msg_xxxxxxINFO
Insert
Type:INTEGER:5
Text:CHARACTER:
Insert
Type:INTEGER:2
Text:CHARACTER:2100
ParserException
File:CHARACTER:F:\build\S700_P\src\MTI\MTIforBroker\MtiImbParser2\MtiImbFIHandler.cpp
Line:INTEGER:1018
Function:CHARACTER:MtiImbFIHandler::endMessageContent
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:5288
Text:CHARACTER:MTI. Not all the buffer was used when reading message
Insert
Type:INTEGER:2
Text:CHARACTER:2100
Insert
Type:INTEGER:2
Text:CHARACTER:2110


thanks.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed May 15, 2013 1:06 pm    Post subject: Re: ParserException. Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

usr_12345 wrote:
Any idea what could be the issue?


Going out on a limb I'd guess this:

usr_12345 wrote:
Not all the buffer was used when reading message


So you may have mapped all the source elements to all the target elements, but all the source elements don't describe all the input data. There's unmapped input and WMB doesn't permit that.

If you're certain that your input model correctly describes the data, check the record detection for whitespace or other padding. Or that you're correctly detecting the end of one record and the start of another.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
usr_12345
PostPosted: Wed May 15, 2013 2:00 pm    Post subject: Reply with quote

Novice

Joined: 14 May 2013
Posts: 11

Thats right, there were some extra columns in between, that had to be deleted.
thank you!
Back to top
View user's profile Send private message
kimbert
PostPosted: Thu May 16, 2013 1:18 am    Post subject: Reply with quote

Jedi Council

Joined: 29 Jul 2003
Posts: 5542
Location: Southampton

Tip: The exception list is not particularly useful as a diagnostic tool.

You could probably have solved this yourself if you had looked in the system log ( Unix ), or Event Viewer ( Windows ) or used Google to look up the full text of the error message, or taken a user trace.
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 » ParserException.
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.