Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » I am getting org.osgi.framework.BundleException when I am running project by run>run configurati
I am getting org.osgi.framework.BundleException when I am running project by run>run configurati [message #1837281] Wed, 27 January 2021 05:41
Meherban kirar is currently offline Meherban kirarFriend
Messages: 1
Registered: January 2021
Junior Member
I am getting org.osgi.framework.BundleException when I am running project by Eclipse menu : run>run configuration click on Run button.

Eclipse Version-Eclipse IDE for RCP and RAP Developers (includes Incubating components)
Version: 2020-09 (4.17.0)
Build id: 20200910-1200

I have tried to add bundle in META-INF->MENIFEST.MF file and then i run
still getting same error.
please find exception stack trace-
!ENTRY org.eclipse.mylyn.context.tasks.ui 4 0 2021-01-27 10:54:03.740
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.context.tasks.ui [316]
Unresolved requirement: Require-Bundle: org.eclipse.mylyn.tasks.ui; bundle-version="3.8.0"
-> Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui; bundle-version="3.25.2.v20200814-0512"; singleton:="true"
org.eclipse.mylyn.tasks.ui [330]
Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.0.0"
-> Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.17.2.v20200813-0821"; singleton:="true"
org.eclipse.mylyn.commons.notifications.feed [307]
Unresolved requirement: Require-Bundle: com.sun.xml.bind; bundle-version="2.2.0"
-> Bundle-SymbolicName: com.sun.xml.bind; bundle-version="2.3.3.v20201118-1818"
com.sun.xml.bind [19]
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.sax; resolution:="optional"
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.staxex; resolution:="optional"
Unresolved requirement: Import-Package: javax.activation; version="[1.2.0,2.0.0)"
-> Export-Package: javax.activation; bundle-symbolic-name="javax.activation"; bundle-version="1.2.2.v20201119-1642"; version="1.2.2"
javax.activation [22]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=9.0))"

at org.eclipse.osgi.container.Module.start(Module.java:463)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845)
at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1779)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)

!ENTRY org.eclipse.mylyn.tasks.bugs 4 0 2021-01-27 10:54:03.754
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.tasks.bugs [325]
Unresolved requirement: Require-Bundle: org.eclipse.mylyn.tasks.ui; bundle-version="[3.8.0,4.0.0)"
-> Bundle-SymbolicName: org.eclipse.mylyn.tasks.ui; bundle-version="3.25.2.v20200814-0512"; singleton:="true"
org.eclipse.mylyn.tasks.ui [330]
Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.0.0"
-> Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.17.2.v20200813-0821"; singleton:="true"
org.eclipse.mylyn.commons.notifications.feed [307]
Unresolved requirement: Require-Bundle: com.sun.xml.bind; bundle-version="2.2.0"
-> Bundle-SymbolicName: com.sun.xml.bind; bundle-version="2.3.3.v20201118-1818"
com.sun.xml.bind [19]
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.sax; resolution:="optional"
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.staxex; resolution:="optional"
Unresolved requirement: Import-Package: javax.activation; version="[1.2.0,2.0.0)"
-> Export-Package: javax.activation; bundle-symbolic-name="javax.activation"; bundle-version="1.2.2.v20201119-1642"; version="1.2.2"
javax.activation [22]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=9.0))"

at org.eclipse.osgi.container.Module.start(Module.java:463)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845)
at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1779)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)

!ENTRY org.eclipse.mylyn.tasks.ui 4 0 2021-01-27 10:54:03.760
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.mylyn.tasks.ui [330]
Unresolved requirement: Require-Bundle: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.0.0"
-> Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications.feed; bundle-version="1.17.2.v20200813-0821"; singleton:="true"
org.eclipse.mylyn.commons.notifications.feed [307]
Unresolved requirement: Require-Bundle: com.sun.xml.bind; bundle-version="2.2.0"
-> Bundle-SymbolicName: com.sun.xml.bind; bundle-version="2.3.3.v20201118-1818"
com.sun.xml.bind [19]
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.sax; resolution:="optional"
Unresolved requirement: Import-Package: com.sun.xml.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.fastinfoset.stax; resolution:="optional"
Unresolved requirement: Import-Package: org.jvnet.staxex; resolution:="optional"
Unresolved requirement: Import-Package: javax.activation; version="[1.2.0,2.0.0)"
-> Export-Package: javax.activation; bundle-symbolic-name="javax.activation"; bundle-version="1.2.2.v20201119-1642"; version="1.2.2"
javax.activation [22]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=9.0))"

at org.eclipse.osgi.container.Module.start(Module.java:463)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel$2.run(ModuleContainer.java:1845)
at org.eclipse.osgi.internal.framework.EquinoxContainerAdaptor$1$1.execute(EquinoxContainerAdaptor.java:136)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1838)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1779)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1743)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1665)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:234)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:345)

!ENTRY org.eclipse.mylyn.team.ui 4 0 2021-01-27 10:54:03.773
!MESSAGE FrameworkEvent ERROR
!STACK 0

Could someone please provide suggestion to resolve this issue.

MWNIFEST.MF FILE content:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EDAS
Bundle-SymbolicName: com.daimler.edas;singleton:=true
Bundle-Version: 2.3.7.v20141125
Bundle-Activator: com.daimler.edas.DioConverterPlugin
Require-Bundle: org.apache.xerces,
org.eclipse.core.resources,
org.eclipse.core.runtime,
org.eclipse.ui,
org.eclipse.ui.console,
org.eclipse.ui.ide,
org.eclipse.ui.forms,
org.eclipse.ant.core,
org.eclipse.mylyn.commons.notifications.feed,
com.sun.xml.bind,
org.eclipse.mylyn.tasks.ui,
org.eclipse.mylyn.commons.notifications.feed,
org.eclipse.pde.ui,
org.eclipse.pde.core,
org.eclipse.jdt.launching,
org.eclipse.jdt.debug,
org.eclipse.jdt.debug.ui,
org.eclipse.jdt.debug,
org.eclipse.pde.ui.templates,
org.eclipse.pde.ui,
org.eclipse.jdt.launching,
org.eclipse.pde.ui,
org.eclipse.rap.tools.intro,
org.eclipse.rap.tools.launch,
org.eclipse.rap.tools.launch.rwt,
org.eclipse.rap.tools.templates,
org.eclipse.swtbot.eclipse.ui,
org.eclipse.swtbot.generator.client,
org.eclipse.team.svn.mylyn,
org.eclipse.ui.cheatsheets,
org.eclipse.ui.intro.quicklinks,
org.eclipse.ui.intro.universal,
org.eclipse.help.base,
org.eclipse.help.ui,
org.apache.ant
Bundle-ClassPath: .,
lib/xalan-j_2_7_1/xalan.jar,
lib/xalan-j_2_7_1/serializer.jar,
lib/saxonb9-1-0-3j/saxon9.jar,
lib/saxonb9-1-0-3j/saxon9-xom.jar,
lib/saxonb9-1-0-3j/saxon9-xpath.jar,
lib/saxonb9-1-0-3j/saxon9-dom.jar,
lib/XOM/xom-1.1.jar,
lib/jaxen-1.1.1/jaxen-1.1.1.jar,
lib/tagsoup-1.1.3/tagsoup-1.2.jar,
lib/xstream-1.3/xstream-1.3.jar,
lib/inieditor/lib/inieditor.jar,
lib/jdom-2.0.6/jdom-2.0.6.jar,
lib/db-derby-10.13.1.1-bin/lib/derby.jar,
lib/JTidy/jtidy-r938.jar,
lib/apache-poi-4.0.1/poi-4.0.1.jar,
lib/apache-poi-4.0.1/poi-examples-4.0.1.jar,
lib/apache-poi-4.0.1/poi-excelant-4.0.1.jar,
lib/apache-poi-4.0.1/poi-ooxml-4.0.1.jar,
lib/apache-poi-4.0.1/poi-ooxml-schemas-4.0.1.jar,
lib/apache-poi-4.0.1/poi-scratchpad-4.0.1.jar,
lib/apache-poi-4.0.1/ooxml-lib/xmlbeans-3.0.2.jar,
lib/apache-poi-4.0.1/lib/commons-collections4-4.2.jar,
lib/apache-poi-4.0.1/lib/commons-compress-1.18.jar,
lib/apache-freemarker-2.3.29-bin/freemarker.jar
Bundle-Vendor: Daimler AG
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy


Previous Topic:exec-process fails to complete when executing bash script
Next Topic:Scripting Help Check for Updates
Goto Forum:
  


Current Time: Fri May 03 16:17:57 GMT 2024

Powered by FUDForum. Page generated in 0.03299 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top