Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Can't pull anymore

Without any change from my side I can pull again. I guess this was Gerrit server problem, may be it was restarted or so.

Sorry for the noise.

Am 09.01.2017 um 19:34 schrieb Lars Vogel:
Hi Andrey,

Maybe you make a typo with the platform.ui URL? If not, if you are
trying to pull from
https://git.eclipse.org/r/platform/eclipse.platform.ui into jdt ui
this should fail as the rebase or merge will not work. Maybe the JGit
error reporting does not catch that.

The following command works fine for me if I'm in the JDT UI repo:

git pull https://git.eclipse.org/r/jdt/eclipse.jdt.ui

Best regards, Lars



On Mon, Jan 9, 2017 at 7:24 PM, Andrey Loskutov <loskutov@xxxxxx> wrote:
OK,

thanks for the hints,

I've just verified that the https: for pull (via Gerrit) from
https://git.eclipse.org/r/platform/eclipse.platform.ui doesn't work on my
second machine too, so it is definitely a server side issue.

I will open a bug.

Am 09.01.2017 um 17:20 schrieb Daniel Megert:

Hi Andrey

As IDE user I use EGit in my IDE, and there pull works just fine. I have
this in my config:

[remote "origin"]
        _url_=
_ssh_://_dmegert@git.eclipse.org_/_gitroot_/jdt/eclipse.jdt.ui.git
        fetch = +_refs_/heads/*:_refs_/_remotes_/origin/*
        fetch = _refs_/notes/*:_refs_/notes/*

Dani



From:        "Andrey Loskutov" <loskutov@xxxxxx>
To:        jdt-ui-dev@xxxxxxxxxxx
Date:        09.01.2017 17:10
Subject:        [jdt-ui-dev] Can't pull anymore
Sent by:        jdt-ui-dev-bounces@xxxxxxxxxxx
------------------------------------------------------------------------




Hi,

Since this year I can't pull from jdt.ui repo (but from jdt.core), git
and jgit both throw the errors below.
I'm alone with that? The same setup worked last year and ALL other
eclipse.org repositories I have work fine too.

git native on RHEL 7.2:
git pull
fatal: git fetch-pack: expected ACK/NAK, got 'error: Internal server
error'
fatal: The remote end hung up unexpectedly

JGit:
org.eclipse.jgit.api.errors.TransportException: Expected ACK/NAK, got:
 error: Internal server error
                at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:135)
                at
org.eclipse.jgit.api.PullCommand.call(PullCommand.java:280)
                at
org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:200)
                at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
                at
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267)
                at
org.eclipse.egit.core.op.PullOperation.execute(PullOperation.java:232)
                at

org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:176)
                at

org.eclipse.egit.ui.internal.pull.PullOperationUI.access$0(PullOperationUI.java:168)
                at

org.eclipse.egit.ui.internal.pull.PullOperationUI$1.runInWorkspace(PullOperationUI.java:141)
                at

org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:39)
                at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
Caused by: org.eclipse.jgit.errors.TransportException: Expected ACK/NAK,
got:  error: Internal server error
                at

org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:377)
                at

org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:842)
                at

org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:308)
                at

org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:298)
                at

org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:245)
                at
org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:161)
                at
org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
                at
org.eclipse.jgit.transport.Transport.fetch(Transport.java:1201)
                at
org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128)
                ... 10 more
Caused by: org.eclipse.jgit.errors.PackProtocolException: Expected
ACK/NAK, got:  error: Internal server error
                at
org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:126)
                at

org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:586)
                at

org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:363)
                ... 18 more

Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev






_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe
from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev


--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov
_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev




--
Kind regards,
Andrey Loskutov

http://google.com/+AndreyLoskutov


Back to the top