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 2012/03/27 09:02:45 UTC

DO NOT REPLY [Bug 52990] New: java.io.IOException: Cannot remove block[ 113 ]; out of range[ 0 - 112 ]

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

             Bug #: 52990
           Summary: java.io.IOException: Cannot remove block[ 113 ]; out
                    of range[ 0 - 112 ]
           Product: POI
           Version: 3.8-dev
          Platform: PC
        OS/Version: Windows Vista
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: vinay.yernad@gmail.com
    Classification: Unclassified


java.io.IOException: Cannot remove block[ 113 ]; out of range[ 0 - 112 ]
    at org.apache.poi.poifs.storage.BlockListImpl.remove(BlockListImpl.java:98)
    at
org.apache.poi.poifs.storage.RawDataBlockList.remove(RawDataBlockList.java:34)
    at
org.apache.poi.poifs.storage.BlockAllocationTableReader.<init>(BlockAllocationTableReader.java:109)
    at
org.apache.poi.poifs.filesystem.POIFSFileSystem.<init>(POIFSFileSystem.java:151)

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


[Bug 52990] java.io.IOException: Cannot remove block[ 113 ]; out of range[ 0 - 112 ]

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

Nick Burch <ni...@alfresco.com> changed:

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

--- Comment #1 from Nick Burch <ni...@alfresco.com> ---
Please re-try with NPOIFSFileSystem, I believe that'll solve your problem

(POIFSFileSystem has a couple of issues with some very edge case files.
NPOIFSFileSystem handles these odd files better)

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