0

I can't run Eclipse after updating. It sends me a message that an error has occurred.

Caused by: java.lang.IllegalStateException: Workbench has not been created yet.
    at org.eclipse.ui.PlatformUI.getWorkbench(PlatformUI.java:93)
    at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.getWorkbenchDisplay(SaveAllDirtyPartsAddon.java:261)
    at org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon.shutdown(SaveAllDirtyPartsAddon.java:213)
    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.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)

Log-file is attached: https://drive.google.com/open?id=1t5Y6PE06EIpNZYsM9S5ykZU5cB1CYFz7

Simeon Leyzerzon
  • 18,658
  • 9
  • 54
  • 82

1 Answers1

0

There is a known open issue with Eclipse with org.eclipse.launchbar.core, and from content of your log file it looks that is also your problem. (Presumably you are using C/C++?)

See open Eclipse Bug 509263.

You could try to start Eclipse using the -clean parameter. I doubt if that will help, but it is a simple thing to try. Otherwise I think you will have to wait for the bug fix unless you see any helpful comments from posters in the bug entries.

It would also be helpful to update that Eclipse bug report with details of your specific problem if you still have not resolved the issue.

skomisa
  • 16,436
  • 7
  • 61
  • 102