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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Closed TCP sockets are reused causing a ClosedChannelException. Using log4j2 and the GelfTCPSender.
Stack trace:
Caused by: java.nio.channels.ClosedChannelException
at sun.nio.ch.SocketChannelImpl.ensureOpenAndUnconnected(SocketChannelImpl.java:497)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:511)
at biz.paluch.logging.gelf.intern.sender.GelfTCPSender.connect(GelfTCPSender.java:136)
at biz.paluch.logging.gelf.intern.sender.GelfTCPSender.sendMessage(GelfTCPSender.java:102)
... 38 more
The text was updated successfully, but these errors were encountered:
Closed TCP sockets are reused causing a
ClosedChannelException
. Using log4j2 and theGelfTCPSender
.Stack trace:
The text was updated successfully, but these errors were encountered: