Hy everyone,
I'm running on OpenSUSE 13.1 64 bits.
I having a problem while opening a formula step :
I've searched many things on eclipse, pentaho and other stuff using Eclipse platform.
Most of them are talking about xulrunner. I've correctly installed, re-installed xulrunner and declare it in the spoon file. Without success.
I still have this error.
Any help would be appreciated.
regards
I'm running on OpenSUSE 13.1 64 bits.
I having a problem while opening a formula step :
Code:
- Unable to open dialog for this step
org.eclipse.swt.SWTError: XPCOM error -2147467261
at org.eclipse.swt.browser.Mozilla.error(Unknown Source)
at org.eclipse.swt.browser.Mozilla.initXPCOM(Unknown Source)
at org.eclipse.swt.browser.Mozilla.create(Unknown Source)
at org.eclipse.swt.browser.Browser.<init>(Unknown Source)
at org.pentaho.libformula.ui.editor.LibFormulaEditor.<init>(LibFormulaEditor.java:198)
at org.pentaho.di.ui.trans.steps.formula.FormulaDialog$3.widgetSelected(FormulaDialog.java:219)
at org.pentaho.di.ui.core.widget.TableView.editText(TableView.java:1943)
at org.pentaho.di.ui.core.widget.TableView.edit(TableView.java:1894)
at org.pentaho.di.ui.core.widget.TableView.edit(TableView.java:1870)
at org.pentaho.di.ui.core.widget.TableView.editSelected(TableView.java:1364)
at org.pentaho.di.ui.core.widget.TableView.access$3000(TableView.java:109)
at org.pentaho.di.ui.core.widget.TableView$26.mouseDown(TableView.java:981)
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.trans.steps.formula.FormulaDialog.open(FormulaDialog.java:282)
at org.pentaho.di.ui.spoon.delegates.SpoonStepsDelegate.editStep(SpoonStepsDelegate.java:137)
at org.pentaho.di.ui.spoon.Spoon.editStep(Spoon.java:8195)
at org.pentaho.di.ui.spoon.trans.TransGraph.editStep(TransGraph.java:2952)
at org.pentaho.di.ui.spoon.trans.TransGraph.mouseDoubleClick(TransGraph.java:720)
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:1227)
at org.pentaho.di.ui.spoon.Spoon.waitForDispose(Spoon.java:7368)
at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:8673)
at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:625)
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)
Most of them are talking about xulrunner. I've correctly installed, re-installed xulrunner and declare it in the spoon file. Without success.
I still have this error.
Any help would be appreciated.
regards