Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Closed TCP Socket is reused #83

Closed
mp911de opened this issue May 20, 2016 · 0 comments
Closed

Closed TCP Socket is reused #83

mp911de opened this issue May 20, 2016 · 0 comments
Labels
type: bug A general bug

Comments

@mp911de
Copy link
Owner

mp911de commented May 20, 2016

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
@mp911de mp911de added the type: bug A general bug label May 20, 2016
@mp911de mp911de added this to the logstash-gelf 1.9.1 milestone May 20, 2016
@mp911de mp911de modified the milestones: logstash-gelf 1.10.0, logstash-gelf 1.9.1 May 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant