Return-Path: Delivered-To: apmail-synapse-dev-archive@www.apache.org Received: (qmail 16656 invoked from network); 9 May 2008 03:17:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 May 2008 03:17:18 -0000 Received: (qmail 75651 invoked by uid 500); 9 May 2008 03:17:19 -0000 Delivered-To: apmail-synapse-dev-archive@synapse.apache.org Received: (qmail 75613 invoked by uid 500); 9 May 2008 03:17:19 -0000 Mailing-List: contact dev-help@synapse.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@synapse.apache.org Delivered-To: mailing list dev@synapse.apache.org Received: (qmail 75602 invoked by uid 99); 9 May 2008 03:17:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 20:17:19 -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; Fri, 09 May 2008 03:16:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 02E71234C10C for ; Thu, 8 May 2008 20:16:57 -0700 (PDT) Message-ID: <2095872015.1210303017010.JavaMail.jira@brutus> Date: Thu, 8 May 2008 20:16:57 -0700 (PDT) From: "Evanthika Amarasiri (JIRA)" To: dev@synapse.apache.org Subject: [jira] Commented: (SYNAPSE-270) Synapse sample 400: Splitting and aggregating messages - Client times out when running the sample In-Reply-To: <1575538422.1208497761831.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/SYNAPSE-270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12595457#action_12595457 ] Evanthika Amarasiri commented on SYNAPSE-270: --------------------------------------------- When executing the client, the above exception is not occurring anymore. Fixed in 1.2_QA_B1. Charitha you can close the bug now. > Synapse sample 400: Splitting and aggregating messages - Client times out when running the sample > -------------------------------------------------------------------------------------------------- > > Key: SYNAPSE-270 > URL: https://issues.apache.org/jira/browse/SYNAPSE-270 > Project: Synapse > Issue Type: Bug > Affects Versions: NIGHTLY > Environment: ubuntu, jdk15 > Reporter: Charitha Kankanamge > Assignee: Ruwan Linton > Fix For: 1.2 > > > Sample client times out when running sample 400 as instructed in the sample guide. > [java] java.net.SocketTimeoutException: Read timed out > [java] at java.net.SocketInputStream.socketRead0(Native Method) > [java] at java.net.SocketInputStream.read(SocketInputStream.java:129) > [java] at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > [java] at java.io.BufferedInputStream.read(BufferedInputStream.java:235) > [java] at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78) > [java] at org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106) > [java] at org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116) > [java] at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.readLine(MultiThreadedHttpConnectionManager.java:1413) > [java] at org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973) > [java] at org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735) > [java] at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098) > [java] at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398) > [java] at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171) > [java] at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397) > Steps to reproduce: > ================ > 1. Start Synapse with the sample configuration 400 > 2. Start axis2 server > 3. Run client as follows > ant stockquote -Daddurl=http://localhost:8080/soap/SplitAggregateProxy -Ditr=4 > This issue will not occur if you run the client again after timing out. However, you should observe the issue in the first time. -- 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: dev-unsubscribe@synapse.apache.org For additional commands, e-mail: dev-help@synapse.apache.org