You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2010/06/16 19:45:03 UTC

DO NOT REPLY [Bug 49449] New: Processing Fails on OOXML with certain XML Parsers

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: dev@poi.apache.org
        ReportedBy: dfisher@jmlafferty.com


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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org