Infopath deployment - Unknown error

V

Vijaya Rangaswami

Hi,

I have a complex infopath form that fails with an "Unknown error" when I try
to upload to Forms services. This uploaded on one server but failed on the
other server. I looked at the log file in web server extension folder and
below is the error i found. Can you please give me some input on what is
happening here and why it is failing. The server has 2 CPUs 2.2Ghz and 3.51
GB RAM.

ConstructFromXsnFile failed with unhandled exception
System.Threading.ThreadAbortException: Thread was being aborted. at
System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array
destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.List`1.CopyTo(T[] array, Int32 arrayIndex)
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.BaseAxisQuery..ctor(BaseAxisQuery other) at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.BaseAxisQuery..ctor(BaseAxisQuery other) at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.CompiledXpathExpr.Clone() at
Microsoft.Office.InfoPath.Server.XPath.ParsedXPath.get_Expression() at
Microsoft.Office.InfoPath.Server.SolutionLifetime.XPathManager.CreateXPath(String
xPath, XmlNamespaceManager xmlNamespaceManager) at
Microsoft.Office.InfoPath.Server.Util.SchemaNavigator.ComputeRelativeXPathToTarget(SchemaNavigator
target, XPathManager xPathManager) at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.ParentSnippetElements(SnippetElement
parentElement, SnippetElement newChildElement, XPathManager xPathManager)
at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.LocateXPathInSnippet(SnippetNavigator
currentContext, SnippetNavigator snippetContext, ParsedXPath xPath, Solution
solution, Boolean addNodesNotInSnippet) at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.FindTargetInSnippet(View
view, ParsedXPath targetXPath, ParsedXPath expression, AutoAnnotate
autoAnnotate, Solution solution) at
Microsoft.Office.InfoPath.Server.SolutionLifetime.Rules.AnnotateView(View
view) at
Microsoft.Office.InfoPath.Server.Converter.SolutionConverter.ConvertView(Solution
solution, ConverterDocument converterDocument) at
Microsoft.Office.InfoPath.Server.Converter.SolutionConverter.ConvertSolution(Solution
solution) at
Microsoft.Office.InfoPath.Server.SolutionLifetime.Solution.<>c__DisplayClass2.<ConstructFromXsnFile>b__0()
at
Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean
fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock
catchBlock, FinallyBlock finallyBlock)
 
D

Don Reamey \(MSFT\)

Is this a large form, multiple views etc?

Does this form have complex rules or xpath expressions?

Do both servers have the same configuration?

Can you zip up the form and email it to me?

--
Don Reamey
Software Development Engineer
InfoPath Forms Server
Microsoft Corporation
http://blogs.officezealot.com/dreamey


Vijaya Rangaswami said:
Hi,

I have a complex infopath form that fails with an "Unknown error" when I
try
to upload to Forms services. This uploaded on one server but failed on the
other server. I looked at the log file in web server extension folder and
below is the error i found. Can you please give me some input on what is
happening here and why it is failing. The server has 2 CPUs 2.2Ghz and
3.51
GB RAM.

ConstructFromXsnFile failed with unhandled exception
System.Threading.ThreadAbortException: Thread was being aborted. at
System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array
destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable)
at System.Collections.Generic.List`1.CopyTo(T[] array, Int32 arrayIndex)
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.BaseAxisQuery..ctor(BaseAxisQuery other) at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.BaseAxisQuery..ctor(BaseAxisQuery other) at
MS.Internal.Xml.XPath.CacheChildrenQuery..ctor(CacheChildrenQuery other)
at MS.Internal.Xml.XPath.CacheChildrenQuery.Clone() at
MS.Internal.Xml.XPath.Query.Clone(Query input) at
MS.Internal.Xml.XPath.CompiledXpathExpr.Clone() at
Microsoft.Office.InfoPath.Server.XPath.ParsedXPath.get_Expression() at
Microsoft.Office.InfoPath.Server.SolutionLifetime.XPathManager.CreateXPath(String
xPath, XmlNamespaceManager xmlNamespaceManager) at
Microsoft.Office.InfoPath.Server.Util.SchemaNavigator.ComputeRelativeXPathToTarget(SchemaNavigator
target, XPathManager xPathManager) at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.ParentSnippetElements(SnippetElement
parentElement, SnippetElement newChildElement, XPathManager xPathManager)
at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.LocateXPathInSnippet(SnippetNavigator
currentContext, SnippetNavigator snippetContext, ParsedXPath xPath,
Solution
solution, Boolean addNodesNotInSnippet) at
Microsoft.Office.InfoPath.Server.Util.ViewPathUtils.FindTargetInSnippet(View
view, ParsedXPath targetXPath, ParsedXPath expression, AutoAnnotate
autoAnnotate, Solution solution) at
Microsoft.Office.InfoPath.Server.SolutionLifetime.Rules.AnnotateView(View
view) at
Microsoft.Office.InfoPath.Server.Converter.SolutionConverter.ConvertView(Solution
solution, ConverterDocument converterDocument) at
Microsoft.Office.InfoPath.Server.Converter.SolutionConverter.ConvertSolution(Solution
solution) at
Microsoft.Office.InfoPath.Server.SolutionLifetime.Solution.<>c__DisplayClass2.<ConstructFromXsnFile>b__0()
at
Microsoft.Office.Server.Diagnostics.FirstChanceHandler.ExceptionFilter(Boolean
fRethrowException, TryBlock tryBlock, FilterBlock filter, CatchBlock
catchBlock, FinallyBlock finallyBlock)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top