Open elementgreen opened 13 years ago
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
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.
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.
I am getting the same error on Windows for PDI 4.2.1. Does anybody know about the probable causes?
I think that there is a new version of Terminatooor (2.3) The installation instructions are different. I am testing it now...
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)