https://issues.apache.org/bugzilla/show_bug.cgi?id=43670
sits <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #13 from sits <[email protected]> 2009-08-31 18:40:46 PDT --- I also still see this exact exception on my 4 .vsd files I put through 3.5 beta 6. java.lang.IllegalArgumentException: Found a chunk with a negative length, which isn't allowed at org.apache.poi.hdgf.chunks.ChunkFactory.createChunk(ChunkFactory.java:120) at org.apache.poi.hdgf.streams.ChunkStream.findChunks(ChunkStream.java:59) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:93) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:100) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:100) at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:98) at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:59) and something slightly different: Needed 19 bytes to create the next chunk header, but only found 4 bytes, ignoring rest of data Needed 19 bytes to create the next chunk header, but only found 4 bytes, ignoring rest of data Needed 19 bytes to create the next chunk header, but only found 4 bytes, ignoring rest of data Needed 19 bytes to create the next chunk header, but only found 4 bytes, ignoring rest of data java.lang.IllegalArgumentException: Found a chunk with a negative length, which isn't allowed at org.apache.poi.hdgf.chunks.ChunkFactory.createChunk(ChunkFactory.java:120) at org.apache.poi.hdgf.streams.ChunkStream.findChunks(ChunkStream.java:59) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:93) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:100) at org.apache.poi.hdgf.streams.PointerContainingStream.findChildren(PointerContainingStream.java:100) at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:98) at org.apache.poi.hdgf.HDGFDiagram.<init>(HDGFDiagram.java:59) -- 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]
