Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » FrameworkEvent ERROR
FrameworkEvent ERROR [message #1775718] Fri, 03 November 2017 22:19 Go to next message
Gianfranco Berardinelli is currently offline Gianfranco BerardinelliFriend
Messages: 2
Registered: November 2017
Junior Member
!SESSION 2017-11-03 18:16:54.189 -----------------------------------------------
eclipse.buildId=M20130204-1200
java.version=9.0.1
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.eclipse.epp.package.java.product
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.equinox.simpleconfigurator 4 0 2017-11-03 18:16:55.283
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle "org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612 [1]" could not be resolved. Reason: Missing Constraint: Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,J2SE-1.4
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.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 org.eclipse.osgi 4 0 2017-11-03 18:16:55.299
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar was not resolved.

!ENTRY org.eclipse.osgi 2 0 2017-11-03 18:16:55.330
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2017-11-03 18:16:55.330
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar was not resolved.
!SUBENTRY 2 org.eclipse.equinox.simpleconfigurator 2 0 2017-11-03 18:16:55.330
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".

!ENTRY org.eclipse.osgi 2 0 2017-11-03 18:16:55.346
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2017-11-03 18:16:55.346
!MESSAGE Bundle org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612 [1] was not resolved.
!SUBENTRY 2 org.eclipse.equinox.simpleconfigurator 2 0 2017-11-03 18:16:55.346
!MESSAGE Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.1))(&(osgi.ee=JavaSE)(version=1.4)))".

!ENTRY org.eclipse.osgi 4 0 2017-11-03 18:16:55.377
!MESSAGE Application error
!STACK 1
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
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:564)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
Re: FrameworkEvent ERROR [message #1775726 is a reply to message #1775718] Sat, 04 November 2017 05:43 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4434
Registered: July 2009
Senior Member

You're trying to use Java 9 with a version of Eclipse that is over 4 years old. Oxygen.1a is the first release of Eclipse that is ready to run specifically under Java 9, and it's also the supported release. If you must use an older, unsupported, release, check the Wiki page at https://wiki.eclipse.org/Configure_Eclipse_for_Java_9 for instructions on adding the right startup parameters to your eclipse.ini file, script, or shortcut.

_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: FrameworkEvent ERROR [message #1775727 is a reply to message #1775726] Sat, 04 November 2017 06:56 Go to previous messageGo to next message
Gianfranco Berardinelli is currently offline Gianfranco BerardinelliFriend
Messages: 2
Registered: November 2017
Junior Member
I need IDE For Java Developers.
Re: FrameworkEvent ERROR [message #1775729 is a reply to message #1775727] Sat, 04 November 2017 08:10 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Get the Oxygen version of that from https://www.eclipse.org/downloads/

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: FrameworkEvent ERROR [message #1843546 is a reply to message #1775729] Thu, 05 August 2021 13:14 Go to previous messageGo to next message
Edib Isic is currently offline Edib IsicFriend
Messages: 2
Registered: January 2016
Junior Member
My successfull try was after having the same error when on startup of the specific eclipse ide. is to delete the eclipse.ini file in the main folder.
I think the .ini file was somehow changed and corrupted. So eclipse will startup without the eclipse.ini. I could start it without the exception.
Re: FrameworkEvent ERROR [message #1843990 is a reply to message #1843546] Thu, 26 August 2021 08:50 Go to previous message
Anastasia Tsikhanavets is currently offline Anastasia TsikhanavetsFriend
Messages: 1
Registered: August 2021
Junior Member
[2021-08-26 08:49:34.634 Z] [Start Level: Equinox Container: a01b5489-4a06-001c-1df0-bc03e33ee072] INFO org.eclipse.orion.server.config - Started Orion server authentication successfully.

!ENTRY org.eclipse.orion.server.git 4 0 2021-08-26 11:49:34.650
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.orion.server.git [71]
Unresolved requirement: Require-Bundle: org.eclipse.jgit; bundle-version="3.4.0"
-> Bundle-SymbolicName: org.eclipse.jgit; bundle-version="4.4.0.201606070830-r"
org.eclipse.jgit [56]
Unresolved requirement: Require-Capability: osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=1.7))"

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1562)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
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)
[2021-08-26 08:49:34.666 Z] [Worker-0] INFO org.eclipse.orion.server.config - No server configuration file found at: C:\Users\Tsikhanavets_A\Downloads\eclipse-orion-22.0.0S1-win32.win32.x86_64\eclipse\orion.conf
[2021-08-26 08:49:34.667 Z] [Worker-0] INFO org.eclipse.orion.server.config - No server configuration file found at: C:\Users\Tsikhanavets_A\Downloads\eclipse-orion-22.0.0S1-win32.win32.x86_64\eclipse\serverworkspace\orion.conf
[2021-08-26 08:49:34.685 Z] [Worker-0] INFO org.eclipse.orion.server.config - Loaded simple metadata store (version 8).
[2021-08-26 08:49:34.688 Z] [Worker-0] INFO org.eclipse.orion.server.config - Tasks metadata location is C:\Users\Tsikhanavets_A\Downloads\eclipse-orion-22.0.0S1-win32.win32.x86_64\eclipse\serverworkspace\.metadata\.tasks
[2021-08-26 08:49:34.690 Z] [Worker-0] INFO org.eclipse.orion.server.config - Started Orion server core successfully.
[2021-08-26 08:49:34.736 Z] [Worker-0] INFO org.eclipse.orion.server.config - Finished processing 1 users for registerUserProperties, duration: 46ms
osgi>
Previous Topic:Clean install 2019-12 won't update
Next Topic:XML tools install from 2020-06 J10 repo uses 2021 J11 WST XML core
Goto Forum:
  


Current Time: Fri Apr 19 18:03:31 GMT 2024

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

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

Back to the top