Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 354240

Summary: Fetch: Expected ACK/NAK, got: Error: internal server error
Product: [Technology] EGit Reporter: Andre Bossert <anb0s>
Component: CoreAssignee: Project Inbox <egit.core-inbox>
Status: CLOSED NOT_ECLIPSE QA Contact:
Severity: normal    
Priority: P3 CC: matthias.sohn, sop, spearce
Version: 1.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Andre Bossert CLA 2011-08-09 08:51:59 EDT
I try to get changes from repo "https://code.google.com/a/eclipselabs.org/p/logviewer" with "Team -> Fetch from  Upstream"

eclipse.buildId=M20110210-1200-Siemens
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments:  -os win32 -ws win32 -arch x86


Error
Tue Aug 09 14:43:15 CEST 2011
Expected ACK/NAK, got: Error: internal server error

org.eclipse.core.runtime.CoreException: Expected ACK/NAK, got: Error: internal server error
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:102)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.run(FetchOperationUI.java:117)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: Expected ACK/NAK, got: Error: internal server error
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:291)
	at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:706)
	at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:229)
	at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:216)
	at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:149)
	at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
	at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1062)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:136)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	... 2 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:122)
	at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:568)
	at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:277)
	... 11 more
Comment 1 Matthias Sohn CLA 2011-08-09 09:57:04 EDT
This looks like a problem on the google code server side, so I tend to close this with NOT_ECLIPSE. Waiting for feedback from Shawn.
Comment 2 Shawn Pearce CLA 2011-08-09 13:55:42 EDT
(In reply to comment #1)
> This looks like a problem on the google code server side, so I tend to close
> this with NOT_ECLIPSE. Waiting for feedback from Shawn.

Yup, this is a server side problem with Google Project Hosting. It has been forwarded to the relevant people.
Comment 3 Andre Bossert CLA 2011-08-10 07:15:54 EDT
OK, i see same with git GUI or shell:

fatal: git fetch_pack: expected ACK/NAK, got 'Error: internal server error'
error: RPC failed; result=18, HTTP code = 200

I will create issue for google code.

Thanks!
Comment 4 Andre Bossert CLA 2011-08-10 07:21:42 EDT
see http://code.google.com/p/support/issues/detail?id=5684
Comment 5 Andre Bossert CLA 2012-04-11 06:09:47 EDT
not eclipse, working