Created
October 14, 2014 05:19
-
-
Save fernandojunior/e3e1131cceb0a9888cf6 to your computer and use it in GitHub Desktop.
Erro ao tentar criar um novo modelo OLAP no plugin AgileBI do Pentaho Data Integration 5.0.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.pentaho.agilebi.modeler.ModelerException: java.lang.NullPointerException | |
at org.pentaho.agilebi.spoon.XulUI.<init>(XulUI.java:76) | |
at org.pentaho.agilebi.spoon.perspective.AgileBiModelerPerspective.createTabForModel(AgileBiModelerPerspective.java:122) | |
at org.pentaho.agilebi.spoon.ModelerHelper.createEmptyModel(ModelerHelper.java:660) | |
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:622) | |
at org.pentaho.ui.xul.impl.AbstractXulDomContainer.invoke(AbstractXulDomContainer.java:329) | |
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:139) | |
at org.pentaho.ui.xul.impl.AbstractXulComponent.invoke(AbstractXulComponent.java:123) | |
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem.access$100(JfaceMenuitem.java:26) | |
at org.pentaho.ui.xul.jface.tags.JfaceMenuitem$1.run(JfaceMenuitem.java:88) | |
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) | |
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) | |
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) | |
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) | |
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:622) | |
at org.pentaho.commons.launcher.Launcher.main(Launcher.java:134) | |
Caused by: java.lang.NullPointerException | |
at java.util.ArrayList.addAll(ArrayList.java:497) | |
at org.pentaho.agilebi.modeler.propforms.LevelsPropertiesForm.init(LevelsPropertiesForm.java:208) | |
at org.pentaho.agilebi.modeler.ModelerUiHelper.configureControllers(ModelerUiHelper.java:60) | |
at org.pentaho.agilebi.spoon.XulUI.<init>(XulUI.java:68) | |
... 28 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment