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
Got NullPointerException in logs. Don't know now to reproduce it. It appears under heavy load. It probably began after upgrade to 1.9.0, but I'm not sure. And also it looks like AHC leaks connections.
java.lang.NullPointerException: null
at com.ning.http.client.providers.netty.request.timeout.ReadTimeoutTimerTask.run(ReadTimeoutTimerTask.java:43)
at org.jboss.netty.util.HashedWheelTimer$HashedWheelTimeout.expire(HashedWheelTimer.java:556)
at org.jboss.netty.util.HashedWheelTimer$HashedWheelBucket.expireTimeouts(HashedWheelTimer.java:632)
at org.jboss.netty.util.HashedWheelTimer$Worker.run(HashedWheelTimer.java:369)
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at java.lang.Thread.run(Thread.java:744)
The text was updated successfully, but these errors were encountered:
Got NullPointerException in logs. Don't know now to reproduce it. It appears under heavy load. It probably began after upgrade to 1.9.0, but I'm not sure. And also it looks like AHC leaks connections.
The text was updated successfully, but these errors were encountered: