[cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread Alexander Gurov

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://agu...@git.eclipse.org/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://agu...@git.eclipse.org/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.(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:)
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

--
Best regards,
Alexander Gurov,
Subversive Team.

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


Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread 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://agu...@git.eclipse.org/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://agu...@git.eclipse.org/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.(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:)
 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@eclipse.org
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@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread 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://agu...@git.eclipse.org/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://agu...@git.eclipse.org/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.(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:)
 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@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] Git doesn't work with IOException: End of IO Stream Read

2015-10-04 Thread Alexander Gurov
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://agu...@git.eclipse.org/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://agu...@git.eclipse.org/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.(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:)
 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@eclipse.org
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.

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