Bug 42941

Summary: java.io.IOException: block[ 0 ] already removed
Product: POI Reporter: Sean <sean.oreilly>
Component: HSSFAssignee: POI Developers List <dev>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P2    
Version: 3.0-FINAL   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sean 2007-07-20 02:25:20 UTC
When performing the following: 
----------------

public void insertAllValues(String filename)
        {
            try
            {
               	POIFSFileSystem fs = new POIFSFileSystem(new
FileInputStream(filename + ".xls"));
		HSSFWorkbook average = new HSSFWorkbook(fs);
               
               POIFSFileSystem input = new POIFSFileSystem(new
FileInputStream(path + "/respondees/AnzelleBekker.xls"));
               HSSFWorkbook respwb = new HSSFWorkbook(input);

----------------
i get: java.io.IOException: block[ 0 ] already removed


Don't know why but in this particular instance I get that error. Other times
when I open two input streams it works fine.
Comment 1 Andy Oliver 2007-07-20 04:54:11 UTC
improper usage.  improper place to ask a question.  use the mail list.