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

Bug 380467

Summary: Cannot push changes to pde/eclipse.pde.git
Product: Community Reporter: Curtis Windatt <curtis.windatt.public>
Component: GitAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Curtis Windatt CLA 2012-05-23 15:08:59 EDT
Can't connect to any repository: ssh://cwindatt@git.eclipse.org/gitroot/pde/eclipse.pde.git (An internal Exception occurred during push: ssh://cwindatt@git.eclipse.org/gitroot/pde/eclipse.pde.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit)

Both Mike and I got this error back when trying to push changes to the repository (master and integration branches)

A similar problem was reported in Bug 346140, which may have been caused by a bad sharedrepository=1 setting, Bug 320452 or Bug 346923.
Comment 1 Eclipse Webmaster CLA 2012-05-23 15:16:43 EDT
The sharedrepository setting seems ok.  But it looks like some of the objects/ entries had bad group perms.  I've fixed that and you may need to restart your git client for the changes to become visible.

-M.
Comment 2 Michael Rennie CLA 2012-05-23 16:00:06 EDT
(In reply to comment #1)
> The sharedrepository setting seems ok.  But it looks like some of the objects/
> entries had bad group perms.  I've fixed that and you may need to restart your
> git client for the changes to become visible.
> 
> -M.

After a restart I am still getting the same errors.


org.eclipse.jgit.api.errors.JGitInternalException: Exception caught during execution of push command
	at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:156)
	at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:194)
	at org.eclipse.egit.ui.internal.push.PushWizard$PushJob.run(PushWizard.java:295)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.TransportException: ssh://mrennie@git.eclipse.org/gitroot/pde/eclipse.pde.git: error occurred during unpacking on the remote end: unpack-objects abnormal exit
	at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:280)
	at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:171)
	at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:126)
	at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:141)
	at org.eclipse.jgit.transport.Transport.push(Transport.java:1120)
	at org.eclipse.jgit.api.PushCommand.call(PushCommand.java:152)
	... 3 more
Comment 3 Eclipse Webmaster CLA 2012-05-24 15:34:06 EDT
Michael: It looks like you were removed as a PDE committer in 2010, so I suspect that may be interfering with your commit. 

Curtis: Are you still seeing this issue?


-M.
Comment 4 Curtis Windatt CLA 2012-05-24 16:01:49 EDT
No, trying from a different machine today works.  I successfully pushed my changed.  Thanks!