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

           Summary: IllegalArgumentException in VisioTextExtractor
           Product: POI
           Version: 3.0-dev
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=21661)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21661)
Problem file

Here is an exception in org.apache.poi.hdgf.extractor.VisioTextExtractor.
Problem file is attached.

Exception in thread "main" java.lang.IllegalArgumentException: Found a chunk
with a negative length, which isn't allowed
        at
org.apache.poi.hdgf.chunks.ChunkFactory.createChunk(ChunkFactory.java:112)
        at
org.apache.poi.hdgf.streams.ChunkStream.findChunks(ChunkStream.java:54)
        at
org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:92)
        at
org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:99)
        at
org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:99)
        at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:92)
        at
org.apache.poi.hdgf.extractor.VisioTextExtractor.<init>(VisioTextExtractor.java:46)
        at
org.apache.poi.hdgf.extractor.VisioTextExtractor.<init>(VisioTextExtractor.java:50)
        at
org.apache.poi.hdgf.extractor.VisioTextExtractor.main(VisioTextExtractor.java:113)


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