Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] fetch against an https git repo fails

Sure: https://bugs.eclipse.org/bugs/show_bug.cgi?id=336646


-----Original Message-----
From: Chris Aniszczyk [mailto:caniszczyk@xxxxxxxxx] 
Sent: Tuesday, February 08, 2011 7:09 AM
To: Derek Cicerone
Cc: egit-dev@xxxxxxxxxxx
Subject: Re: [egit-dev] fetch against an https git repo fails

Can you file a bug for this? We do bug tracking via bugzilla

https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit&rep_platform=All&op_sys=All

On Mon, Feb 7, 2011 at 7:23 PM, Derek Cicerone <dcicerone@xxxxxxxxxxxx> wrote:
> I'm having trouble running a fetch operation against an https git repo after
> upgrading to 0.11.  I tried resetting my credentials, clearing the secure
> store, etc…  After downgrading to 0.10.1, fetch operations worked again.
>
>
>
> Here are some of the errors I was able to snag from the error log:
>
>
>
> org.eclipse.core.runtime.CoreException: <redacted>: not authorized
>
>                 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: <redacted>: not
> authorized
>
>                 at
> org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:385)
>
>                 at
> org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:215)
>
>                 at
> org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:125)
>
>                 at
> org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:111)
>
>                 at
> org.eclipse.jgit.transport.Transport.fetch(Transport.java:903)
>
>                 at
> org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:134)
>
>                 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
>
>
>
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.NullPointerException)
>
>                 at org.eclipse.swt.SWT.error(SWT.java:4083)
>
>                 at org.eclipse.swt.SWT.error(SWT.java:3998)
>
>                 at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)
>
>                 at
> org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4041)
>
>                 at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660)
>
>                 at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
>
>                 at
> org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
>
>                 at
> org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
>
>                 at
> org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
>
>                 at
> org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>
>                 at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
>
>                 at
> org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>
>                 at
> org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
>
>                 at
> org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>
>                 at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>
>                 at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>
>                 at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
>
>                 at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
>
>                 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>
>                 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
> Source)
>
>                 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
>
>                 at java.lang.reflect.Method.invoke(Unknown Source)
>
>                 at
> org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
>
>                 at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
>
>                 at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
>
>                 at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>
> Caused by: java.lang.NullPointerException
>
>                 at
> org.eclipse.egit.ui.internal.fetch.FetchResultDialog.<init>(FetchResultDialog.java:91)
>
>                 at
> org.eclipse.egit.ui.internal.fetch.FetchResultDialog$1$1.run(FetchResultDialog.java:72)
>
>                 at
> org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
>
>                 at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
>
>                 ... 23 more
>
>
>
>
>
> Derek Cicerone
> Palantir Technologies | Lead Architect
> dcicerone@xxxxxxxxxxxx
>
>
>
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev
>
>



-- 
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top