Title: Session Is Down · Issue #3 · MendixCap/MX--SFTP-Module · GitHub
Open Graph Title: Session Is Down · Issue #3 · MendixCap/MX--SFTP-Module
X Title: Session Is Down · Issue #3 · MendixCap/MX--SFTP-Module
Description: Hi I get this issue a few minutes after using the SFTP configuration for the first time, also see this topic: https://forum.mendixcloud.com/link/questions/87263 Tested in mx6.8.1. com.mendix.core.CoreException: com.mendix.core.CoreRuntim...
Open Graph Description: Hi I get this issue a few minutes after using the SFTP configuration for the first time, also see this topic: https://forum.mendixcloud.com/link/questions/87263 Tested in mx6.8.1. com.mendix.core.C...
X Description: Hi I get this issue a few minutes after using the SFTP configuration for the first time, also see this topic: https://forum.mendixcloud.com/link/questions/87263 Tested in mx6.8.1. com.mendix.core.C...
Opengraph URL: https://github.com/MendixCap/MX--SFTP-Module/issues/3
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Session Is Down","articleBody":"Hi \r\n\r\nI get this issue a few minutes after using the SFTP configuration for the first time, also see this topic: [https://forum.mendixcloud.com/link/questions/87263](url)\r\n\r\nTested in mx6.8.1.\r\n```\r\ncom.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.jcraft.jsch.JSchException: session is down\r\n\tat com.mendix.core.component.InternalCore.execute(InternalCore.java:398)\r\n\r\nCaused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.jcraft.jsch.JSchException: session is down\r\n\tat com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178)\r\n\r\nCaused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.jcraft.jsch.JSchException: session is down\r\n\tat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:40)\r\n\r\nCaused by: com.jcraft.jsch.JSchException: session is down\r\n\tat com.jcraft.jsch.Session.openChannel(Session.java:853)\r\n\tat sftpconnection.helpers.HandleFileSftp.createSFTPChannel(HandleFileSftp.java:55)\r\n\tat sftpconnection.helpers.HandleFileSftp.getFileDocumentFromSFTP(HandleFileSftp.java:173)\r\n\tat sftpconnection.actions.GetFileDocumentFromSFTPLocation.executeAction(GetFileDocumentFromSFTPLocation.java:50)\r\n\tat sftpconnection.actions.GetFileDocumentFromSFTPLocation.executeAction(GetFileDocumentFromSFTPLocation.java:22)\r\n\tat com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)\r\n\tat com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)\r\n\tat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)\r\n\tat com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)\r\n\tat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)\r\n\tat com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)\r\n\tat com.mendix.core.component.InternalCore.execute(InternalCore.java:390)\r\n\tat com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:52)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149)\r\n\tat com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)\r\n\tat com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)\r\n\tat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)\r\n\tat com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)\r\n\tat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)\r\n\tat com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)\r\n\tat com.mendix.core.component.InternalCore.executeSync(InternalCore.java:472)\r\n\tat com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192)\r\n\tat com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149)\r\n\tat com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)\r\n\tat com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)\r\n\tat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)\r\n\tat com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)\r\n\tat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)\r\n\tat com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)\r\n\tat com.mendix.core.component.InternalCore.execute(InternalCore.java:390)\r\n\tat com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:144)\r\n\tat com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:314)\r\n\tat com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:304)\r\n\tat com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:304)\r\n\tat com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144)\r\n\tat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)\r\n\tat com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146)\r\n\tat scala.util.Try$.apply(Try.scala:192)\r\n\tat com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140)\r\n\tat akka.actor.Actor$class.aroundReceive(Actor.scala:465)\r\n\tat com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136)\r\n\tat akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)\r\n\tat akka.actor.ActorCell.invoke(ActorCell.scala:487)\r\n\tat akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)\r\n\tat akka.dispatch.Mailbox.run(Mailbox.scala:220)\r\n\tat akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393)\r\n\tat scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)\r\n\tat scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)\r\n\tat scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)\r\n\tat scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)\r\n\r\n```","author":{"url":"https://github.com/stephanbruijnis","@type":"Person","name":"stephanbruijnis"},"datePublished":"2017-09-12T12:42:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/3/MX--SFTP-Module/issues/3"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:9bac6e8a-5904-3e0a-4434-e9f0dab4813e |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E75E:119F1E:29A9AB9:355138C:69902CA5 |
| html-safe-nonce | 1e6cf258d0315e45c66078bb107caf8b0ee1b041338f81c368afcb0d008d439d |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzVFOjExOUYxRToyOUE5QUI5OjM1NTEzOEM6Njk5MDJDQTUiLCJ2aXNpdG9yX2lkIjoiODQ4NTg5NjExNDkwMTM2Mzg3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 72c8cc5159ff5a67f031bf94f5faf2e44992b91ecb7cf685594c86ee4bbc1dc0 |
| hovercard-subject-tag | issue:257029203 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/MendixCap/MX--SFTP-Module/3/issue_layout |
| twitter:image | https://opengraph.githubassets.com/3a840f47e377fcf90b2a018ae25af2a1f10cc176ccc65ca73c40ab3485d4816e/MendixCap/MX--SFTP-Module/issues/3 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/3a840f47e377fcf90b2a018ae25af2a1f10cc176ccc65ca73c40ab3485d4816e/MendixCap/MX--SFTP-Module/issues/3 |
| og:image:alt | Hi I get this issue a few minutes after using the SFTP configuration for the first time, also see this topic: https://forum.mendixcloud.com/link/questions/87263 Tested in mx6.8.1. com.mendix.core.C... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | stephanbruijnis |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| go-import | github.com/MendixCap/MX--SFTP-Module git https://github.com/MendixCap/MX--SFTP-Module.git |
| octolytics-dimension-user_id | 21217332 |
| octolytics-dimension-user_login | MendixCap |
| octolytics-dimension-repository_id | 72848701 |
| octolytics-dimension-repository_nwo | MendixCap/MX--SFTP-Module |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 72848701 |
| octolytics-dimension-repository_network_root_nwo | MendixCap/MX--SFTP-Module |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width