You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing works, but every once in a while, a NullPointerException is thrown by servlet.WriteListener
java.lang.NullPointerException: Cannot invoke "org.apache.catalina.connector.OutputBuffer.setWriteListener(jakarta.servlet.WriteListener)" because "this.ob" is nullte 4s
at org.apache.catalina.connector.CoyoteOutputStream.setWriteListener(CoyoteOutputStream.java:171)
at org.http4s.servlet.NonBlockingServletIo.$anonfun$bodyWriter$7(ServletIo.scala:174)
at delay @ org.http4s.servlet.NonBlockingServletIo.$anonfun$bodyWriter$6(ServletIo.scala:174)
The text was updated successfully, but these errors were encountered:
Testing works, but every once in a while, a
NullPointerException
is thrown byservlet.WriteListener
The text was updated successfully, but these errors were encountered: