I have received several Java Exception Tracebacks from Spoon in just 2 days usage. It is really buggy.
I received the following stack dump just doing a Preview of a table input from a table in a SQL Server database. The SQL query was extremely simple (select a_few_fields from table;).
Anyone have any ideas what the problem is?
I received the following stack dump just doing a Preview of a table input from a table in a SQL Server database. The SQL query was extremely simple (select a_few_fields from table;).
Code:
java.lang.NullPointerException
at org.pentaho.di.trans.steps.joinrows.JoinRows.dispose(JoinRows.java:477)
at org.pentaho.di.trans.Trans.prepareExecution(Trans.java:906)
at org.pentaho.di.ui.spoon.trans.TransGraph.debug(TransGraph.java:3444)
at org.pentaho.di.ui.spoon.delegates.SpoonTransformationDelegate.executeTransformation(SpoonTransformationDelegate.java:920)
at org.pentaho.di.ui.spoon.Spoon$31$1.run(Spoon.java:7619)
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:1221)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7044)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:8304)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:580)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)