Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-2358

Sometimes Eclipse kie navigator cannot connect to git server on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • 7.5.0.Final
    • eclipse plugin
    • None
    • Hide

      This issue is hard to reproduce.

      1. Set kie navigator with correct server parameters.
      2. Open an org. unit.
      3. Try to open a repo.
      4. Error dialog is displayed.
      Show
      This issue is hard to reproduce. Set kie navigator with correct server parameters. Open an org. unit. Try to open a repo. Error dialog is displayed.
    • NEW
    • NEW

    Description

      Sometimes it happens that kie server cannot get content of repository. Error dialog is displayed. Exception is thrown:

      org.eclipse.jgit.api.errors.TransportException: ssh://testadmin@localhost:8001/clonerepo: verify: false
      	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:250)
      	at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:304)
      	at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:201)
      	at org.kie.eclipse.navigator.view.utils.ActionUtils$1.run(ActionUtils.java:149)
      	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
      Caused by: org.eclipse.jgit.errors.TransportException: ssh://testadmin@localhost:8001/clonerepo: verify: false
      	at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:172)
      	at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:137)
      	at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:278)
      	at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:169)
      	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:137)
      	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:123)
      	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1236)
      	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:239)
      	... 4 more
      Caused by: com.jcraft.jsch.JSchException: verify: false
      	at com.jcraft.jsch.Session.connect(Session.java:330)
      	at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:126)
      	... 11 more
      

      Attachments

        Activity

          People

            kverlaen@redhat.com Kris Verlaenen
            tdavid@redhat.com Tomas David
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: