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 2008/03/31 23:39:07 UTC

DO NOT REPLY [Bug 44717] New: java.lang.ArrayIndexOutOfBoundsException ( hdgf : VisioTextExtractor )

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

           Summary: java.lang.ArrayIndexOutOfBoundsException ( hdgf :
                    VisioTextExtractor )
           Product: POI
           Version: unspecified
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: POI Overall
        AssignedTo: dev@poi.apache.org
        ReportedBy: durgadeep@gmail.com


ArrayIndexOutofBounndsException while indexing a VIsio Document ( Attached )


java.lang.ArrayIndexOutOfBoundsException: 1991
        at org.apache.poi.util.LittleEndian.getNumber(LittleEndian.java:502)
        at org.apache.poi.util.LittleEndian.getUInt(LittleEndian.java:164)
        at
org.apache.poi.hdgf.chunks.ChunkHeader.createChunkHeader(ChunkHeader.java:43)
        at
org.apache.poi.hdgf.chunks.ChunkFactory.createChunk(ChunkFactory.java:108)
        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)


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 44717] java.lang.ArrayIndexOutOfBoundsException ( hdgf : VisioTextExtractor )

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44717


Steven Rodeo <du...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #2 from Steven Rodeo <du...@gmail.com>  2008-03-31 18:21:14 PST ---


*** This bug has been marked as a duplicate of bug 44501 ***


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 44717] java.lang.ArrayIndexOutOfBoundsException ( hdgf : VisioTextExtractor )

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=44717





--- Comment #1 from Steven Rodeo <du...@gmail.com>  2008-03-31 18:14:39 PST ---
Created an attachment (id=21749)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21749)
VisioTextExtractor extractor = null; extractor = new
VisioTextExtractor(isr);convertedText = extractor.getText();



           VisioTextExtractor extractor = null;
           extractor = new VisioTextExtractor(isr);
           convertedText = extractor.getText();


-- 
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org