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

           Summary: NPE with POI when parsing word docs
           Product: POI
           Version: unspecified
          Platform: Macintosh
            Status: NEW
          Severity: major
          Priority: P2
         Component: HWPF
        AssignedTo: [email protected]
        ReportedBy: [email protected]


stacktrace: 


Caused by: java.lang.NullPointerException 
at
org.apache.poi.hwpf.sprm.ParagraphSprmUncompressor.uncompressPAP(ParagraphSprmUncompressor.java:47)
 
at org.apache.poi.hwpf.model.StyleSheet.createPap(StyleSheet.java:241) 
at org.apache.poi.hwpf.model.StyleSheet.<init>(StyleSheet.java:116) 
at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:229) 
at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:131) 
at org.apache.tika.parser.microsoft.WordExtractor.parse(WordExtractor.java:61) 
at org.apache.tika.parser.microsoft.OfficeParser.parse(OfficeParser.java:182) 
at org.apache.tika.parser.CompositeParser.parse(CompositeParser.java:197) 

The word file I am trying to parse is: 

http://www2.ed.gov/programs/titleiparta/parentinvguid.doc

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