Repost of problem: tomcat hangs with sockets on CLOSE_WAIT when user cancels request

2001-01-02 Thread RAMAKRISHNA SANKA
Hi All, I am running Tomcat 3.1 in stand-alone mode on AIX 4.3.3 using IBM JDK1.2. My servlets connect to an Oracle database and forward to a jsp to display the results. Of late I have had flaky behaviour from this operation. Problem 1. Every now and this request causes a SIGSEGV and core dump.

RE: Repost of problem: tomcat hangs with sockets on CLOSE_WAIT when user cancels request

2001-01-02 Thread Vollmer, Thomas - CannonSA
Dave/Ramakrishna, org.apache.jasper.runtime.JspServlet.unknownException(JspServl et.java:268) Your JSP is crapping out. Are you catching this by using an error page? Notice, the trace is kind enough to even tell you the line number of the offending source code. Look in the work folder