cancel
Showing results for 
Search instead for 
Did you mean: 

Lumira startup error

former_member946355
Discoverer
0 Kudos

Hello,

I just set up my developer envirnment for Lumira 2.2 that is installed eclipse and Lumira and downloaded the SDK samples. I followed the steps in the sdk developer user guide and got stuck at launching Lumira through eclipse to test sample example coloredbox.

This error message I got, it seems that some xml files are missing.

!SESSION 2019-11-06 11:22:43.851 ----------------------------------------------- eclipse.buildId=@qualifier@ java.version=13.0.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Framework arguments: -product com.sap.ip.bi.zen Command-line arguments: -product com.sap.ip.bi.zen -data C:\Users\Emanuel\eclipse-workspace/../runtime-lumsdk -dev file:C:/Users/Emanuel/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/lumsdk/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog !ENTRY org.eclipse.update.configurator 4 0 2019-11-06 11:22:47.164 !MESSAGE Unable to find feature.xml in directory: C:\Program Files\SAP Lumira\Lumira Designer\features\__sap.dir !ENTRY org.eclipse.update.configurator 4 0 2019-11-06 11:22:47.353 !MESSAGE Unable to find feature.xml in directory: C:\Program Files\SAP Lumira\Lumira Designer\features\__sap.dir !ENTRY org.eclipse.osgi 4 0 2019-11-06 11:22:49.204 !MESSAGE Application error !STACK 1 org.eclipse.e4.core.di.InjectionException: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:410) at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:318) at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:162) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultHeadlessContext(E4Application.java:491) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createDefaultContext(E4Application.java:505) at org.eclipse.e4.ui.internal.workbench.swt.E4Application.createE4Workbench(E4Application.java:204) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:614) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:594) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148) at com.sap.ip.bi.zen.ui.internal.application.ZenApplication.start(ZenApplication.java:36) 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:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) 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:567) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472) Caused by: java.lang.NoClassDefFoundError: javax/annotation/PostConstruct at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:124) at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:399) ... 23 more Caused by: java.lang.ClassNotFoundException: javax.annotation.PostConstruct cannot be found by org.eclipse.e4.core.di_1.6.100.v20170421-1418 at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:433) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:395) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:387) at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:150) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) ... 25 more

Please help.

BR

Emanuel

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member946355
Discoverer

After deleting the empty dir file on C:\Program Files\SAP Lumira\Lumira Designer\features\__sap.dir, this error doesn't come up again.

However, these plug-in errors still occur:

!SESSION 2019-11-07 14:42:36.030 ----------------------------------------------- eclipse.buildId=@qualifier@ java.version=13.0.1 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE Framework arguments: -product com.sap.ip.bi.zen Command-line arguments: -product com.sap.ip.bi.zen -data C:\Users\Emanuel\eclipse-workspace/../runtime-sdk -dev file:C:/Users/Emanuel/eclipse-workspace/.metadata/.plugins/org.eclipse.pde.core/sdk/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog !ENTRY com.sap.ip.bi.bics.poly.conn.biq.json 4 0 2019-11-07 14:42:37.753 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: com.sap.ip.bi.bics.poly.conn.biq.json [140] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api at org.eclipse.osgi.container.Module.start(Module.java:444) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY com.sap.ip.bi.bics.poly.impl.biq 4 0 2019-11-07 14:42:37.754 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: com.sap.ip.bi.bics.poly.impl.biq [141] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api at org.eclipse.osgi.container.Module.start(Module.java:444) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY com.sap.ip.bi.bics.poly.service.biq 4 0 2019-11-07 14:42:37.755 !MESSAGE FrameworkEvent ERROR !STACK 0 org.osgi.framework.BundleException: Could not resolve module: com.sap.ip.bi.bics.poly.service.biq [147] Unresolved requirement: Require-Bundle: com.sap.ip.bi.bics.poly.impl.biq -> Bundle-SymbolicName: com.sap.ip.bi.bics.poly.impl.biq; bundle-version="3.1200.0"; singleton:="true" com.sap.ip.bi.bics.poly.impl.biq [141] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api at org.eclipse.osgi.container.Module.start(Module.java:444) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1634) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1613) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1585) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1528) at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1) at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230) at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340) !ENTRY com.sap.sample.coloredbox 2 0 2019-11-07 14:42:39.580 !MESSAGE Could not resolve module: com.sap.sample.coloredbox [177] Unresolved requirement: Require-Bundle: com.sap.ip.bi.zen.rt.components.sdk.eclipse !ENTRY com.sap.ip.bi.bics.poly.conn.biq.json 2 0 2019-11-07 14:42:39.580 !MESSAGE Could not resolve module: com.sap.ip.bi.bics.poly.conn.biq.json [140] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api !ENTRY com.sap.ip.bi.bics.poly.service.biq 2 0 2019-11-07 14:42:39.581 !MESSAGE Could not resolve module: com.sap.ip.bi.bics.poly.service.biq [147] Unresolved requirement: Require-Bundle: com.sap.ip.bi.bics.poly.impl.biq -> Bundle-SymbolicName: com.sap.ip.bi.bics.poly.impl.biq; bundle-version="3.1200.0"; singleton:="true" com.sap.ip.bi.bics.poly.impl.biq [141] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api !ENTRY com.sap.ip.bi.bics.poly.impl.biq 2 0 2019-11-07 14:42:39.581 !MESSAGE Could not resolve module: com.sap.ip.bi.bics.poly.impl.biq [141] Unresolved requirement: Require-Bundle: com.sap.lumira.biquery.api !ENTRY org.eclipse.osgi 4 0 2019-11-07 14:42:39.581 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: Application "com.sap.ip.bi.zen.application" could not be found in the registry. The applications available are: org.eclipse.ant.core.antRunner, org.eclipse.e4.ui.workbench.swt.E4Application, org.eclipse.e4.ui.workbench.swt.GenTopic, org.eclipse.equinox.app.error, org.eclipse.equinox.p2.director, org.eclipse.equinox.p2.garbagecollector.application, org.eclipse.equinox.p2.publisher.InstallPublisher, org.eclipse.equinox.p2.publisher.EclipseGenerator, org.eclipse.equinox.p2.publisher.ProductPublisher, org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher, org.eclipse.equinox.p2.reconciler.application, org.eclipse.equinox.p2.repository.repo2runnable, org.eclipse.equinox.p2.repository.metadataverifier, org.eclipse.equinox.p2.artifact.repository.mirrorApplication, org.eclipse.equinox.p2.metadata.repository.mirrorApplication, org.eclipse.equinox.p2.touchpoint.natives.nativePackageExtractor, org.eclipse.equinox.p2.updatesite.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.UpdateSitePublisher, org.eclipse.equinox.p2.publisher.CategoryPublisher, org.eclipse.help.base.infocenterApplication, org.eclipse.help.base.helpApplication, org.eclipse.help.base.indexTool, org.eclipse.ui.ide.workbench. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) 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:388) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243) 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:567) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590) at org.eclipse.equinox.launcher.Main.run(Main.java:1499) at org.eclipse.equinox.launcher.Main.main(Main.java:1472)