Hi Team,
We are using Gerrit V2.11 in our production and using Github as our replica.
We are getting replication issue from yesterday without doing any update in our box
Replication to
g...@github.com:<project>.git started...
Cannot replicate to
g...@github.com:<project>.git
org.eclipse.jgit.errors.TransportException:
g...@github.com:<project>.git: Algorithm negotiation fail
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 com.googlesource.gerrit.plugins.replication.PushOne.listRemote(PushOne.java:505)
at com.googlesource.gerrit.plugins.replication.PushOne.doPushAll(PushOne.java:449)
at com.googlesource.gerrit.plugins.replication.PushOne.generateUpdates(PushOne.java:442)
at com.googlesource.gerrit.plugins.replication.PushOne.pushVia(PushOne.java:388)
at com.googlesource.gerrit.plugins.replication.PushOne.runImpl(PushOne.java:371)
at com.googlesource.gerrit.plugins.replication.PushOne.runPushOperation(PushOne.java:286)
at com.googlesource.gerrit.plugins.replication.PushOne.access$000(PushOne.java:81)
at com.googlesource.gerrit.plugins.replication.PushOne$1.call(PushOne.java:256)
at com.googlesource.gerrit.plugins.replication.PushOne$1.call(PushOne.java:253)
at com.google.gerrit.server.util.RequestScopePropagator$5.call(RequestScopePropagator.java:222)
at com.google.gerrit.server.util.RequestScopePropagator$4.call(RequestScopePropagator.java:201)
at com.google.gerrit.server.git.PerThreadRequestScope$Propagator$1.call(PerThreadRequestScope.java:75)
at com.googlesource.gerrit.plugins.replication.PushOne.run(PushOne.java:253)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:379)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.jcraft.jsch.JSchException: Algorithm negotiation fail
at com.jcraft.jsch.Session.receive_kexinit(Session.java:583)
at com.jcraft.jsch.Session.connect(Session.java:320)
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:116)
... 24 more
Can someone please help me in solving this issue.
Best Regards,
Anjan