terminatooor icon indicating copy to clipboard operation
terminatooor copied to clipboard

Getting NoSuchMethodError when trying to open Terminatooor dialog in spoon

Open elementgreen opened this issue 13 years ago • 5 comments

I'm getting the below Java exception when double clicking a Terminator step in Spoon. I've tried pdi 4.2.0 and the latest 4.3.0-M1 with the same results. This is with terminatooor 2.1. Any help would be greatly appreciated!

Unable to open dialog for this step java.lang.NoSuchMethodError: org.pentaho.di.ui.core.widget.StyledTextComp.(Lorg/eclipse/swt/widgets/Composite;ILjava/lang/String;)V at com.akretion.kettle.steps.terminatooor.ui.ScriptValuesModDialog.addCtab(Unknown Source) at com.akretion.kettle.steps.terminatooor.ui.ScriptValuesModDialog.getData(Unknown Source) at com.akretion.kettle.steps.terminatooor.ui.ScriptValuesModDialog.open(Unknown Source) at org.pentaho.di.ui.spoon.delegates.SpoonStepsDelegate.editStep(SpoonStepsDelegate.java:126) at org.pentaho.di.ui.spoon.Spoon.editStep(Spoon.java:7728) at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:2744) at org.pentaho.di.ui.spoon.trans.TransGraph.mouseDoubleClick(TransGraph.java:693) at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source) at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source) at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source) at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source) at org.pentaho.di.ui.spoon.Spoon.readAndDispatch(Spoon.java:1169) at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:6940) at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:553) 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:616) at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134)

elementgreen avatar Oct 24 '11 16:10 elementgreen

Hey element green,

Were you able to fix this problem? I just started testing TermitatOOOR today and I get the exact same error. If anyone can provide the solution, it will be deeply appreciated. Thanks.

Nico

nicobustillos avatar Nov 12 '11 20:11 nicobustillos

No I wasn't able to figure out the issue and ended up just opting to use openerp-client-lib, which I would have used first had I known of its existence. All I'm doing is importing data into OpenERP and I already know Python, whereas I know close to nothing about Ruby or Java.

elementgreen avatar Nov 12 '11 23:11 elementgreen

I get the same error doing double clicking a Terminator step in Spoon in PDI 4.2.1 and the last terminatooor plugin on Ubuntu 10.10.

evanalda avatar Nov 13 '11 20:11 evanalda

I am getting the same error on Windows for PDI 4.2.1. Does anybody know about the probable causes?

npg-rvora avatar Nov 14 '11 15:11 npg-rvora

I think that there is a new version of Terminatooor (2.3) The installation instructions are different. I am testing it now...

evanalda avatar Dec 17 '11 23:12 evanalda