You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have had this error several times today while trying to create some new test views. Here are the details from the log:
[10/29/2024 15:06:26] com.ibm.safr.we.model.view.ViewActivator
INFO: ================================================================================
Activating View ReportByOrderDate[12222]
INFO: Add LR DEMO_ORDER_LR
INFO: Add Field ORDER_ID to LR DEMO_ORDER_LR
INFO: Add Field CUSTOMER_ID to LR DEMO_ORDER_LR
INFO: Add Field STORE_ID to LR DEMO_ORDER_LR
INFO: Add Field ORDER_DATE_CCYYMMDD to LR DEMO_ORDER_LR
INFO: Add Field ORDER_DATE_CCYY to LR DEMO_ORDER_LR
INFO: Add Field ORDER_DATE_MM to LR DEMO_ORDER_LR
INFO: Add Field ORDER_DATE_DD to LR DEMO_ORDER_LR
INFO: Add Field ORDER_TOTAL_AMOUNT to LR DEMO_ORDER_LR
INFO: Add Field ORDER_REBATE_AMOUNT to LR DEMO_ORDER_LR
INFO: Add Field ORDER_DATE_JULIAN to LR DEMO_ORDER_LR
[10/29/2024 15:06:27] com.ibm.safr.we.ui.utilities.UIUtilities
SEVERE: An error occurred while activating this view.
java.lang.NullPointerException
at com.ibm.safr.we.model.view.WBCompilerDataStore.getColumnData(WBCompilerDataStore.java:168)
at com.ibm.safr.we.model.view.WBCompilerDataStore.setupWorkbenchCompilerViewColumnSources(WBCompilerDataStore.java:92)
at com.ibm.safr.we.model.view.WBCompilerDataStore.initializeWorkbenchCompiler(WBCompilerDataStore.java:83)
at com.ibm.safr.we.model.view.ViewActivator.initialization(ViewActivator.java:148)
at com.ibm.safr.we.model.view.ViewActivator.activateTheWholeView(ViewActivator.java:124)
at com.ibm.safr.we.model.view.ViewActivator.executeTheActivation(ViewActivator.java:109)
at com.ibm.safr.we.model.view.ViewActivator.activate(ViewActivator.java:81)
at com.ibm.safr.we.model.view.View.activate(View.java:2012)
at com.ibm.safr.we.ui.editors.view.ViewEditor.activateView(ViewEditor.java:979)
at com.ibm.safr.we.ui.commands.EditViewHandler.execute(EditViewHandler.java:90)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:283)
at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:97)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:58)
at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:317)
at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:251)
at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:173)
at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:156)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:488)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:487)
at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:213)
at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:438)
at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.handleWidgetSelection(AbstractContributionItem.java:449)
at org.eclipse.e4.ui.workbench.renderers.swt.AbstractContributionItem.lambda$2(AbstractContributionItem.java:475)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4237)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1060)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1041)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
at com.ibm.safr.we.ui.Application.start(Application.java:116)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
The text was updated successfully, but these errors were encountered:
I have had this error several times today while trying to create some new test views. Here are the details from the log:
The text was updated successfully, but these errors were encountered: