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 2003/01/21 20:35:54 UTC

DO NOT REPLY [Bug 16305] New: - NegativeArraySizeException

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16305>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16305

NegativeArraySizeException

           Summary: NegativeArraySizeException
           Product: POI
           Version: 1.5.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HDF
        AssignedTo: poi-dev@jakarta.apache.org
        ReportedBy: bldb@cin.ufpe.br


It hapens when I try to open the following file:
www.cin.ufpe.br/~bldb/personar/poi/test.doc

The exception thrown is:
java.lang.NegativeArraySizeException
	at org.apache.poi.hdf.extractor.data.ListTables.createLVL
(ListTables.java:206)
	at org.apache.poi.hdf.extractor.data.ListTables.initLFO
(ListTables.java:184)
	at org.apache.poi.hdf.extractor.data.ListTables.<init>
(ListTables.java:78)
	at org.apache.poi.hdf.extractor.WordDocument.createListTables
(WordDocument.java:1676)
	at org.apache.poi.hdf.extractor.WordDocument.findFormatting
(WordDocument.java:403)
	at org.apache.poi.hdf.extractor.WordDocument.processComplexFile
(WordDocument.java:330)
	at org.apache.poi.hdf.extractor.WordDocument.readFIB
(WordDocument.java:282)
	at org.apache.poi.hdf.extractor.WordDocument.<init>
(WordDocument.java:232)