Advertisement
Guest User

Untitled

a guest
May 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. !STACK 1
  2. org.eclipse.core.internal.resources.ResourceException: Project 'Chess' is not open.
  3. at org.eclipse.core.internal.resources.Project.checkAccessible(Project.java:144)
  4. at org.eclipse.core.internal.resources.Project.hasNature(Project.java:531)
  5. at edu.wpi.first.wpilib.plugins.java.WPILibJavaPlugin.updateProjects(WPILibJavaPlugin.java:127)
  6. at edu.wpi.first.wpilib.plugins.java.WPILibJavaPlugin.earlyStartup(WPILibJavaPlugin.java:252)
  7. at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:77)
  8. at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:53)
  9. at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
  10. at org.eclipse.ui.internal.Workbench$40.run(Workbench.java:2747)
  11. at org.eclipse.core.internal.jobs.Worker.run(Worker.java:56)
  12. !SUBENTRY 1 org.eclipse.core.resources 4 372 2018-05-25 23:46:21.708
  13. !MESSAGE Project 'Chess' is not open.
  14.  
  15. !ENTRY org.eclipse.core.resources 4 567 2018-05-25 23:46:28.419
  16. !MESSAGE The project description file (.project) for 'Chess' is missing. This file contains important information about the project. The project will not function properly until this file is restored.
  17.  
  18. !ENTRY org.eclipse.egit.ui 4 0 2018-05-25 23:48:28.004
  19. !MESSAGE Connecting Git team provider failed. See log for details.
  20. !STACK 1
  21. org.eclipse.core.runtime.CoreException: Connecting Git team provider failed. See log for details.
  22. at org.eclipse.egit.core.op.ConnectProviderOperation.execute(ConnectProviderOperation.java:112)
  23. at org.eclipse.egit.ui.internal.clone.GitImportWizard$8.run(GitImportWizard.java:289)
  24. at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
  25. at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262)
  26. at org.eclipse.egit.ui.internal.clone.GitImportWizard.importProjects(GitImportWizard.java:296)
  27. at org.eclipse.egit.ui.internal.clone.GitImportWizard.access$2(GitImportWizard.java:236)
  28. at org.eclipse.egit.ui.internal.clone.GitImportWizard$4.run(GitImportWizard.java:206)
  29. at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
  30. Contains: Error connecting project Chesss, suggested path 'C:\Users\SilverAlchemic\git\Chess\.git' do not match found Git repositories '[RepositoryMapping[<empty> -> '../.git', absolute path: 'C:/Users/SilverAlchemic/Chess/.git' ]]'.
  31. !SUBENTRY 1 org.eclipse.egit.core 4 0 2018-05-25 23:48:28.005
  32. !MESSAGE Connecting Git team provider failed. See log for details.
  33. !SUBENTRY 2 org.eclipse.egit.core 4 0 2018-05-25 23:48:28.005
  34. !MESSAGE Error connecting project Chesss, suggested path 'C:\Users\SilverAlchemic\git\Chess\.git' do not match found Git repositories '[RepositoryMapping[<empty> -> '../.git', absolute path: 'C:/Users/SilverAlchemic/Chess/.git' ]]'.
  35.  
  36. !ENTRY org.eclipse.egit.ui 4 0 2018-05-25 23:50:27.154
  37. !MESSAGE Connecting Git team provider failed. See log for details.
  38. !STACK 1
  39. org.eclipse.core.runtime.CoreException: Connecting Git team provider failed. See log for details.
  40. at org.eclipse.egit.core.op.ConnectProviderOperation.execute(ConnectProviderOperation.java:112)
  41. at org.eclipse.egit.ui.internal.clone.GitImportWizard$8.run(GitImportWizard.java:289)
  42. at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240)
  43. at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2262)
  44. at org.eclipse.egit.ui.internal.clone.GitImportWizard.importProjects(GitImportWizard.java:296)
  45. at org.eclipse.egit.ui.internal.clone.GitImportWizard.access$2(GitImportWizard.java:236)
  46. at org.eclipse.egit.ui.internal.clone.GitImportWizard$4.run(GitImportWizard.java:206)
  47. at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
  48. Contains: Error connecting project Chess, suggested path 'C:\Users\SilverAlchemic\Desktop\.git' do not match found Git repositories '[RepositoryMapping[<empty> -> '../.git', absolute path: 'C:/Users/SilverAlchemic/Chess/.git' ]]'.
  49. !SUBENTRY 1 org.eclipse.egit.core 4 0 2018-05-25 23:50:27.154
  50. !MESSAGE Connecting Git team provider failed. See log for details.
  51. !SUBENTRY 2 org.eclipse.egit.core 4 0 2018-05-25 23:50:27.154
  52. !MESSAGE Error connecting project Chess, suggested path 'C:\Users\SilverAlchemic\Desktop\.git' do not match found Git repositories '[RepositoryMapping[<empty> -> '../.git', absolute path: 'C:/Users/SilverAlchemic/Chess/.git' ]]'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement