org.eclipse.swt.SWTException: Invalid thread access
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Pentaho BI Platform Tracking by Siegmund Gorr, 1 year ago
via Pentaho BI Platform Tracking by Siegmund Gorr, 2 years ago
via GitHub by LTangaF
, 1 year agovia docfetcher by ankush-prasad
, 2 years agovia Stack Overflow by Marvin Holt
, 2 months agovia djproject by nestorperez
, 2 years agoorg.eclipse.swt.SWTException: Invalid thread access
at org.eclipse.swt.SWT.error(SWT.java:4083)
at org.eclipse.swt.SWT.error(SWT.java:3998)
at org.eclipse.swt.SWT.error(SWT.java:3969)
at org.eclipse.swt.widgets.Display.error(Display.java:1027)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:794)
at org.eclipse.swt.widgets.Display.create(Display.java:777)
at org.eclipse.swt.graphics.Device.
(Device.java:130) at org.eclipse.swt.widgets.Display.
(Display.java:668) at org.eclipse.swt.widgets.Display.
(Display.java:659) at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:510)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)