RE: [Axis2] how to unlock and delete temporary files

2012-07-24 Thread James Annesley
call. HTH -Original Message- From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent: 24 July 2012 08:41 To: java-user@axis.apache.org Subject: Re: [Axis2] how to unlock and delete temporary files Can you also monitor mentioned temp folder for sometime and identify under whic

Re: [Axis2] how to unlock and delete temporary files

2012-07-24 Thread Sagara Gunathunga
Can you also monitor mentioned temp folder for sometime and identify under which conditions (actions) it create new temp Jar files ? Thanks ! On Tue, Jul 24, 2012 at 1:05 PM, Zanelli Franco wrote: > My application is a cctv management software for Onvif cameras, and I use to > frequently connect

Re: [Axis2] how to unlock and delete temporary files

2012-07-24 Thread Zanelli Franco
My application is a cctv management software for Onvif cameras, and I use to frequently connect and disconnect cameras. Each time I connect a camera I open a SOAP session and I use this code: username = "username"; password = "password"; ConfigurationContext ctx = ConfigurationContextFactory.cr

Re: [Axis2] how to unlock and delete temporary files

2012-07-21 Thread Sagara Gunathunga
I tried on both Ubuntu 12.04 and Windows 7 ( Java 6 u33, apache-tomcat-7.0.26 and Axis2/Rampart 1.6.2 ) but I can't reproduce your original issue. During the server run I only can see same set of temp files and folder size also remains same. Could you provide exact and detailed description about yo

RE: [Axis2] how to unlock and delete temporary files

2012-07-20 Thread James Annesley
ranco [mailto:fzane...@tecnosens.it] Sent: 16 July 2012 10:29 To: java-user@axis.apache.org Subject: Re: [Axis2] how to unlock and delete temporary files Yes, I read that blog. I managed to delete temp files at application start, but this is not sufficient because my application need to be always aliv

RE: [Axis2] how to unlock and delete temporary files

2012-07-16 Thread James Annesley
because we have noticed that Tomcat severely slows down with time and that deleting these .tmp files restores its speed. James From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent: 16 July 2012 09:10 To: java-user@axis.apache.org Subject: Re: [Axis2] how to unlock and delete

Re: [Axis2] how to unlock and delete temporary files

2012-07-16 Thread Sagara Gunathunga
Usually I work on Linux but will try on Windows7 to reproduce this issue, but I can't provide any exact time line. Most probably if this is reproducible will fix for 1.7.0 release. Thanks ! On Thu, Jul 12, 2012 at 12:10 PM, Zanelli Franco wrote: > I'm working on Windows 7 and this is an example

[Axis2] how to unlock and delete temporary files

2012-07-16 Thread Zanelli Franco
Anybody knows how to solve this problem? I can provide you more details if you need. Thank you Il 11/07/2012 16:00, Zanelli Franco ha scritto: > I'm using axis2 1.6.1 with rampard and I experienced that my application > creates many temporary files named "axis.axis2-1.6.1.jar" on folder > ".

Re: [Axis2] how to unlock and delete temporary files

2012-07-11 Thread Zanelli Franco
I'm working on Windows 7 and this is an example of list file names; they are locked until the application is running: 12/07/2012 08:34 . 12/07/2012 08:34 .. 11/07/2012 14:44 9.229 axis21416912558469186102rampart-1.6.1.jar 11/07/2012 14:32 9.22

Re: [Axis2] how to unlock and delete temporary files

2012-07-11 Thread Sagara Gunathunga
Can you provide list file names you found on temporary directory during runtime. In Linux tree utility provide nice list of content. Thanks ! On Wed, Jul 11, 2012 at 7:30 PM, Zanelli Franco wrote: > I'm using axis2 1.6.1 with rampard and I experienced that my application > creates many temporary

[Axis2] how to unlock and delete temporary files

2012-07-11 Thread Zanelli Franco
I'm using axis2 1.6.1 with rampard and I experienced that my application creates many temporary files named "axis.axis2-1.6.1.jar" on folder "...\Temp\axis2-tmp-tmp" . These files are deleted only when I restart the application, but my application needs to be always running. I checked in