Hi,
I am getting the followed exception while reading the file, Could someone help me to fix this issue.
UG 25.07.18 15:20:54,420 [Transport protocol 1] IJCE getClassCandidate('CBC','CryptixEDT','Mode')
DEBUG 25.07.18 15:20:54,420 [Transport protocol 1] Cipher Created cipher [1]: Mode [CryptixEDT Rijndael/CBC/NONE]
DEBUG 25.07.18 15:20:54,420 [Transport protocol 1] TransportProtocolCommon Determine Algorithm
DEBUG 25.07.18 15:20:54,420 [Transport protocol 1] TransportProtocolCommon Client Algorithms: [hmac-md5, hmac-md5-96, hmac-sha2-256, hmac-sha2-512]
DEBUG 25.07.18 15:20:54,420 [Transport protocol 1] TransportProtocolCommon Server Algorithms: [hmac-sha2-256, hmac-sha2-512, hmac-sha2-384, hmac-sha1]
DEBUG 25.07.18 15:20:54,420 [Transport protocol 1] TransportProtocolCommon Returning hmac-sha2-256
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Determine Algorithm
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Client Algorithms: [hmac-md5, hmac-md5-96, hmac-sha2-256, hmac-sha2-512]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Server Algorithms: [hmac-sha2-256, hmac-sha2-512, hmac-sha2-384, hmac-sha1]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Returning hmac-sha2-256
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Determine Algorithm
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Client Algorithms: [none, zlib, zlib@openssh.com]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Server Algorithms: [none, none]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Returning none
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Determine Algorithm
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Client Algorithms: [none, zlib, zlib@openssh.com]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Server Algorithms: [none, none]
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Returning none
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] State Updated state to 4
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] TransportProtocolCommon Sending queued messages
DEBUG 25.07.18 15:20:54,423 [Transport protocol 1] State Updated state to 4
DEBUG 25.07.18 15:20:54,428 [IS-CL00029.e-ssi.net--MThread-63] TransportProtocolCommon Name=SSH_MSG_SERVICE_REQUEST,MessageId=5
DEBUG 25.07.18 15:20:54,432 [IS-CL00029.e-ssi.net--MThread-63] TransportProtocolOutputStream Sent message. Seq no=3, msg=5
DEBUG 25.07.18 15:20:54,432 [IS-CL00029.e-ssi.net--MThread-63] SshMessageStore Waiting for max 60000 ms
WARN 25.07.18 15:20:54,463 [Transport protocol 1] TransportProtocolCommon The Transport Protocol thread failed: The socket is EOF
DEBUG 25.07.18 15:20:54,463 [Transport protocol 1] TransportProtocolCommon stop() called
DEBUG 25.07.18 15:20:54,464 [Transport protocol 1] State Updated state to 3
DEBUG 25.07.18 15:20:54,465 [Transport protocol 1] State Updated state to 5
INFO 25.07.18 15:20:54,466 [Transport protocol 1] TransportProtocolCommon The Transport Protocol has been stopped
ERROR 25.07.18 15:20:54,467 [IS-CL00029.e-ssi.net--MThread-63] IBISPluginExecutorThread run: module execution with Throwable
com.service.utils.ServiceException: @Start@InternalPluginError@@@Internal error in the "Ftp con" plug-in.@@@Ftp con@End@The message store has reached EOF
at com.service.ftp.FTPCon.execute(FTPCon.java:775)
at com.service.ibis.server.IBISPluginExecutorThread.execute(IBISPluginExecutorThread.java:221)
at com.service.ibis.server.IBISPluginExecutorThread.run(IBISPluginExecutorThread.java:150)
com.enterprisedt.net.j2ssh.transport.MessageStoreEOFException: The message store has reached EOF
at com.enterprisedt.net.j2ssh.transport.SshMessageStore.getMessage(SshMessageStore.java:184)
at com.enterprisedt.net.j2ssh.transport.SshMessageStore.getMessage(SshMessageStore.java:213)
at com.enterprisedt.net.j2ssh.transport.TransportProtocolClient.requestService(TransportProtocolClient.java:198)
at com.enterprisedt.net.j2ssh.SshClient.connect(SshClient.java:600)
at com.enterprisedt.net.ftp.ssh.SCPClient.connectSSH(SCPClient.java:1144)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.connect(SSHFTPClient.java:932)
at com.service.ftp.FTPCon.execute(FTPCon.java:986)
Thanks...