Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Git outage?

I've filed https://bugs.eclipse.org/478690 to track this.

Dani



From:        Ed Willink <ed@xxxxxxxxxxxxx>
To:        cross-project-issues-dev@xxxxxxxxxxx
Date:        30.09.2015 00:26
Subject:        Re: [cross-project-issues-dev] Git outage?
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx




HI

I'm seeing the problem on a Neon M1 with EGit 4.0.1 installation, jsch 0.1.51

Some GIT repos have stopped working on or after 27-Sep.

Others continue to work fine.

The problem must be at the Eclipse GIT server end.

    Regards

        Ed Willink

On 29/09/2015 18:08, Matthias Sohn wrote:

Since 4.0.3 EGit ships with jsch 0.1.53, older versions come with jsch 0.1.51.
jsch 0.1.53 supports more ciphers.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=463580 and
http://www.jcraft.com/jsch/ChangeLog

-Matthias

On Tue, Sep 29, 2015 at 11:21 PM, Konstantin Komissarchik <konstantin.komissarchik@xxxxxxxxxx> wrote:
Dani,

 

Your observations match up with mine. I tested the following configurations using the same workspace (same repository). All were fresh installs of the Java EE package.

 

juno sr2 - Algorithm negotiation fail

mars - End of IO Stream Read

neon m1 - End of IO Stream Read

mars.1 rc4a – works

 

I also have a custom Neon installation where platform is M1, but EGit is 4.1. This configuration also works.

 

Hopefully that’s enough for webmasters to figure out what changed.

 

Thanks,

 

- Konstantin

 

 


From:
Daniel Megert
Sent:
Tuesday, September 29, 2015 12:51 PM
To:
Cross project issues;Eclipse Webmaster (Denis Roy);Denis Roy
Subject:
Re: [cross-project-issues-dev] Git outage?
Importance:
High

 

 

I have the same issue since today and reported it to the webmaster. I suspect a change in their config, however, they say there was no change.

What I see is that it works if I use a current Mars.1 maintenance build or a current Neon build. When I use Mars (4.5) it fails. I definitely think that something changed on the server(s), e.g. some protocols got disabled or some other ssh related changes.


To me it looks like currently everyone who uses Mars (4.5) can't use EGit with ssh.


Dani




From:        
Konstantin Komissarchik <konstantin.komissarchik@xxxxxxxxxx>
To:        
"cross-project-issues-dev@xxxxxxxxxxx" <cross-project-issues-dev@xxxxxxxxxxx>
Date:        
29.09.2015 21:26
Subject:        
[cross-project-issues-dev] Git outage?
Sent by:        
cross-project-issues-dev-bounces@xxxxxxxxxxx




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

 

 

 
_______________________________________________
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



_______________________________________________
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

No virus found in this message.
Checked by AVG -
www.avg.com
Version: 2015.0.6140 / Virus Database: 4419/10723 - Release Date: 09/29/15

_______________________________________________
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


Back to the top