René's URL Explorer Experiment


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

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@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-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9bac6e8a-5904-3e0a-4434-e9f0dab4813e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE75E:119F1E:29A9AB9:355138C:69902CA5
html-safe-nonce1e6cf258d0315e45c66078bb107caf8b0ee1b041338f81c368afcb0d008d439d
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNzVFOjExOUYxRToyOUE5QUI5OjM1NTEzOEM6Njk5MDJDQTUiLCJ2aXNpdG9yX2lkIjoiODQ4NTg5NjExNDkwMTM2Mzg3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac72c8cc5159ff5a67f031bf94f5faf2e44992b91ecb7cf685594c86ee4bbc1dc0
hovercard-subject-tagissue:257029203
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/MendixCap/MX--SFTP-Module/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3a840f47e377fcf90b2a018ae25af2a1f10cc176ccc65ca73c40ab3485d4816e/MendixCap/MX--SFTP-Module/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3a840f47e377fcf90b2a018ae25af2a1f10cc176ccc65ca73c40ab3485d4816e/MendixCap/MX--SFTP-Module/issues/3
og:image:altHi 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:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamestephanbruijnis
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/MendixCap/MX--SFTP-Module git https://github.com/MendixCap/MX--SFTP-Module.git
octolytics-dimension-user_id21217332
octolytics-dimension-user_loginMendixCap
octolytics-dimension-repository_id72848701
octolytics-dimension-repository_nwoMendixCap/MX--SFTP-Module
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id72848701
octolytics-dimension-repository_network_root_nwoMendixCap/MX--SFTP-Module
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3b33c5aedc9808f45bc5fcf0b1e4404cf749dac7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/3#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FMendixCap%2FMX--SFTP-Module%2Fissues%2F3
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FMendixCap%2FMX--SFTP-Module%2Fissues%2F3
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=MendixCap%2FMX--SFTP-Module
Reloadhttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/3
Reloadhttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/3
Reloadhttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/3
MendixCap https://patch-diff.githubusercontent.com/MendixCap
MX--SFTP-Modulehttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FMendixCap%2FMX--SFTP-Module
Fork 4 https://patch-diff.githubusercontent.com/login?return_to=%2FMendixCap%2FMX--SFTP-Module
Star 3 https://patch-diff.githubusercontent.com/login?return_to=%2FMendixCap%2FMX--SFTP-Module
Code https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module
Issues 3 https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues
Pull requests 1 https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/pulls
Actions https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/actions
Projects 0 https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/projects
Security 0 https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/security
Insights https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/pulse
Code https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module
Issues https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues
Pull requests https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/pulls
Actions https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/actions
Projects https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/projects
Security https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/security
Insights https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/MendixCap/MX--SFTP-Module/issues/3
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/MendixCap/MX--SFTP-Module/issues/3
Session Is Downhttps://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/3#top
https://github.com/stephanbruijnis
https://github.com/stephanbruijnis
stephanbruijnishttps://github.com/stephanbruijnis
on Sep 12, 2017https://github.com/MendixCap/MX--SFTP-Module/issues/3#issue-257029203
https://forum.mendixcloud.com/link/questions/87263https://patch-diff.githubusercontent.com/MendixCap/MX--SFTP-Module/issues/url
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.