org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
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 Chris Deptula, 1 year ago
via Pentaho BI Platform Tracking by britebyte, 1 year ago
via Pentaho BI Platform Tracking by Brad Lew, 2 years ago
via Pentaho BI Platform Tracking by Chris Deptula, 2 years ago
via Pentaho BI Platform Tracking by Brad Lew, 1 year ago
via Pentaho BI Platform Tracking by britebyte, 2 years ago
java.lang.NullPointerException:
at org.pentaho.di.ui.trans.steps.selectvalues.SelectValuesDialog$9.run(SelectValuesDialog.java:516)
at org.eclipse.swt.widgets.RunnableLock.run(Unknown Source)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:945)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:5574)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:412)
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.pentaho.commons.launcher.Launcher.main(Launcher.java:116)