Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9F8A91877D for ; Sun, 24 Jan 2016 15:34:44 +0000 (UTC) Received: (qmail 42535 invoked by uid 500); 24 Jan 2016 15:34:41 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 42165 invoked by uid 500); 24 Jan 2016 15:34:41 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 42012 invoked by uid 99); 24 Jan 2016 15:34:41 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 15:34:41 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CA7662C1F68 for ; Sun, 24 Jan 2016 15:34:40 +0000 (UTC) Date: Sun, 24 Jan 2016 15:34:40 +0000 (UTC) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AXIS2-5630) server temp folder being filled with files, runnig out of disk space. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AXIS2-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-5630: ----------------------------------- Fix Version/s: (was: 1.7.0) 1.7.1 > 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: Minor > Fix For: 1.7.1 > > > 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.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org