Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Git team provider configuration has gone missing.
Git team provider configuration has gone missing. [message #644712] Mon, 13 December 2010 21:29 Go to next message
Janne Oksanen is currently offline Janne OksanenFriend
Messages: 1
Registered: December 2010
Junior Member
For no apparent reason my Eclipse quit compiling my Android app project and is giving me the following error message
Quote:

java.io.FileNotFoundException: /home/janne/koodi/java/.metadata/.plugins/org.eclipse.core.r esources/.projects/ALARM/org.eclipse.egit.core/GitProjectDat a.properties (Tiedostoa tai hakemistoa ei ole)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at org.eclipse.egit.core.project.GitProjectData.load(GitProject Data.java:393)
at org.eclipse.egit.core.project.GitProjectData.get(GitProjectD ata.java:163)
at org.eclipse.egit.core.GitProvider.getData(GitProvider.java:6 9)
at org.eclipse.egit.core.project.RepositoryMapping.getMapping(R epositoryMapping.java:209)
at org.eclipse.egit.ui.internal.actions.RepositoryActionHandler .getProjectsInRepositoryOfSelectedResources(RepositoryAction Handler.java:133)
at org.eclipse.egit.ui.internal.actions.RepositoryActionHandler .getProjectsInRepositoryOfSelectedResources(RepositoryAction Handler.java:114)
at org.eclipse.egit.ui.internal.actions.CommitActionHandler.isE nabled(CommitActionHandler.java:340)
at org.eclipse.ui.internal.handlers.HandlerProxy.isEnabled(Hand lerProxy.java:321)
at org.eclipse.core.commands.Command.isEnabled(Command.java:833 )
at org.eclipse.core.commands.Command.setHandler(Command.java:96 5)
at org.eclipse.ui.internal.handlers.HandlerAuthority.updateComm and(HandlerAuthority.java:459)
at org.eclipse.ui.internal.handlers.HandlerAuthority.processCha ngedCommands(HandlerAuthority.java:638)
at org.eclipse.ui.internal.handlers.HandlerAuthority.access$1(H andlerAuthority.java:610)
at org.eclipse.ui.internal.handlers.HandlerAuthority$1.property Change(HandlerAuthority.java:175)
at org.eclipse.ui.internal.services.EvaluationAuthority$1.run(E valuationAuthority.java:252)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.services.EvaluationAuthority.fireSer viceChange(EvaluationAuthority.java:246)
at org.eclipse.ui.internal.services.EvaluationAuthority.endSour ceChange(EvaluationAuthority.java:197)
at org.eclipse.ui.internal.services.EvaluationAuthority.sourceC hanged(EvaluationAuthority.java:135)
at org.eclipse.ui.internal.services.ExpressionAuthority.sourceC hanged(ExpressionAuthority.java:311)
at org.eclipse.ui.internal.services.ExpressionAuthority.sourceC hanged(ExpressionAuthority.java:290)
at org.eclipse.ui.AbstractSourceProvider.fireSourceChanged(Abst ractSourceProvider.java:99)
at org.eclipse.ui.internal.services.WorkbenchSourceProvider.acc ess$10(WorkbenchSourceProvider.java:1)
at org.eclipse.ui.internal.services.WorkbenchSourceProvider$6.h andleEvent(WorkbenchSourceProvider.java:786)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:146 7)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1175)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1200)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1181)
at org.eclipse.swt.widgets.Shell.filterProc(Shell.java:720)
at org.eclipse.swt.widgets.Display.filterProc(Display.java:1501 )
at org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Na tive Method)
at org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS. java:1860)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3110)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825 )
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.views.log.EventDetailsDialog.open(Ev entDetailsDialog.java:175)
at org.eclipse.ui.internal.views.log.EventDetailsDialogAction.r un(EventDetailsDialogAction.java:98)
at org.eclipse.ui.internal.views.log.LogView$15.doubleClick(Log View.java:535)
at org.eclipse.jface.viewers.StructuredViewer$1.run(StructuredV iewer.java:821)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:897)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:17 5)
at org.eclipse.jface.viewers.StructuredViewer.fireDoubleClick(S tructuredViewer.java:819)
at org.eclipse.jface.viewers.AbstractTreeViewer.handleDoubleSel ect(AbstractTreeViewer.java:1419)
at org.eclipse.jface.viewers.StructuredViewer$4.widgetDefaultSe lected(StructuredViewer.java:1195)
at org.eclipse.jface.util.OpenStrategy.fireDefaultSelectionEven t(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy.access$0(OpenStrategy.ja va:235)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:296)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3493)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3112)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
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(EclipseS tarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)



Session Data box says:
Quote:

eclipse.buildId=M20100211-1343
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=fi_FI
Command-line arguments: -os linux -ws gtk -arch x86



Basically it's complaining that the file on the first line is missing. I found somewhere that this can be fixed by recreating that file and putting ".gitdir=.git" in there, but it didn't solve my problem.

Any ideas as to what's going on an how to fix this?
Re: Git team provider configuration has gone missing. [message #718569 is a reply to message #644712] Wed, 24 August 2011 17:10 Go to previous message
Leo R is currently offline Leo RFriend
Messages: 5
Registered: August 2011
Junior Member
Happened to me after I renamed a project in my workspace and the actual git folder name of the project was still the old name.
I had to remove the project from the workspace and import it again from the git repositories view.
I also renamed the folder in the git repository fitting the project name, perhaps that helped as well.
Previous Topic:looking for a good workflow for fly-by changes
Next Topic:String substitution in PSF files?
Goto Forum:
  


Current Time: Sat Apr 20 03:22:32 GMT 2024

Powered by FUDForum. Page generated in 0.02832 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top