Spring Integration - "Pipe closed" exception with SFTP outbound channel adapter - Stack Overflow
I suggest you upgrade to a newer version of Spring Integration; the current version is 4.0.4.
Or you can simply disable session caching.
We rewrote session caching a couple of years ago (in 2.2; current version 2.2.6) and it now checks for a stale session when a cached session is retrieved from the cache.
The cache-sessions
attribute is no longer available; you have to wrap the session factory in a CachingSessionFactory
to cache sessions now.
Read full article from Spring Integration - "Pipe closed" exception with SFTP outbound channel adapter - Stack Overflow
No comments:
Post a Comment