Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] unable to push to gerrit - "session is down"


On 28 Nov 2017, at 17:49 , Stephan Herrmann <stephan.herrmann@xxxxxxxxx> wrote:

when trying to push to Oxygen_update of org.eclipse.simrel.build.git
I get this error:

Can't connect to any repository: ssh://sherrmann@xxxxxxxxxxxxxxx:29418/simrel/org.eclipse.simrel.build.git (ssh://sherrmann@xxxxxxxxxxxxxxx:29418/simrel/org.eclipse.simrel.build.git: session is down)

anyone seen this?


Are you using EGit/JGit 4.9.0? Then that’s https://bugs.eclipse.org/bugs/show_bug.cgi?id=526867 :-(

The bug is in Jsch.

JGit has a work-around, but AFAIK no 4.9.1 including the fix has been published yet. It should be
the EGit/JGit nightly build from http://download.eclipse.org/egit/updates-nightly/.

Otherwise, the manual interim work-around would be to comment out ServerAliveInterval in your
~/.ssh/config.

Cheers,

  Thomas


Back to the top