[
https://issues.jboss.org/browse/DROOLS-2358?page=com.atlassian.jira.plugi...
]
Kris Verlaenen updated DROOLS-2358:
-----------------------------------
Summary: Sometimes Eclipse cannot connect to git server on Windows (was: Sometimes
kie server cannot connect to the server on Windows)
Sometimes Eclipse cannot connect to git server on Windows
---------------------------------------------------------
Key: DROOLS-2358
URL:
https://issues.jboss.org/browse/DROOLS-2358
Project: Drools
Issue Type: Bug
Components: eclipse plugin
Affects Versions: 7.5.0.Final
Environment: Windows 10
Developer studio 11.2.0.GA
Drools plugin 7.5.0.Final
RHDM 7.0.0.GA / BPMS 6.4.9.GA
Reporter: Tomas David
Assignee: Kris Verlaenen
Attachments: error_dialog.png
Sometimes it happens that kie server cannot get content of repository. Error dialog is
displayed. Exception is thrown:
{noformat}
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
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)