I give up ... Same on JDK 1.2.1 and 1.4.1.
- I tried changing Delete.DELETE_RETRY_SLEEP_MILLIS to 10000 (10 seconds) without success. - closing the "in" reader of ConcatFilter would cause an error in FilterReader.ready() - setting the "in" to null would cause an NPE in BufferedReader (somewhere) - the file which canīt be deleted is read and write enabled - Peters patch has solved the problem with the append and prepend files - the problem with the resulting file is still open but canīt be solved in the same manner (I think) More ideas? Jan > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 12:50 PM > To: [EMAIL PROTECTED] > Subject: RE: concat teardown failing > > > Difference to my solution is only that youīre setting the append- and > prepend reader > to null. But that donīt work on my machine :-( > > But I donīt get the error while deleting the append- or > prepend file. I get > the error > while deleting the resulting file. > > But if I add a "super.close()" Iīll get other errors ... > > But I have changed the code according to your modifications. > So it should > pass on linux (a little progress). > > > Jan > > > > > -----Original Message----- > > > I have tried with closing them, but it doesnīt work. > > > But send me your code please. Maybe you have done some > different :-) > > > > > > > > Attached. > > Peter > > >