Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 45045 invoked from network); 2 Aug 2008 06:08:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2008 06:08:14 -0000 Received: (qmail 91149 invoked by uid 500); 2 Aug 2008 06:08:07 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 91097 invoked by uid 500); 2 Aug 2008 06:08:07 -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 91086 invoked by uid 99); 2 Aug 2008 06:08:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 23:08:06 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Aug 2008 06:07:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 30349234C18C for ; Fri, 1 Aug 2008 23:07:47 -0700 (PDT) Message-ID: <329021625.1217657267196.JavaMail.jira@brutus> Date: Fri, 1 Aug 2008 23:07:47 -0700 (PDT) From: "Nandana Mihindukulasooriya (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-3958) ConcurrentModificationException in AxisConfiguration In-Reply-To: <1514122544.1217595991722.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-3958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya updated AXIS2-3958: ---------------------------------------------- Attachment: 3958AXIS2.patch Suggested patch > ConcurrentModificationException in AxisConfiguration > ---------------------------------------------------- > > Key: AXIS2-3958 > URL: https://issues.apache.org/jira/browse/AXIS2-3958 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: kernel > Environment: Axis2 1.4.1 RC1 artifiacts > Reporter: Hans G Knudsen > Fix For: 1.4.1 > > Attachments: 3958AXIS2.patch > > > Hi! > I ran into a : > java.util.ConcurrentModificationException > at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841) > at java.util.HashMap$KeyIterator.next(HashMap.java:877) > at org.apache.axis2.engine.AxisConfiguration.removeServiceGroup(AxisConfiguration.java:395) > at org.apache.axis2.client.ServiceClient.cleanup(ServiceClient.java:813) > In my testsetup I run 5 concurrent threads each running a series of request . > - all creating a new ServiceClient pr request > - reusing the same ConfigurationContext. > /hans -- 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