Hi ,
I had recently installed OpenJDK 11.0.18 in one of the Windows FTP server and configured it to the RA FTP Agent .
After the change, I could see all the RA FTP jobs copying files from / to MVS (Mainframe) platform failed with below error in the job log report.
I had to rollback the change the allow the agent to run on jre1.8.0_111.
I would like to know if anyone had faced such issues and what is the workaround/fix
Job Report:
sun.security.ssl.SSLSocketImpl.getHost()
com.uc4.ftpjob.DataTransferException: Source file does not exist: 'filename', can't open file.
Caused by: java.io.IOException: sun.security.ssl.SSLSocketImpl.getHost()
at com.uc4.transfer.RAFTPSClient._prepareDataSocket_(RAFTPSClient.java:68)
at org.apache.commons.net.ftp.FTPSClient._openDataConnection_(FTPSClient.java:601)
at org.apache.commons.net.ftp.FTPClient._retrieveFileStream(FTPClient.java:1927)
at org.apache.commons.net.ftp.FTPClient.retrieveFileStream(FTPClient.java:1918)
at com.uc4.ftpjob.commands.FtpsCommandImpl$9.runCommand(FtpsCommandImpl.java:289)
at com.uc4.ftpjob.commands.FtpsCommandImpl.runCmd(FtpsCommandImpl.java:171)
... 17 more
2023-03-23 21:03:24 Command aborted with error message: Source file does not exist: 'filename', can't open file. sun.security.ssl.SSLSocketImpl.getHost().