You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by jo...@bnpparibas.com on 2002/12/05 13:04:18 UTC

ManagedMemoryDataSource disk cache not deleted

Hello,

I post (in axis-user) some days ago a question about Axis<nnn>axis files
filling my $TEMP directory.

it seems they are created by ManagedMemoryDataSource class (I searched for
"tempfile" in source files), in the "flushToDisk" method.
Files should be deleted by the "delete" method, but they are not :((
and they are not deleted on exit...
(checked in rc1, rc2 and 1.0 versions ! code is the same for what I
whatched at)

again, I use rc1 or rc2 version...

any idea  ?
it is urgent since I got 17000 files created in less than a week !!!

thanks
--
Joseph





This message and any attachments (the "message") is
intended solely for the addressees and is confidential. 
If you receive this message in error, please delete it and 
immediately notify the sender. Any use not in accord with 
its purpose, any dissemination or disclosure, either whole 
or partial, is prohibited except formal approval. The internet
can not guarantee the integrity of this message. 
BNP PARIBAS (and its subsidiaries) shall (will) not 
therefore be liable for the message if modified. 

                ---------------------------------------------

Ce message et toutes les pieces jointes (ci-apres le 
"message") sont etablis a l'intention exclusive de ses 
destinataires et sont confidentiels. Si vous recevez ce 
message par erreur, merci de le detruire et d'en avertir 
immediatement l'expediteur. Toute utilisation de ce 
message non conforme a sa destination, toute diffusion 
ou toute publication, totale ou partielle, est interdite, sauf 
autorisation expresse. L'internet ne permettant pas 
d'assurer l'integrite de ce message, BNP PARIBAS (et ses
filiales) decline(nt) toute responsabilite au titre de ce 
message, dans l'hypothese ou il aurait ete modifie.


Re: ManagedMemoryDataSource disk cache not deleted

Posted by Steve Loughran <st...@iseran.com>.
----- Original Message -----
From: <jo...@bnpparibas.com>
To: <ax...@xml.apache.org>; <ax...@xml.apache.org>
Sent: Thursday, December 05, 2002 4:04 AM
Subject: ManagedMemoryDataSource disk cache not deleted


>
> Hello,
>
> I post (in axis-user) some days ago a question about Axis<nnn>axis files
> filling my $TEMP directory.
>
> it seems they are created by ManagedMemoryDataSource class (I searched for
> "tempfile" in source files), in the "flushToDisk" method.
> Files should be deleted by the "delete" method, but they are not :((
> and they are not deleted on exit...
> (checked in rc1, rc2 and 1.0 versions ! code is the same for what I
> whatched at)
>
> again, I use rc1 or rc2 version...
>
> any idea  ?
> it is urgent since I got 17000 files created in less than a week !!!

sounds like you've got a bug to fix. If you hurry it can make it into
axis1.1

-steve