I am getting a failure when pushing or pulling from Git this
morning. Is anyone else seeing this?
org.eclipse.jgit.api.errors.TransportException:
ssh://kkomissarchik@xxxxxxxxxxxxxxx/gitroot/sapphire/org.eclipse.sapphire.git:
Session.connect: java.io.IOException: End of IO Stream Read
at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
at
org.eclipse.jgit.api.PullCommand.call(PullCommand.java:263)
at
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2242)
at
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
at
org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:140)
at
org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:115)
at
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.jgit.errors.TransportException:
ssh://kkomissarchik@xxxxxxxxxxxxxxx/gitroot/sapphire/org.eclipse.sapphire.git:
Session.connect: java.io.IOException: End of IO Stream Read
at
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:159)
at
org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:136)
at
org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:262)
at
org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:161)
at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136)
at
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
at
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1138)
at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
... 8 more
Caused by: com.jcraft.jsch.JSchException: Session.connect:
java.io.IOException: End of IO Stream Read
at
com.jcraft.jsch.Session.connect(Session.java:558)
at
org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
... 15 more