Bug 51652

Summary: Saxon JAR in the application's WEB-INF/lib will cause javax.xml.parsers.ParserConfigurationException: AElfred parser is namespace-aware
Product: Tomcat 7 Reporter: Vlad <vlad>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P4    
Version: 7.0.16   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: Extraction from log with error trace

Description Vlad 2011-08-12 03:28:07 UTC
Created attachment 27377 [details]
Extraction from log with error trace

I have an application which includes saxon6.5.5.jar into its WEB-INF/lib directory which seems to be causing the exception specified as soon as I start the Tomcat.

The OS is Win7x64, Tomcat only has default webapps and no additional configuration.

That looks like a similar issue to https://issues.apache.org/bugzilla/show_bug.cgi?id=29936.

Please note that I can't just upgrade the saxon library as this is an old application for which we still providing the support.

Strangely enough running the exact same app on the Tomcat 5.5.15 (although WinXPx32) seems to be working without problems.

The trace from the log is attached.
Comment 1 Mark Thomas 2011-08-12 09:14:55 UTC

*** This bug has been marked as a duplicate of bug 51395 ***