Support Questions

Find answers, ask questions, and share your expertise

awstasks.com.jcraft.jsch.JSchException: Auth fail [preauth]

avatar
New Contributor

Hi there!

 

I'm using cloudera datameer app,

 

The SFTP Server is logging this error.

awstasks.com.jcraft.jsch.JSchException: Auth fail [preauth]

 

Cloudera logs just a authentication failed.

Ill appreciate any help.

 

Regards!

1 REPLY 1

avatar
New Contributor

Caused by: java.lang.RuntimeException: Auth fail

                at datameer.dap.sdk.util.ExceptionUtil.convertToRuntimeException(ExceptionUtil.java:51)

                at datameer.dap.sdk.util.ExceptionUtil.convertToRuntimeException(ExceptionUtil.java:33)

                at datameer.dap.hadoop.filesystem.AbstractSshFileSystem.open(AbstractSshFileSystem.java:106)

                at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:781)

                at datameer.dap.sdk.cluster.filesystem.HadoopFileSystem.open(HadoopFileSystem.java:110)

                at datameer.dap.sdk.importjob.TextFileFormat.isSequenceFile(TextFileFormat.java:263)

                at datameer.dap.sdk.importjob.TextFileFormat.determineFileFormat(TextFileFormat.java:220)

                at datameer.dap.sdk.importjob.TextImportFormat.getFileFormatType(TextImportFormat.java:116)

                at datameer.dap.sdk.importjob.TextImportFormat.createRecordSourceReader(TextImportFormat.java:102)

                at datameer.dap.sdk.importjob.DelegateImportFormat.createRecordSourceReader(DelegateImportFormat.java:66)

                at datameer.dap.common.graphv2.hadoop.ExternalInputSplitHandler.createRecordSourceReader(ExternalInputSplitHandler.java:157)

                at datameer.dap.common.graphv2.hadoop.ExternalInputSplitHandler.create(ExternalInputSplitHandler.java:114)

                ... 22 more

Caused by: awstasks.com.jcraft.jsch.JSchException: Auth fail

                at awstasks.com.jcraft.jsch.Session.connect(Session.java:512)

                at awstasks.com.jcraft.jsch.Session.connect(Session.java:183)

                at datameer.awstasks.ssh.JschRunner.createFreshSession(JschRunner.java:369)

                at datameer.awstasks.ssh.JschRunner.openSession(JschRunner.java:289)

                at datameer.dap.hadoop.filesystem.AbstractSshFileSystem.open(AbstractSshFileSystem.java:103)