- This topic has 1 reply, 2 voices, and was last updated 18 years ago by Riyad Kalla.
-
AuthorPosts
-
jgatmaitan@gmail.comMemberIt generates the following log after I removed and reinstalled the clearcase “extension …” . Please help! I can’t do anything. Thanks
C:\eclipse32\configuration>dir *.log
Volume in drive C is windows
Volume Serial Number is 88DC-9D73Directory of C:\eclipse32\configuration
01/10/2007 04:23 PM 906,780 1168475019593.log
1 File(s) 906,780 bytes
0 Dir(s) 34,005,528,576 bytes free!SESSION 2007-01-10 16:23:39.359 ———————————————–
eclipse.buildId=M20060629-1905
java.version=1.5.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.core.runtime 4 0 2007-01-10 16:23:40.484
!MESSAGE FrameworkEvent.ERROR
!STACK 0
org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Require-Bundle: org.eclipse.core.jobs; bundle-version=”[3.2.0,4.0.0)”
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:294)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:329)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1037)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:573)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:495)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:455)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:189)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:291)!ENTRY org.eclipse.osgi 4 0 2007-01-10 16:23:40.500
!MESSAGE Bundle initial@reference:file:plugins/org.eclipse.core.runtime_3.2.0.v20060603.jar/ was not resolved.!ENTRY org.eclipse.osgi 4 0 2007-01-10 16:23:40.515
!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:65)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)!ENTRY org.eclipse.osgi 2 0 2007-01-10 16:23:40.812
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2007-01-10 16:23:40.812
!MESSAGE Bundle update@../Program Files/MyEclipse 5.0GA/eclipse/plugins/com.genuitec.eclipse.imageeditor_5.0.0/ was not resolved.
!SUBENTRY 2 com.genuitec.eclipse.imageeditor 2 0 2007-01-10 16:23:40.812
!MESSAGE Missing required bundle org.eclipse.core.resources_0.0.0.….. etc
Riyad KallaMemberJust to clarify, you removed your clear case plugin, and re-added it, and that screwed up your MyEclipse install so it no longer starts? Given the errors I’m seeing it looks like you did more than just remove clear case… simply removing a plugin and restarting doesn’t cause all the other bundles to stop resolving normally…
At this point I would encourage you to consider a clean reinstall using our All-In-One installer from our download site for our 5.1 release. After you install that to a brand new directory, be sure to run it, then re-add clear case and see if that works.
-
AuthorPosts