You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/07/02 22:31:55 UTC

DO NOT REPLY [Bug 10425] New: - Null Pointer Exception on all requests to tomcat after start

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10425>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10425

Null Pointer Exception on all requests to tomcat after start

           Summary: Null Pointer Exception on all requests to tomcat after
                    start
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote HTTP/1.1
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: ptinsley@phyve.com


Quite often when i start Tomcat I make a http request to the server and on the 
server side the following exception prints out.  On the client side the 
browser just sits awaiting a response from Tomcat till it times out.  This 
occurs till the server is restarted, it does not recover from the error.

Exception on the console:
java.lang.NullPointerException
        at java.io.Writer.write(Writer.java:126)
        at java.io.PrintWriter.newLine(PrintWriter.java:254)
        at java.io.PrintWriter.println(PrintWriter.java:405)
        at java.io.PrintWriter.println(PrintWriter.java:516)
        at org.apache.catalina.logger.LoggerBase.log(LoggerBase.java:262)
        at org.apache.catalina.connector.http.HttpProcessor.log
(HttpProcessor.java:421)
        at org.apache.catalina.connector.http.HttpProcessor.process
(HttpProcessor.java:1026)
        at org.apache.catalina.connector.http.HttpProcessor.run
(HttpProcessor.java:1107)
        at java.lang.Thread.run(Thread.java:536)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>