webhooks-http-error

Gianna Migliorisi October 2, 2014

We have tens of thousands of these errors in our logs, and no idea what could be causing this:

 

2014-10-02 21:07:49,438 webhooks-http-retriever:thread-6 ERROR      [http.nio.protocol.HttpAsyncRequestExecutor] http-outgoing-646 [CLOSED] HTTP protocol exception: null
java.nio.channels.ClosedChannelException
	at sun.nio.ch.SocketChannelImpl.ensureReadOpen(Unknown Source)
	at sun.nio.ch.SocketChannelImpl.read(Unknown Source)
	at org.apache.http.nio.reactor.ssl.SSLIOSession.receiveEncryptedData(SSLIOSession.java:340)
	at org.apache.http.nio.reactor.ssl.SSLIOSession.isAppInputReady(SSLIOSession.java:366)
	at org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(AbstractIODispatch.java:118)
	at org.apache.http.impl.nio.reactor.BaseIOReactor.validate(BaseIOReactor.java:220)
	at org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOReactor.java:284)
	at org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.java:106)
	at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.run(AbstractMultiworkerIOReactor.java:604)
	at java.lang.Thread.run(Unknown Source)

 

I don't see this particular stack trace in the JRA's already opened.  Anyone have any clue?

1 answer

0 votes
jirajester November 18, 2016

same exact error here - blowing up our logs and maxing the server at 100%

 

Suggest an answer

Log in or Sign up to answer