Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 68276 invoked from network); 12 Dec 2000 14:48:38 -0000 Received: from msp-65-25-234-27.mn.rr.com (HELO localhost.localdomain) (65.25.234.27) by locus.apache.org with SMTP; 12 Dec 2000 14:48:38 -0000 Received: from fatman (IDENT:nobody@localhost [127.0.0.1]) by localhost.localdomain (8.9.3/8.9.3) with SMTP id IAA17236 for ; Tue, 12 Dec 2000 08:46:01 -0600 Message-ID: <5681241.976632361061.JavaMail.nobody@fatman> Date: Tue, 12 Dec 2000 08:46:01 -0600 (CST) From: BugRat Mail System Reply-To: BugRat Mail System To: tomcat-bugs@cortexity.com Subject: BugRat Report #573 has been filed. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="5761610.976632361037.JavaMail.nobody@fatman" X-Mailer: org.gjt.mail.EnhancedMimeMsg, Organization: The Giant Java Tree, X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N --5761610.976632361037.JavaMail.nobody@fatman Content-Type: text/plain Content-Transfer-Encoding: 7bit Bug report #573 has just been filed. You can view the report at the following URL: REPORT #573 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious Confidence: public Environment: Release: 3.2 final JVM Release: 1.3 Operating System: Solaris OS Release: 7 Platform: Sparc Synopsis: setting to an html file causes a stack overflow Description: In my web.xml: 404 /foo.html java.lang.NullPointerException /foo.html I've verified that foo.html loads correctly. If I try to access a non-existent page, or access a servlet which throws a NullPointerException, I get the following stack trace in my browser: java.lang.StackOverflowError at java.lang.StringBuffer.expandCapacity(StringBuffer.java:195) at java.lang.StringBuffer.append(StringBuffer.java:401) at java.io.FileNotFoundException.(FileNotFoundException.java:62) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:64) at java.io.FileInputStream.(FileInputStream.java:95) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:365) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleStatus(ContextManager.java:1049) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:387) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleStatus(ContextManager.java:1049) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:387) This repeats for quite a while. --5761610.976632361037.JavaMail.nobody@fatman Content-Type: text/html; name=Report-573.html Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=Report-573.html Content-Description: DataSource attachment 'Report-573.html' BugRat Report # 573

BugRat Report # 573

Project: Tomcat Release: 3.2 final
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Kief Morris ( kief@bitBull.com )
Date Submitted: Dec 12 2000, 08:46:01 CST
Responsible: Z_Tomcat Alias ( tomcat-bugs@cortexity.com )

Synopsis:
setting to an html file causes a stack overflow
Environment: (jvm, os, osrel, platform)
1.3, Solaris, 7, Sparc

Additional Environment Description:

Report Description:
In my web.xml: 404 /foo.html java.lang.NullPointerException /foo.html I've verified that foo.html loads correctly. If I try to access a non-existent page, or access a servlet which throws a NullPointerException, I get the following stack trace in my browser: java.lang.StackOverflowError at java.lang.StringBuffer.expandCapacity(StringBuffer.java:195) at java.lang.StringBuffer.append(StringBuffer.java:401) at java.io.FileNotFoundException.(FileNotFoundException.java:62) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.(FileInputStream.java:64) at java.io.FileInputStream.(FileInputStream.java:95) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:365) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleStatus(ContextManager.java:1049) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:387) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleStatus(ContextManager.java:1049) at org.apache.tomcat.request.FileHandler.doService(StaticInterceptor.java:387) This repeats for quite a while.

View this report online...
--5761610.976632361037.JavaMail.nobody@fatman--