Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 43327 invoked from network); 18 Feb 2008 11:37:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Feb 2008 11:37:04 -0000 Received: (qmail 94175 invoked by uid 500); 18 Feb 2008 11:36:58 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 94017 invoked by uid 500); 18 Feb 2008 11:36:58 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 94006 invoked by uid 99); 18 Feb 2008 11:36:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Feb 2008 03:36:58 -0800 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; Mon, 18 Feb 2008 11:36:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6A283234C048 for ; Mon, 18 Feb 2008 03:36:35 -0800 (PST) Message-ID: <396714207.1203334595433.JavaMail.jira@brutus> Date: Mon, 18 Feb 2008 03:36:35 -0800 (PST) From: "Dushshantha Chandradasa (JIRA)" To: axis-c-dev@ws.apache.org Subject: [jira] Commented: (AXIS2C-990) echo_blocking_dual sample fails when it runs more than once after server restart In-Reply-To: <1015960647.1203315634685.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/AXIS2C-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569859#action_12569859 ] Dushshantha Chandradasa commented on AXIS2C-990: ------------------------------------------------ i changed the client as follows: if (svc_client) { AXIS2_SLEEP(1); axis2_svc_client_free(svc_client, env); svc_client = NULL; AXIS2_SLEEP(1); } But then, it segfaults. The ealier error is still unchanged. > echo_blocking_dual sample fails when it runs more than once after server restart > -------------------------------------------------------------------------------- > > Key: AXIS2C-990 > URL: https://issues.apache.org/jira/browse/AXIS2C-990 > Project: Axis2-C > Issue Type: Bug > Affects Versions: Current (Nightly) > Environment: Windows > Reporter: Dushshantha Chandradasa > Fix For: 1.3.0 > > > echo_blocking_dual sample fails with following error message when I try to run it several times. After I restart the server, it runs once and starts failing again. > Received OM : soapenv:Sender v:Value>A read attempt(HTTP) for the reply without s > ending the request -- 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-c-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-c-dev-help@ws.apache.org