https://bz.apache.org/bugzilla/show_bug.cgi?id=61683

            Bug ID: 61683
           Summary: NullPointerException in ErrorReportValve while
                    executing HTTP/2 Server Push
           Product: Tomcat 9
           Version: 9.0.1
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: chi...@web.de
  Target Milestone: -----

While building the example application for bug
https://bz.apache.org/bugzilla/show_bug.cgi?id=61681 I got the following
NullPointerException. Seems that the response object is null for any reason.

```
java.lang.NullPointerException
       
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
       
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:651)
       
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
       
org.apache.coyote.http2.StreamProcessor.service(StreamProcessor.java:255)
       
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
       
org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:64)
        org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35)
       
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
       
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
       
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        java.lang.Thread.run(Thread.java:745)
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to