Quantcast
Channel: Pentaho Community Forums
Viewing all articles
Browse latest Browse all 16689

Spoon (Kettle, data integration) is REALLY buggy

$
0
0
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;).

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)

Anyone have any ideas what the problem is?

Viewing all articles
Browse latest Browse all 16689

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>