Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 49888 invoked from network); 31 May 2005 16:19:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 May 2005 16:19:15 -0000 Received: (qmail 3188 invoked by uid 500); 31 May 2005 16:19:11 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 3057 invoked by uid 500); 31 May 2005 16:19:10 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 3044 invoked by uid 99); 31 May 2005 16:19:10 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=FORGED_RCVD_HELO,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from host1.rzb.at (HELO rzbinet1.at.rzb.rbg.cc) (195.248.32.227) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 31 May 2005 09:19:09 -0700 Subject: Unknown-thread/CocoonServlet: Problem with Cocoon servlet To: dev@cocoon.apache.org X-Mailer: Lotus Notes Release 5.0.8 June 18, 2001 Message-ID: From: manfred.weigel@rzb.at Date: Tue, 31 May 2005 18:18:48 +0200 X-MIMETrack: Serialize by Router on RZBINET1/RZB/AT(5012HF720 | May 13, 2004) at 31.05.2005 18:19:08 MIME-Version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello Cocooners! We are working on a big problem, please help: Stats: IBM Websphere 5.0.2 (runtime IBM 1.3.1) Cocoon 2.1.5 wrapped by our own RSFCocoonServlet (mostly for GZIP suppo= rt, but it is not used in the moment) This Error occured while posting a big form (120 request parameters) without any attachment. the form isn=B4t defined as multipart. unfortunally this error happens only sometimes. eg running our load run= ner test during the night only two times!! There is an upload in this application, but the uploaded file isn=B4t s= tored on disk - a webservice saves it to a database. Please see the web.xml a= t the end for details Have you ever heard about this kind of error? ERROR (2005-05-30) 22:06.29:044 [access] (Unknown-URI) Unknown-thread/CocoonServlet: Problem with Cocoon servlet java.io.InterruptedIOException: Read timed out at java.net.SocketInputStream.socketRead(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java(Compi= led Code)) at com.ibm.ws.io.Stream.read(Stream.java(Compiled Code)) at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code)= ) at com.ibm.ws.http.ContentLengthInputStream.read(ContentLengthInputStream.= java(Compiled Code)) at com.ibm.ws.io.ReadStream.read(ReadStream.java(Compiled Code)= ) at com.ibm.ws.webcontainer.http.HttpConnection.read(HttpConnection.java(In= lined Compiled Code)) at com.ibm.ws.webcontainer.srp.SRPConnection.read(SRPConnection.java(Compi= led Code)) at com.ibm.ws.webcontainer.srt.SRTInputStream.read(SRTInputStream.java(Com= piled Code)) at com.ibm.ws.webcontainer.srt.http.HttpInputStream.read(HttpInputStream.j= ava(Compiled Code)) at java.io.BufferedInputStream.fill(BufferedInputStream.java(Compiled Code= )) at java.io.BufferedInputStream.read(BufferedInputStream.java(Compiled Code= )) at java.io.FilterInputStream.read(FilterInputStream.java(Inline= d Compiled Code)) at java.io.PushbackInputStream.read(PushbackInputStream.java(Compiled Code= )) at org.apache.cocoon.servlet.multipart.TokenStream.readToBoundary(TokenStr= eam.java(Compiled Code)) at org.apache.cocoon.servlet.multipart.TokenStream.read(TokenStream.java(I= nlined Compiled Code)) at org.apache.cocoon.servlet.multipart.TokenStream.read(TokenStream.java(I= nlined Compiled Code)) at org.apache.cocoon.servlet.multipart.MultipartParser.parseMultiPart(Mult= ipartParser.java(Compiled Code)) at org.apache.cocoon.servlet.multipart.MultipartParser.getParts(MultipartP= arser.java:139) at org.apache.cocoon.servlet.multipart.MultipartParser.getParts(MultipartP= arser.java(Inlined Compiled Code)) at org.apache.cocoon.servlet.multipart.RequestFactory.getServletRequest(Re= questFactory.java(Compiled Code)) at org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java(Comp= iled Code)) at at.rsf4j.cocoon.servlet.RSFCocoonServlet.service(RSFCocoonServlet.java(= Compiled Code)) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Comp= iled Code)) at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictS= ervletInstance.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictL= ifecycleServlet.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.ServicingServletState.service(StrictLif= ecycleServlet.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLi= fecycleServlet.java(Inlined Compiled Code)) at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance= .java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(Val= idServletReferenceState.java(Compiled Code)) at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(Servl= etInstanceReference.java(Inlined Compiled Code)) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.handleWebAppDisp= atch(WebAppRequestDispatcher.java(Compiled Code)) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.dispatch(WebAppR= equestDispatcher.java(Compiled Code)) at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRe= questDispatcher.java(Compiled Code)) at com.ibm.ws.webcontainer.srt.WebAppInvoker.doForward(WebAppInvoker.java(= Compiled Code)) at com.ibm.ws.webcontainer.srt.WebAppInvoker.handleInvocationHook(WebAppIn= voker.java(Compiled Code)) at com.ibm.ws.webcontainer.cache.invocation.CachedInvocation.handleInvocat= ion(CachedInvocation.java(Compiled Code)) at com.ibm.ws.webcontainer.srp.ServletRequestProcessor.dispatchByURI(Servl= etRequestProcessor.java(Compiled Code)) at com.ibm.ws.webcontainer.oselistener.OSEListenerDispatcher.service(OSELi= stener.java(Compiled Code)) at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(HttpConnectio= n.java(Compiled Code)) at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java= (Compiled Code)) at com.ibm.ws.http.HttpConnection.run(HttpConnection.java(Compi= led Code)) at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compil= ed Code)) thanks in advance! mit freundlichen Gr=FC=DFen / kind regards Manfred Weigel ________________________________ Raiffeisen Zentralbank =D6sterreich AG ORG/IT - Software Development A-1030 Vienna, Am Stadtpark 9 web.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Cocoon Cocoon Cocoon at.rsf4j.cocoon.servlet.RSFCocoonServlet compression-threshold 2048 compression-enabled true init-classloader false configurations /WEB-INF/cocoon.xconf logkit-config rsf://RSFBOOTCONFIGDIR/$(application)/logkit.xconf servlet-logger access cocoon-logger core log-level WARN allow-reload no load-class enable-uploads true autosave-uploads false overwrite-uploads rename upload-max-size 10000000 manage-exceptions true container-encoding utf-8 RSFServlet RSFServlet at.rsf4j.cocoon.servlet.RSFServlet= RSFBOOTCONFIGFILE rsf://RSFBOOTCONFIGDIR/BCO/rsfbootconfig.xml= 1 Cocoon / Cocoon *.jsp Cocoon *.html css text/css xml text/xml xsl text/xml xconf text/xml xmap text/xml ent text/plain grm text/plain FORM This message and any attachment ("the Message") are confidential. If yo= u have received the Message in error, please notify the sender immediatel= y and delete the Message from your system , any use of the Message is forbidden. Correspondence via e-mail is primarily for information purposes. RZB neither makes nor accepts legally binding statements unless otherwise agreed to the contrary. =