Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 52634 invoked from network); 3 Jul 2006 14:57:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Jul 2006 14:57:53 -0000 Received: (qmail 43615 invoked by uid 500); 3 Jul 2006 14:57:49 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 43430 invoked by uid 500); 3 Jul 2006 14:57:48 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 43419 invoked by uid 500); 3 Jul 2006 14:57:48 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 43416 invoked by uid 99); 3 Jul 2006 14:57:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 07:57:48 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jul 2006 07:57:47 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 19ADF4103A0; Mon, 3 Jul 2006 14:56:03 +0000 (GMT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 39953] New: - Premature EOF while reading chunk length error Message-ID: X-Bugzilla-Reason: AssignedTo Date: Mon, 3 Jul 2006 14:56:03 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=39953 Summary: Premature EOF while reading chunk length error Product: Tomcat 5 Version: 5.5.0 Platform: HP OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Unknown AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: andreea.ardelean@alcatel.ro I am using an application on top of the Jboss 4.0.3 SP1 and for several responses I receive the following response: HTTP/1.1 200 OK Date: Fri, 30 Jun 2006 14:24:39 GMT Server: Apache/2.0.52 (Red Hat) X-Powered-By: Servlet 2.4; JBoss-4.0.3SP1 (build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)/Tomcat-5.5 Connection: close Transfer-Encoding: chunked Content-Type: text/html;charset=ISO-8859-1 {Thread-105} [14:19:52.445] Demux: stream 10884088 marked for close {Thread-105} [14:19:52.445] Resp: Response entity delimiter: Chunked (10884088) {Thread-105} [14:19:52.445] Conn: Protocol Version established: HTTP/1.1 {Thread-105} [14:19:52.449] RspIS: Reading stream 10884088 {Thread-105} [14:19:52.449] Demux: Reading for stream 10884088 {Thread-105} [14:19:52.470] RspIS: Reading stream 10884088 {Thread-105} [14:19:52.470] Demux: Reading for stream 10884088 {Thread-105} [14:19:52.470] RspIS: Reading stream 10884088 {Thread-105} [14:19:52.471] Demux: Reading for stream 10884088 {Thread-105} [14:19:52.471] RspIS: Reading stream 10884088 {Thread-105} [14:19:52.471] Demux: Reading for stream 10884088 {Thread-105} [14:19:52.485] RspIS: Reading stream 10884088 {Thread-105} [14:19:52.485] Demux: Reading for stream 10884088 {Thread-105} [14:19:52.486] Demux: java.io.EOFException: Premature EOF while reading chunk length at HTTPClient.Codecs.getChunkLength(Codecs.java:1539) at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:305) at HTTPClient.RespInputStream.read(RespInputStream.java:155) at java.io.DataInputStream.read(DataInputStream.java:167) at java.io.BufferedInputStream.read1(BufferedInputStream.java:220) at java.io.BufferedInputStream.read(BufferedInputStream.java:277) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.writeFileFrom InputStream(Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.writeFileFrom InputStream(Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.copyFileToCli entDir(Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.copyFileToCli entDir(Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.writeCacheFil e(Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.getHTTPFile (Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.getFile (Unknown Source) at sndc.networkFilesAccess.networkFilesAccessImpl.AsyncAccessMethods.run(Unknown Source) I am not sure it is not the http client problem :( -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org