Title:
An error occurred during the sFTP getfile operation. correct/incorrect error
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/PRNeedInfo
Reporter/Name(from Bugbase): Chris Hopkins / Chris Hopkins ()
Created: 09/21/2017
Components: Language, Exception Handling
Versions: 11.0
Failure Type: Data Loss
Found In Build/Fixed In Build: 11 /
Priority/Frequency: Normal / Some users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:
Hi, unsure if this is a bug or what but its a little confusing.
When performing many SFTP getFile operations and the script times out due to the admin timeout setting the error returned is as shown below, which is correct but it is masking the fact that this happened due to the timeout which makes it a bit of a pain to debug.
It would be awesome if the real issue could also be shown - whatever that may be in any case.
Steps to Reproduce:
loop lots of SFTP getfile operations until the time goes over the cfadmin timeout setting
Actual Result:
Error:
Action: getfile
Detail: Error: ''. Check for a bad path, filename, or directory.
Message: An error occurred during the sFTP getfile operation.
StackTrace: coldfusion.tagext.net.SftpHandler$SftpOperationBadPathException: An error occurred during the sFTP getfile operation.
at coldfusion.tagext.net.SftpHandler$SftpOperationException.(SftpHandler.java:850)
Expected Result:
Something to let me know what the actual error was ( that the timeout had stopped the operation )
Any Workarounds:
tons
Attachments:
Comments: