https://issues.apache.org/bugzilla/show_bug.cgi?id=51772

             Bug #: 51772
           Summary: IllegalArgumentException Parsing MS Word 97 - 2003
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: P2
         Component: HWPF
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Example file throwing IllegalArgumentException :
http://www.ac-nancy-metz.fr/enseign/physique/nouvcoll/4-matiere/Exemple%20s%C3%A9ance%20TIC%20et%20Prisme.doc

Caused by: java.lang.IllegalArgumentException: charStart (3102) > charEnd
(3091)
at org.apache.poi.hwpf.model.BytePropertyNode.<init>(BytePropertyNode.java:61)
at org.apache.poi.hwpf.model.CHPX.<init>(CHPX.java:53)
at
org.apache.poi.hwpf.model.CHPFormattedDiskPage.<init>(CHPFormattedDiskPage.java:91)
at org.apache.poi.hwpf.model.CHPBinTable.<init>(CHPBinTable.java:101)
at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:280)
at org.apache.tika.parser.microsoft.WordExtractor.parse(WordExtractor.java:67)
at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:196)
at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:242)
... 41 more

-- 
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]

Reply via email to