Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 31870 invoked from network); 31 Jan 2007 15:53:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 15:53:30 -0000 Received: (qmail 15687 invoked by uid 500); 31 Jan 2007 15:53:33 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 15642 invoked by uid 500); 31 Jan 2007 15:53:33 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 15630 invoked by uid 99); 31 Jan 2007 15:53:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 07:53:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 07:53:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D2C3F7142D7 for ; Wed, 31 Jan 2007 07:53:05 -0800 (PST) Message-ID: <22094842.1170258785706.JavaMail.jira@brutus> Date: Wed, 31 Jan 2007 07:53:05 -0800 (PST) From: =?utf-8?Q?Jonas_Bo=C3=ABthius_=28JIRA=29?= To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1942) Memory-Usage increasing with every Service-execution In-Reply-To: <11597011.1167995187723.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-1942?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469080 ]=20 Jonas Bo=C3=ABthius commented on AXIS2-1942: --------------------------------------- I got the same problem using Axis2, version 1.1.=20 If I understood the behavior correctly, I simply reproduced this problem by= implementing a simple echo web service and running it in tomcat. The probl= em was that (regardless of the scope of the service), an HTTP session was c= reated for each web service invocation. After a few minutes loading with (e= xcellent) SOAPUI I always ran out of memory and I could see the memory usag= e grow steadily using jconsole. Checking number of HTTP sessions in tomcat = showed that there were as many HTTP sessions as invocations made.=20 This problem was then fixed in version 1.1.1 (but I have still not found in= formation about this specific problem being resolved in that release). > Memory-Usage increasing with every Service-execution > ---------------------------------------------------- > > Key: AXIS2-1942 > URL: https://issues.apache.org/jira/browse/AXIS2-1942 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: 1.1 > Environment: Apache Tomcat/6.0.2 with Axis2 1.1(Release) on Linux > Reporter: Benjamin Ernst > Assigned To: Deepal Jayasinghe > Attachments: HomeControlService.java, HomeControlService.wsdl, Ho= meControlServiceMessageReceiverInOut.java, services.xml > > > I have got a problem with the memory-usage of Axis2. Every time I execute= my Service the Memory-usage rises about 5 MB. And after 35 executions I ge= t this error: > 2007-01-05 10:27:31,051 ERROR org.apache.axis2.transport.http.AxisServlet= - java.lang.OutOfMemoryError: unable to create new native thread > It seems to me, that axis2 is not setting any memory free after a service= was executed --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org