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

            Bug ID: 54877
           Summary: ArrayIndexOutOfBoundsException when try to read ms doc
           Product: POI
           Version: 4.0-dev
          Hardware: PC
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: HWPF
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified

Created attachment 30222
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30222&action=edit
Java file to test POI

Hi,

I doing some testing with both POI 3.9 and POI-4.0-beta1-20130403 to read and
write to ms doc (.doc). But there is a problem when trying to read back the
.doc file which being written with POI,
java.lang.ArrayIndexOutOfBoundsException: 12
    at org.apache.poi.util.LittleEndian.getShort(LittleEndian.java:224)
    at
org.apache.poi.hwpf.model.types.FibBaseAbstractType.fillFields(FibBaseAbstractType.java:96)
    at org.apache.poi.hwpf.model.FibBase.<init>(FibBase.java:43)
    at
org.apache.poi.hwpf.model.FileInformationBlock.<init>(FileInformationBlock.java:71)
    at org.apache.poi.hwpf.HWPFDocumentCore.<init>(HWPFDocumentCore.java:155)
    at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:218)
    at org.apache.poi.hwpf.HWPFDocument.<init>(HWPFDocument.java:186)
    at wordwriter.POI_Tester.readMyDocument(POI_Tester.java:100)
done
    at wordwriter.POI_Tester.readDoc(POI_Tester.java:78)
    at wordwriter.POI_Tester.main(POI_Tester.java:63)

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