Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Gerrit pull over https randomly throws 502 error

Le 2019-06-22 09:03, Alexander Fedorov a écrit :
I also have problems with push via ssh
java.io.IOException: The specified network name is no longer available


I get SSH errors from a simple pull using the command-line:

% git pull origin
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I tried from several repos, and all give the same error.

Regards,
AF

22.06.2019 9:44, Andrey Loskutov пишет:
Hi all,

I see random timeouts of git pull operations for different platform
repositories. It looks like either the server is overloaded or something
else is going on.

All errors are same (just different repos involved), like:

org.eclipse.jgit.api.errors.TransportException:
https://git.eclipse.org/r/jdt/eclipse.jdt.debug.git: 502 Bad Gateway
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:255)
    at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:296)
    at
org.eclipse.egit.core.op.PullOperation$PullJob.run(PullOperation.java:256)     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Caused by: org.eclipse.jgit.errors.TransportException:
https://git.eclipse.org/r/jdt/eclipse.jdt.debug.git: 502 Bad Gateway
    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:602)
    at
org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:391)     at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:138)
    at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:124)
    at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1292)
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:244)
    ... 3 more

-- Kind regards,
Andrey Loskutov

https://www.eclipse.org/user/aloskutov
---------------------------------------------
Спасение утопающих - дело рук самих утопающих
---------------------------------------------
_______________________________________________
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://www.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://www.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top