2016-03-10 04:01:44,741 [ERROR] (JobExecuter) : Job has failed to execute java.lang.NullPointerException
at com.*****.b2c.batch.util.GetFilesFromSFTP.run(Unknown Source)
at com.*****.b2c.batch.util.JobExecuter.main(Unknown Source)
2016-03-10 04:01:43,702 [ERROR] (GetFilesFromSFTP) : Error processing GetFilesFromSFTP :
java.io.IOException: The message store has reached EOF
at com.enterprisedt.net.j2ssh.connection.ConnectionProtocol.openChannel(ConnectionProtocol.java:200)
at com.enterprisedt.net.j2ssh.SshClient.openChannel(SshClient.java:1146)
at com.enterprisedt.net.j2ssh.SshClient.openSftpChannel(SshClient.java:1100)
at com.enterprisedt.net.j2ssh.SftpClient.<init>(SftpClient.java:187)
at com.enterprisedt.net.j2ssh.SshClient.openSftpClient(SshClient.java:993)
at com.enterprisedt.net.j2ssh.SshClient.openSftpClient(SshClient.java:974)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.connect(SSHFTPClient.java:944)
at com.****.b2c.batch.util.GetFilesFromSFTP.getSFTPConnection(Unknown Source)
at com.****.b2c.batch.util.GetFilesFromSFTP.run(Unknown Source)
at com.****.b2c.batch.util.JobExecuter.main(Unknown Source)