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

Hi, thanks for the tip. It is exactly as you said.

I checked com.jcraft.jsch and there are already 2 versions installed: 0.1.50 and 0.1.51. So, conflict with 0.1.53 doesn't seem to be impossible at all. And since I don't know whose dependencies those are, it truly seems to be better to start with Mars.1 where the only installed version is 0.1.53, even if it requires some additional work to move to it.

Best regards,
Alexander Gurov.

04.10.2015 15:10, Ed Willink пишет:
Hi

I suspect that your upgrade, like mine, resulted in com.jcraft.jsch 0.1.51 and 0.1.53 'co-existing'. They don't. You might try forcibly eliminating 0.1.51. Much safer to start with a clean new Eclipse installation.

    Regards

        Ed Willink

On 04/10/2015 12:57, Alexander Gurov wrote:
I did see the discussion in "Git outage?", but did not see this report on Bugzilla. And google didn't suggest it to me. It seems that EGit should be updated manually to the 4.1 version? Unfortunately it does not seem to be such a simple task, since after updating it to the version 4.1 it is absolutely dead and trying to return to the previous version is useless - even after uninstalling of version 4.1 it still seems to be installed from Eclipse's point of view. :) I had my Eclipse instance backed up just before the action, so no actual damage is done.

Anyway, thank you very much for your help, I'll try to solve the issues with the installation process or try moving to Mars.1 and see if it helps or not.

Best regards,
Alexander Gurov,
Subversive Team.

04.10.2015 12:01, Stephan Herrmann пишет:
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


_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


--
Best regards,
Alexander Gurov,
Subversive Team.



Back to the top