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 2007/07/20 11:25:20 UTC

DO NOT REPLY [Bug 42941] New: - java.io.IOException: block[ 0 ] already removed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42941>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42941

           Summary: java.io.IOException: block[ 0 ] already removed
           Product: POI
           Version: 3.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: HSSF
        AssignedTo: dev@poi.apache.org
        ReportedBy: sean.oreilly@systemiclogic.net


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.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 42941] - java.io.IOException: block[ 0 ] already removed

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=42941>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=42941


poi-support@buni.org changed:

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




------- Additional Comments From poi-support@buni.org  2007-07-20 04:54 -------
improper usage.  improper place to ask a question.  use the mail list.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org