Advertisement
sbunciak

openshift jgit exc

Oct 2nd, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. java.lang.reflect.InvocationTargetException
  2. at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:173)
  3. at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:245)
  4. at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:233)
  5. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:97)
  6. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.ConfigureUnsharedProject.copyOpenshiftConfigurations(ConfigureUnsharedProject.java:140)
  7. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.ConfigureUnsharedProject.execute(ConfigureUnsharedProject.java:93)
  8. at org.jboss.tools.openshift.express.internal.ui.wizard.OpenShiftExpressApplicationWizardModel.configureUnsharedProject(OpenShiftExpressApplicationWizardModel.java:119)
  9. at org.jboss.tools.openshift.express.internal.ui.wizard.OpenShiftExpressApplicationWizard$ImportJob.runInWorkspace(OpenShiftExpressApplicationWizard.java:304)
  10. at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
  11. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
  12. Caused by: org.eclipse.jgit.api.errors.TransportException: ssh://733a664b01da4c8f8352a271434c0805@rich-heydoman.rhcloud.com/~/git/rich.git/: Auth fail
  13. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
  14. at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
  15. at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
  16. at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:153)
  17. ... 9 more
  18. Caused by: org.eclipse.jgit.errors.TransportException: ssh://733a664b01da4c8f8352a271434c0805@rich-heydoman.rhcloud.com/~/git/rich.git/: Auth fail
  19. at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:142)
  20. at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
  21. at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
  22. at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
  23. at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
  24. at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
  25. at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104)
  26. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
  27. ... 12 more
  28. Caused by: com.jcraft.jsch.JSchException: Auth fail
  29. at com.jcraft.jsch.Session.connect(Session.java:482)
  30. at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
  31. ... 19 more
  32. Root exception:
  33. org.eclipse.jgit.api.errors.TransportException: ssh://733a664b01da4c8f8352a271434c0805@rich-heydoman.rhcloud.com/~/git/rich.git/: Auth fail
  34. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137)
  35. at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:178)
  36. at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:125)
  37. at org.eclipse.egit.core.op.CloneOperation.run(CloneOperation.java:153)
  38. at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:245)
  39. at org.jboss.tools.openshift.egit.core.EGitUtils.cloneRepository(EGitUtils.java:233)
  40. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.AbstractImportApplicationOperation.cloneRepository(AbstractImportApplicationOperation.java:97)
  41. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.ConfigureUnsharedProject.copyOpenshiftConfigurations(ConfigureUnsharedProject.java:140)
  42. at org.jboss.tools.openshift.express.internal.ui.wizard.appimport.ConfigureUnsharedProject.execute(ConfigureUnsharedProject.java:93)
  43. at org.jboss.tools.openshift.express.internal.ui.wizard.OpenShiftExpressApplicationWizardModel.configureUnsharedProject(OpenShiftExpressApplicationWizardModel.java:119)
  44. at org.jboss.tools.openshift.express.internal.ui.wizard.OpenShiftExpressApplicationWizard$ImportJob.runInWorkspace(OpenShiftExpressApplicationWizard.java:304)
  45. at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
  46. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
  47. Caused by: org.eclipse.jgit.errors.TransportException: ssh://733a664b01da4c8f8352a271434c0805@rich-heydoman.rhcloud.com/~/git/rich.git/: Auth fail
  48. at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:142)
  49. at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:121)
  50. at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
  51. at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
  52. at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
  53. at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
  54. at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104)
  55. at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
  56. ... 12 more
  57. Caused by: com.jcraft.jsch.JSchException: Auth fail
  58. at com.jcraft.jsch.Session.connect(Session.java:482)
  59. at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
  60. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement