cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot open data preview (HANA Studio v2.0.2)

0 Kudos

hello, I recently encountered an issue with HANA Studio (2.0.2): I cannot preview any data.

After I click on "open data preview" of a table, the system does not show any reaction or warning.

Does anyone have the same problem? What would be the reason? Any hint is highly appreciated.


Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ye,

you may have to provide more information about your landscape. Is this happening on test box, how many rows are you trying to display? when you do data preview do  you get message no rows retrieved. please provide also screen shot.

0 Kudos

Hi, Lamyae,

thank you for the quick response.

The following error occurs when I clicked "Open Data Preview":

Plug-in: org.eclipse.ui

Unhandled event loop exception

org.eclipse.e4.core.di.InjectionException: java.lang.LinkageError: com/sap/dataexplorer/core/dataprovider/DataProvider

    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:62)

    at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:247)

    at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:229)

    at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)

    at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.execute(HandlerServiceHandler.java:149)

    at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)

    at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)

    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210)

    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.executeItem(HandledContributionItem.java:825)

    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.handleWidgetSelection(HandledContributionItem.java:701)

    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$6(HandledContributionItem.java:685)

    at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$4.handleEvent(HandledContributionItem.java:613)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)

    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)

    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)

    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:483)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

Caused by: java.lang.LinkageError: com/sap/dataexplorer/core/dataprovider/DataProvider

    at com.sap.dataexplorer.ui.DataExplorer.openDataExplorerEditor(DataExplorer.java:35)

    at com.sap.ndb.studio.bi.datapreview.actions.TableDataPreviewDelegationAction.run(TableDataPreviewDelegationAction.java:131)

    at com.sap.ndb.studio.bi.datapreview.handler.ShowDataPreviewHandler.execute(ShowDataPreviewHandler.java:26)

    at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:294)

    at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:90)

    at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:483)

    at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)

    ... 37 more

I am using HANA Studio v2.0.2. The tables I am trying to preview are imported from flat files. I can "Open Content" using SQL, but "Open Data Preview" does not retrieve any data from the table.

Let me know if I could provide more information. Thank you very much for your help.

Former Member
0 Kudos

did you just upgrade to HANA Studio v2.0.2, if so was the old one working or not, did this issue happened right after the upgrade? the reason I am asking because I see the entire error message is Java, eclipse related issue which is what the studio build on.

Former Member
0 Kudos

it looks to me that the jar files from the old eclipse version, didn't upgrade properly to the new one and when Java tries the linkage it refers to the old Jar files, and because of the incompatibility of the versions it fails, So I am not sure if you have Java programmer who can fix this or you may try to remove and re-install the studio.

0 Kudos

Hi Lamyae,

you are right. I uninstalled HANA Studio - v2.0.2 and reinstalled it. Now it works!

I guess upgrading the old version caused the problem. Thank you very much for your help!

Answers (0)