Details
Description
Hi
We are seeing an issue and it is holding us up from moving to production as our production servers would run out of disk space.
This is in regards to a client that we are trying to implement using axis2-1.4 and rampart-1.3.
We have a folder structure
clientProjectFolder
--otherFolders
--....
--....
--axis2
--conf
--axis2.xml
--modules
--rampart1.3.mar
our axis2.xml file contains the global module <module ref="rampart"/>
In our client code, we make use of the fileSytemConfigurator to configure the client stub before making the call to our service.
Every time we are calling the service, files are added to the TEMP folder (see below)
C:\TEMP_axis2>dir
Directory of C:\TEMP_axis2
07/16/2008 08:36 AM <DIR> .
07/16/2008 08:36 AM <DIR> ..
07/16/2008 08:36 AM 2,704 axis2473rampart-1.3.mar
1 File(s) 2,704 bytes
2 Dir(s) 103,722,340,352 bytes free
The same issue is being duplicated on our prod servers which are not windows based but linux based. the files get put in /tmp/_axis2 folder.
Any advice on if there is a workaround for this?
Thanks,
Sujay
Attachments
Issue Links
- Blocked
-
AXIS2-5897 Axis2 is creating /tmp folders in server temp directory and never cleaning it up therefore causing high disk space usage
- Closed
- is duplicated by
-
AXIS2-5620 filling of temp folder
- Resolved
-
AXIS2-5630 server temp folder being filled with files, runnig out of disk space.
- Resolved
- is related to
-
AXIS2-3504 Temp files created when axis2 modules are deployed
- Open
-
AXIS2-5680 Need abbility to customize tmp directory
- Open