Hi all! I´ve a problem with Allaire JRun. I´m developing a site with JSP, and sometimes, happens the next exception: Short Read java.lang.IllegalArgumentException: Short Read at javax.servlet.http.HttpUtils.parsePostData(HttpUtils.java:238) at allaire.jrun.servlet.JRunRequest.getParameters(JRunRequest.java:320) at allaire.jrun.servlet.JRunRequest.getParameter(JRunRequest.java:222) at allaire.jrun.servlet.ForwardRequest.getParameter(ForwardRequest.java:196) at allaire.jrun.session.JRunSessionService.getUrlSessionID(JRunSessionService.j ava:299) at allaire.jrun.servlet.ForwardRequest.getRequestedSessionId(ForwardRequest.jav a:329) at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:891) at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav a:88) at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131) at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330) at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107) at allaire.jrun.ThreadPool.run(ThreadPool.java:272) at allaire.jrun.WorkerThread.run(WorkerThread.java:75) This happens with several JSPs and when it happens, the server doesn´t say the line that causes the exception. One time it even happened , when for a mistake, I requested for a JSP, that it didn´t exist. I´ve tryed capture the exception with an errorPage and try-catch blocks, but neither of them capture this exception. Can anyone say me why this happens? Thanks Regards David Mellado [EMAIL PROTECTED] =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
