For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 3 voices, and was last updated 17 years, 4 months ago by
rmcvay.
-
AuthorPosts
-
karzone_22MemberHi
I am working on commerce suite 6.0 . While doing a hot code replace in debug mode my RAD crashed and and I not able to open my RAD again. I get the following error. Any advice would really help.
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle org.eclipse.core.resources.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:975)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
at org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass(BundleLoader.java:336)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:914)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:560)
at java.lang.Class.verifyImpl(Native Method)
at java.lang.Class.verify(Class.java:241)
at java.lang.Class.initialize(Class.java:304)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(Unknown Source)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterBuilder.registerAdapters(Unknown Source)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.initialize(Unknown Source)
at org.eclipse.ui.application.WorkbenchAdvisor.internalBasicInitialize(Unknown Source)
at org.eclipse.ui.internal.Workbench.init(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Caused by: org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications.
at org.eclipse.core.internal.resources.WorkManager.checkIn(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.prepareOperation(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.close(Unknown Source)
at org.eclipse.core.resources.ResourcesPlugin.shutdown(Unknown Source)
at org.eclipse.core.internal.compatibility.PluginActivator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
at java.security.AccessController.doPrivileged(AccessController.java:204)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
at org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass(BundleLoader.java:336)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:914)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:560)
at java.lang.Class.verifyImpl(Native Method)
at java.lang.Class.verify(Class.java:241)
at java.lang.Class.initialize(Class.java:304)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(Unknown Source)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterBuilder.registerAdapters(Unknown Source)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.initialize(Unknown Source)
at org.eclipse.ui.application.WorkbenchAdvisor.internalBasicInitialize(Unknown Source)
at org.eclipse.ui.internal.Workbench.init(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)
Root exception:
org.eclipse.core.internal.resources.ResourceException: The resource tree is locked for modifications.
at org.eclipse.core.internal.resources.WorkManager.checkIn(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.prepareOperation(Unknown Source)
at org.eclipse.core.internal.resources.Workspace.close(Unknown Source)
at org.eclipse.core.resources.ResourcesPlugin.shutdown(Unknown Source)
at org.eclipse.core.internal.compatibility.PluginActivator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:958)
at java.security.AccessController.doPrivileged(AccessController.java:204)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:954)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:937)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:421)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:293)
at org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass(EclipseClassLoader.java:110)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:371)
at org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass(BundleLoader.java:336)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findRequiredClass(BundleLoader.java:914)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:399)
at org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(AbstractClassLoader.java:93)
at java.lang.ClassLoader.loadClass(ClassLoader.java:560)
at java.lang.Class.verifyImpl(Native Method)
at java.lang.Class.verify(Class.java:241)
at java.lang.Class.initialize(Class.java:304)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(Unknown Source)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterBuilder.registerAdapters(Unknown Source)
at org.eclipse.ui.internal.ide.IDEWorkbenchAdvisor.initialize(Unknown Source)
at org.eclipse.ui.application.WorkbenchAdvisor.internalBasicInitialize(Unknown Source)
at org.eclipse.ui.internal.Workbench.init(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
at org.eclipse.core.launcher.Main.run(Main.java:704)
at org.eclipse.core.launcher.Main.main(Main.java:688)!ENTRY org.eclipse.osgi Mar 06, 2008 06:01:27.218
!MESSAGE Application error
!STACK 1
java.lang.NoClassDefFoundError: org.eclipse.core.resources.IProject
at java.lang.Class.verifyImpl(Native Method)
at java.lang.Class.verify(Class.java:241)
at java.lang.Class.initialize(Class.java:304)
at org.eclipse.ui.internal.ide.model.WorkbenchAdapterFactory.<init>(Unknown Source)
atApril 14, 2009 at 5:18 am #297518
support-joyMemberkarzone_22,
Sorry to hear that you are facing this issue. I notice that this post is on Mar 06, my apologies for the late reply, this post must have got buried under the huge deluge of new posts. Have you resolved this issue?
If no, then can you answer few questions for me to investigate this further –
1. Can you copy and paste your installation details? You can get it from MyEclipse > Installation Summary > Installation Detail. If you are not able to start ME, can you specify your system configuration such as OS, if it is 64 bit or 32 bit.
2. What is the version of ME you are using? Is it PRO or Blue?
3. How did you install ME? Meaning – using the all-in-one installer, using the update site on Eclipse 3.4.1 Classic, using pulse?
4. Finally, can you PM the log files, these are located under [MyEclipse installation dir]\common\logs and your project specific log files are located under [workspace]\.metadata\.logs If the files are huge, you can also zip and mail to support@genuitec.com, please add subject line as ATTN: Joy and refer to this thread hereI will try to get a dev member assist you with this ASAP. Sorry for the inconvinience.
April 14, 2009 at 1:03 pm #297530
rmcvayMemberAre you running MyEclipse or are you running RAD (Rational Application Developer)?
-
AuthorPosts
