Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 68913 invoked from network); 9 Nov 2009 01:51:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Nov 2009 01:51:56 -0000 Received: (qmail 483 invoked by uid 500); 9 Nov 2009 01:51:56 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 443 invoked by uid 500); 9 Nov 2009 01:51:56 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 433 invoked by uid 99); 9 Nov 2009 01:51:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Nov 2009 01:51:56 +0000 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, 09 Nov 2009 01:51:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75D75234C045 for ; Sun, 8 Nov 2009 17:51:32 -0800 (PST) Message-ID: <1768854901.1257731492468.JavaMail.jira@brutus> Date: Mon, 9 Nov 2009 01:51:32 +0000 (UTC) From: "Benson Margulies (JIRA)" To: issues@cxf.apache.org Subject: [jira] Commented: (CXF-1520) MTOM chunked encoding transfer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774845#action_12774845 ] Benson Margulies commented on CXF-1520: --------------------------------------- Could you please supply some commentary as to what is going on here? > MTOM chunked encoding transfer > ------------------------------ > > Key: CXF-1520 > URL: https://issues.apache.org/jira/browse/CXF-1520 > Project: CXF > Issue Type: Bug > Components: Core > Affects Versions: 2.0.5 > Reporter: Thomas Diesler > > [tdiesler@tddell trunk]$ ant -Dtest=jaxws/jbws2000 test > tests-run-internal: > [junit] Running org.jboss.test.ws.jaxws.jbws2000.JBWS2000TestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 77.876 sec > [junit] Test org.jboss.test.ws.jaxws.jbws2000.JBWS2000TestCase FAILED > BUILD SUCCESSFUL > Total time: 1 minute 26 seconds > [tdiesler@tddell trunk]$ cat output/tests/reports/TEST-org.jboss.test.ws.jaxws.jbws2000.JBWS2000TestCase.txt > Testsuite: org.jboss.test.ws.jaxws.jbws2000.JBWS2000TestCase > Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 77.876 sec > Testcase: testFileTransfer took 73.095 sec > Caused an ERROR > Could not send Message. > javax.xml.ws.soap.SOAPFaultException: Could not send Message. > at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:211) > at $Proxy21.transferFile(Unknown Source) > at org.jboss.test.ws.jaxws.jbws2000.JBWS2000TestCase.testFileTransfer(JBWS2000TestCase.java:70) > at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22) > at junit.extensions.TestSetup$1.protect(TestSetup.java:19) > at junit.extensions.TestSetup.run(TestSetup.java:23) > Caused by: org.apache.cxf.interceptor.Fault: Could not send Message. > at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64) > at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:276) > at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:222) > at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) > at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:170) > ... 21 more > Caused by: java.net.SocketTimeoutException: Read timed out > at java.net.SocketInputStream.socketRead0(Native Method) > at java.net.SocketInputStream.read(SocketInputStream.java:129) > at java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at java.io.BufferedInputStream.read1(BufferedInputStream.java:256) > at java.io.BufferedInputStream.read(BufferedInputStream.java:313) > at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:659) > at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:604) > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:957) > at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367) > at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1884) > at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1812) > at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) > at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:582) > at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) > ... 26 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.