OSGI problem [message #1853982] |
Tue, 26 July 2022 19:40  |
Eclipse User |
|
|
|
Hi,
From time to time, our users's Eclipse instance won't start up anymore and reports the following error in the log:
!ENTRY org.eclipse.osgi 4 0 2022-07-26 12:36:00.439
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4918)
at org.eclipse.swt.SWT.error(SWT.java:4833)
at org.eclipse.swt.SWT.error(SWT.java:4804)
at org.eclipse.swt.widgets.Display.error(Display.java:1272)
at org.eclipse.swt.widgets.Display.checkDevice(Display.java:827)
at org.eclipse.swt.widgets.Display.addListener(Display.java:708)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.<init>(IDEWorkbenchAdvisor.java:184)
at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor.<init>(IDEWorkbenchAdvisor.java:192)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:153)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
When we delete the .\configuration\org.eclipse.osgi folder, Eclipse starts up fine again and that folder is recreated.
How do I start troubleshooting this? We are running version 2022-03 (4.23.0).
Thanks,
Jozef
|
|
|
|
Re: OSGI problem [message #1854005 is a reply to message #1853987] |
Wed, 27 July 2022 13:38  |
Eclipse User |
|
|
|
Thanks for the response. We do not know what causes the problem. It's not easily reproducable.
Switching to the latest version of Eclipse (2022-06-R) would require the developers to upgrade their workspaces. Couldn't this cause other problems?
|
|
|
Powered by
FUDForum. Page generated in 0.29460 seconds