Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 72947 invoked from network); 5 Jun 2007 19:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jun 2007 19:11:49 -0000 Received: (qmail 67801 invoked by uid 500); 5 Jun 2007 19:11:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 67756 invoked by uid 500); 5 Jun 2007 19:11:50 -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 67745 invoked by uid 99); 5 Jun 2007 19:11:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jun 2007 12:11:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Tue, 05 Jun 2007 12:11:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DF099714190 for ; Tue, 5 Jun 2007 12:11:25 -0700 (PDT) Message-ID: <23804597.1181070685875.JavaMail.jira@brutus> Date: Tue, 5 Jun 2007 12:11:25 -0700 (PDT) From: "Alex Boisvert (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-2770) Under load, Axis2 client throws AxisFault: Two services can not have same name, a service with anonService28797891118106994 already exists in the system MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Under load, Axis2 client throws AxisFault: Two services can not have same name, a service with anonService28797891118106994 already exists in the system -------------------------------------------------------------------------------------------------------------------------------------------------------- Key: AXIS2-2770 URL: https://issues.apache.org/jira/browse/AXIS2-2770 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: client-api Affects Versions: 1.1.1 Reporter: Alex Boisvert Here's the exception I get under high load / concurrent invocations using Axis2 1.1.1 on a dual-core system with roughly 100 concurrent threads. 11:59:03,198 ERROR [ExternalService] Error sending message to Axis2 for ODE mex {PartnerRoleMex#4611686018427389612 [PID {http://example.com/SyncProcess/SyncProcess}SyncProcess-4] calling org.apache.ode.bpel.epr.WSAEndpoint@1c5884f.newOrder(...)} org.apache.axis2.AxisFault: Two services can not have same name, a service with anonService287978911181069943120 already exists in the system at org.apache.axis2.engine.AxisConfiguration.addServiceGroup(AxisConfiguration.java:254) at org.apache.axis2.engine.AxisConfiguration.addService(AxisConfiguration.java:206) at org.apache.axis2.client.ServiceClient.configureServiceClient(ServiceClient.java:128) at org.apache.axis2.client.ServiceClient.(ServiceClient.java:114) at org.apache.ode.axis2.ExternalService.invoke(ExternalService.java:114) at org.apache.ode.axis2.MessageExchangeContextImpl.invokePartner(MessageExchangeContextImpl.java:52) at org.apache.ode.bpel.engine.BpelRuntimeContextImpl.invoke(BpelRuntimeContextImpl.java:779) at org.apache.ode.bpel.runtime.INVOKE.run(INVOKE.java:96) This exception is non-deterministic... but I can reproduce it every 5 second or so on my system. -- 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