FIX: You receive an "unhandled exception" error message in the event log when you use the flat file parser in BizTalk Server 2004 (838221)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition
  • Microsoft BizTalk Server 2004 Developer Edition
  • Microsoft BizTalk Server 2004 Partner Edition
  • Microsoft BizTalk Server 2004 Standard Edition

SYMPTOMS

If you use the flat file parser that is included with Microsoft BizTalk Server 2004 while your system is running under high stress conditions, one of the following error messages may be logged in the event log:

Message 1Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.BizTalk.ParsingEngine.LLState.ComputeClosure(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.Construct(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLStateMapper.GetState(ConstLLStateItemSet kernel, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.ComputeClosure(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.Construct(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLStateMapper.GetState(ConstLLStateItemSet kernel, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.Grammar.FactorStatesList(ConstProductionVector productions, NonTerminalSymbol follow, Int32 depth)
at Microsoft.BizTalk.ParsingEngine.Grammar.Factor(Int32 depth, ErrorCollection errors)
at Microsoft.BizTalk.ParsingEngine.LLParseInfo..ctor(Grammar grammar, Int32 lookAheadDepth, ErrorCollection errors)
at Microsoft.BizTalk.ParsingEngine.DocumentSchema.get_ParseInfo()
at Microsoft.BizTalk.ParsingEngine.FFParser..ctor(DocumentSchema schema, IDataReader dataReader)
at Microsoft.BizTalk.ParsingEngine.FFReader..ctor(DocumentSchema schema, IDataReader dataReader) Message 2Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Hashtable.get_Item(Object key)
at Microsoft.BizTalk.ParsingEngine.Grammar.ComputeTransitiveClosure(Hashtable channels, Hashtable sets)
at Microsoft.BizTalk.ParsingEngine.Grammar.ComputeFollowSets(Boolean incremental)
at Microsoft.BizTalk.ParsingEngine.Grammar..ctor(ConstProductionVector productions, NonTerminalSymbol start, ErrorCollection errors, Boolean forSpeed)
at Microsoft.BizTalk.ParsingEngine.SchemaTranslator.Translate(DocumentSchema schema, ErrorCollection errors)
at Microsoft.BizTalk.ParsingEngine.DocumentSchema.get_ParseInfo()
at Microsoft.BizTalk.ParsingEngine.FFParser..ctor(DocumentSchema schema, IDataReader dataReader)
at Microsoft.BizTalk.ParsingEngine.FFReader..ctor(DocumentSchema schema, IDataReader dataReader)
at GrammarBuilderStress.GrammarBuilderStress.ThreadProc() in c:\sd\myprojects\grammarbuilderstress\grammarbuilderstress.cs:line 101 System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.BizTalk.ParsingEngine.LLState.ComputeClosure(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.Construct(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLStateMapper.GetState(ConstLLStateItemSet kernel, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.ComputeClosure(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLState.Construct(ConstLLStateItemSet kernel, LLStateMapper mapper, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.LLStateMapper.GetState(ConstLLStateItemSet kernel, Grammar grammar, Int32 depth, Int32 maxDepth)
at Microsoft.BizTalk.ParsingEngine.Grammar.FactorStatesList(ConstProductionVector productions, NonTerminalSymbol follow, Int32 depth)
at Microsoft.BizTalk.ParsingEngine.Grammar.Factor(Int32 depth, ErrorCollection errors)
at Microsoft.BizTalk.ParsingEngine.LLParseInfo..ctor(Grammar grammar, Int32 lookAheadDepth, ErrorCollection errors)
at Microsoft.BizTalk.ParsingEngine.DocumentSchema.get_ParseInfo()
at Microsoft.BizTalk.ParsingEngine.FFParser..ctor(DocumentSchema schema, IDataReader dataReader)
at Microsoft.BizTalk.ParsingEngine.FFReader..ctor(DocumentSchema schema, IDataReader dataReader)

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2004. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

888751 How to obtain the latest BizTalk Server 2004 service pack

Hotfix information

The English version of this hotfix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version     Size    File name
   --------------------------------------------------------------------------------
   08-Mar-2004  18:06  3.0.5252.0   11,776  Dsdump.exe
   08-Mar-2004  18:06  3.0.5252.0  221,184  Microsoft.biztalk.flatfileextension.dll
   08-Mar-2004  18:06  3.0.5252.0  212,992  Microsoft.biztalk.pipeline.dll
Note Because of file dependencies, the most recent hotfix that contains these files may also contain additional files.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article. This problem was corrected in BizTalk Server 2004 Service Pack 1.

MORE INFORMATION

For additional information about the terminology that is used to describe Microsoft product updates, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates


Modification Type:MinorLast Reviewed:8/17/2006
Keywords:kbbiztalk2004-2006swept kbHotfixServer kbBizTalk2004sp1fix kbQFE kbfix kbbug KB838221 kbAudDeveloper