Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ease-dev] Invalid Thread Access at shutdown

I've deployed EASE scripting in my RCP application.

As the application closes, I get the SWTException shown below.

Yes, I may have to live with it,
Ian
========

!ENTRY org.eclipse.ease.ui 4 0 2018-10-24 18:34:28.478
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4595)
at org.eclipse.swt.SWT.error(SWT.java:4510)
at org.eclipse.swt.SWT.error(SWT.java:4481)
at org.eclipse.swt.widgets.Display.error(Display.java:1091)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:843)
at org.eclipse.swt.widgets.Display.create(Display.java:826)
at org.eclipse.swt.graphics.Device.<init>(Device.java:132)
at org.eclipse.swt.widgets.Display.<init>(Display.java:725)
at org.eclipse.swt.widgets.Display.<init>(Display.java:716)
at org.eclipse.swt.widgets.Display.getDefault(Display.java:1425)
at org.eclipse.ease.ui.modules.ui.ModulesComposite.bundleChanged(ModulesComposite.java:118)
at org.eclipse.osgi.internal.framework.BundleContextImpl.dispatchEvent(BundleContextImpl.java:911)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:233)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:343)


Back to the top