Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

Have you seen https://bugs.eclipse.org/478690 ?
It also links to the early thread in this list titled "Git outage?"

HTH,
Stephan

On 10/04/2015 09:59 AM, Alexander Gurov wrote:
Hello everyone,

While Git works fine for some projects (SimRel, for example), for some other it fails (at least for our web site project) and I was
unable to find nor the reason, nor the solution to the problem.
So, if there is anyone who knows what to do, any help is much appreciated.

P.S.
In case it is important, I'm using Eclipse Luna SR2 with all updates already installed. Also at least it worked just for this
project 10 days ago.

org.eclipse.jgit.api.errors.TransportException: ssh://agurov@xxxxxxxxxxxxxxx/gitroot/www.eclipse.org/subversive.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:253)
     at org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:97)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
     at org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:128)
     at org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:139)
     at org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:114)
     at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: ssh://agurov@xxxxxxxxxxxxxxx/gitroot/www.eclipse.org/subversive.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:121)
     at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:248)
     at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:147)
     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:1111)
     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




Back to the top