Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
AndyBrown
Contributor
Contributor

tFTPGet - java.io.IOException: Unexpected null reply received

I've been struggling with getting this tFTPGet component to work with our FTP server. At first, I was getting a java.net.SocketException: Connection reset" Exception. Now I'm getting this one.
Starting job GetFile at 12:51 23/07/2009.
Exception in component tFTPPut_1
java.io.IOException: Unexpected null reply received
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:855)
at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3089)
at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:2993)
at disti_test.getfile_0_1.GetFile.tFTPPut_1Process(GetFile.java:430)
at disti_test.getfile_0_1.GetFile.runJobInTOS(GetFile.java:883)
at disti_test.getfile_0_1.GetFile.main(GetFile.java:735)
Job GetFile ended at 12:51 23/07/2009.
Could anyone offer troubleshooting methods for this?
Labels (3)
2 Replies
AndyBrown
Contributor
Contributor
Author

Anyone???
_AnonymousUser
Specialist III
Specialist III

I have the same error. We are migrating the the ftp server from windows to unix. In windows works fine but the error occurs in linux.
java.io.IOException: Unexpected null reply received
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:500)
at com.enterprisedt.net.ftp.FTPControlSocket.validateConnection(FTPControlSocket.java:185)
at com.enterprisedt.net.ftp.FTPControlSocket.<init>(FTPControlSocket.java:144)
at com.enterprisedt.net.ftp.FTPClient.<init>(FTPClient.java:152)
at rpm.autoproc.TestReadPos.main(TestReadPos.java:31)