However, when destroying the syslog-tcp the following exception is thrown:
19:06:32,569 ERROR pool-96-thread-1 connection.TcpNioServerConnectionFactory - Selector closed
java.nio.channels.ClosedSelectorException
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:84)
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
at org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory.doSelect(TcpNioServerConnectionFactory.java:131)
at org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory.run(TcpNioServerConnectionFactory.java:100)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Glenn Renfro opened INT-3473 and commented
Not a critical bug.
However, when destroying the syslog-tcp the following exception is thrown:
The Definition:
Affects: 4.0.2
Referenced from: pull request #1212
The text was updated successfully, but these errors were encountered: