[ 
https://issues.apache.org/jira/browse/AXIS2-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

KRISHNA SAI MULPURI updated AXIS2-5630:
---------------------------------------

    Description: 
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 web service client that we are trying to implement 
using axis2-1.6.2 and rampart-1.5.1 

Every time we are calling the service, around 4 jar files are added to the TEMP 
folder of tomcat server.

i have seen the axis2 code in 
org.apache.axis2.deployment.util.Utils.createClassLoader(URL[] urls,
                                                ClassLoader serviceClassLoader,
                                                boolean extractJars,
                                                File tmpDir,
                                                boolean 
isChildFirstClassLoading) 
if we make axis2 to pass false to the boolean parameter extractJars, will it 
solve the issue ?
does it have any performance issues ?
is this issue fixed in 1.7.0 ?
please provide some solution to get rid of this temp files.

  was:

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 web service client that we are trying to implement 
using axis2-1.6.2 and rampart-1.5.1 

Every time we are calling the service, around 4 jar files are added to the TEMP 
folder of tomcat server.

i have seen the axis2 code in 
org.apache.axis2.deployment.util.Utils.createClassLoader(URL[] urls,
                                                ClassLoader serviceClassLoader,
                                                boolean extractJars,
                                                File tmpDir,
                                                boolean 
isChildFirstClassLoading) 
if we make axis2 to pass false to the boolean parameter extractJars, will it 
solve the issue ?
does it have any performance issues ?
please provide some solution to get rid of this temp files.


> server temp folder being filled with files, runnig out of disk space.
> ---------------------------------------------------------------------
>
>                 Key: AXIS2-5630
>                 URL: https://issues.apache.org/jira/browse/AXIS2-5630
>             Project: Axis2
>          Issue Type: Bug
>          Components: deployment, kernel
>    Affects Versions: 1.6.2
>         Environment: Windows 7, tomcat
>            Reporter: KRISHNA SAI MULPURI
>            Priority: Critical
>             Fix For: 1.7.0
>
>
> 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 web service client that we are trying to implement 
> using axis2-1.6.2 and rampart-1.5.1 
> Every time we are calling the service, around 4 jar files are added to the 
> TEMP folder of tomcat server.
> i have seen the axis2 code in 
> org.apache.axis2.deployment.util.Utils.createClassLoader(URL[] urls,
>                                                 ClassLoader 
> serviceClassLoader,
>                                                 boolean extractJars,
>                                                 File tmpDir,
>                                                 boolean 
> isChildFirstClassLoading) 
> if we make axis2 to pass false to the boolean parameter extractJars, will it 
> solve the issue ?
> does it have any performance issues ?
> is this issue fixed in 1.7.0 ?
> please provide some solution to get rid of this temp files.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to