https://bz.apache.org/bugzilla/show_bug.cgi?id=57843

--- Comment #1 from Javen O'Neal <one...@apache.org> ---
POI detected this as a Word 95 or older file, requiring HWPFOldDocument to read
the file. 

The file claims it is a Microsoft Word 6.0 Document, which is the file format
of Word 6.0, released in 1993. [1] 

[1] https://en.wikipedia.org/wiki/Microsoft_Word#Release_history

I got the same error as you in the latest version of POI, 3.16 trunk. I added
this failing unit test in r1761873.

> java.lang.ArrayIndexOutOfBoundsException
>   at java.lang.System.arraycopy(Native Method)
>   at 
> org.apache.poi.hwpf.model.PAPFormattedDiskPage.getGrpprl(PAPFormattedDiskPage.java:171)
>   at 
> org.apache.poi.hwpf.model.PAPFormattedDiskPage.<init>(PAPFormattedDiskPage.java:101)
>   at org.apache.poi.hwpf.model.OldPAPBinTable.<init>(OldPAPBinTable.java:49)
>   at org.apache.poi.hwpf.HWPFOldDocument.<init>(HWPFOldDocument.java:107)
>   at org.apache.poi.hwpf.HWPFOldDocument.<init>(HWPFOldDocument.java:45)
>   at org.apache.poi.hwpf.usermodel.TestBugs.test57843(TestBugs.java:911)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to