https://issues.apache.org/bugzilla/show_bug.cgi?id=49449
Summary: Processing Fails on OOXML with certain XML Parsers
Product: POI
Version: 3.7-dev
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: POI Overall
AssignedTo: [email protected]
ReportedBy: [email protected]
A user encountered the following error:
org.apache.poi.openxml4j.exceptions.InvalidFormatException: Can't read content
types part !
at
org.apache.poi.openxml4j.opc.internal.ContentTypeManager.<init>(ContentTypeManager.java:107)
at
It was determined that another Webapps on his Tomcat Server had xercesImpl.jar
in the endorsed directory and for Tomcat this makes it endorsed for the JVM.
It would be much better if POI could provide a more informative message like
"POI requires a SAX type Parser, but found Xerces. See
http://poi.apache.org/faq.html#faq-????"
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]