-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
7.5.0.Final
-
None
-
-
NEW
-
NEW
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