Hello everybody,
I have a small problem with sftp. We have couple of Integrations that do sftp to remote servers after processing the data. We are facing with the following error:
Error Message: I/O Exception running command: java.io.IOException: Cannot run program “sftp”: error=12, Not enough space
We have students requesting for Transcripts and when we process the request and use SFTP to drop the file on remote server. Once this error starts happening, all the Integrations that uses sftp are failing due to this.
SoftwareAG Resolution:
Problem:
I/O Exception running command: java.io.IOException: Cannot run program “sftp”: error=12, Not enough space
Resolution:
This particular error is an OS error. It usually involves swap space. The recommendation is to allocate at least swap equal to 4 x JVM_MAXIMUM_MEMORY or 2 x PHYSICAL RAM whichever is larger.
Increase the “swap space” should resolve the error.
NOTE: The above solution didn’t help us.
Part time Solution: We have to re-start the Integration Server whenever we have this kind of issue.
Did anybody has to face this kid of issue, if so please let us know how you were able to resolve the issue.
Thanks,
Priyatham Porika.
#Integration-Server-and-ESB#webMethods