facebook

Unusual behavior on Mac OS X 10.5.2 Ecl 3.3.2 MyEcl 6.0.1

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #284468 Reply

    weyus
    Member

    I’m seeing somewhat “fragile” behavior on my brand new installation of MyEclipse 6.01 on top of Eclipse 3.3.2.

    If I startup MyEclipse (via dock alias) or Eclipse (via terminal), I _must_ add the “-clean” argument to the command line (either via eclipse.ini or command line). The bigger deal is that I always have to start the app with -clean (normally you can do it once and then take it away but not in this case).

    I also have the Aptana Studio plugin installed with some of its internal plugins.

    I guess I can run with “-clean” regardless, however it gives me less confidence in MyEclipse on the Mac.

    Log output below.

    Thanks,
    Wes

    Here is console output from starting without -clean:

    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !SESSION
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] 2008-04-26 12:04:31.911 —
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——-
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——-
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——-
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] ——-
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] —–
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] eclipse.buildId=M20080221-1800
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] java.version=1.5.0_13
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] java.vendor=Apple Inc.
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] BootLoader constants: OS=macosx, ARCH=x86
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] , WS=carbon, NL=en_US
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] Framework arguments: -keyring
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] /Users/weyus/.eclipse_keyring -showlocation -product com.genuitec.myeclipse.product.ide
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] Command-line arguments: -os macosx -ws
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] carbon -arch x86 -keyring /Users/weyus/.eclipse_keyring
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] -consoleLog -showlocation -product com.genuitec.myeclipse.product.ide
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !ENTRY org.eclipse.osgi 4
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] 0 2008-04-26 12:04:32.669
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !MESSAGE Application error
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !STACK 1
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.ui.ide.application was unable to load class org.eclipse.ui.internal.ide.application.IDEApplication.
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:162)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at java.lang.reflect.Method.invoke(Method.java:585)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] org.eclipse.core.runtime.CoreException[1]: java.lang.NullPointerException
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.setExportPackages(BundleDescriptionImpl.java:208)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateReader.readBundleDescriptionLazyData(StateReader.java:255)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateReader.fullyLoad(StateReader.java:608)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.fullyLoad(BundleDescriptionImpl.java:456)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getResolvedRequires(BundleDescriptionImpl.java:167)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.BundleLoader.<init>(BundleLoader.java:135)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.BundleLoaderProxy.getBundleLoader(BundleLoaderProxy.java:56)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.BundleHost.getBundleLoader(BundleHost.java:590)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.BundleHost.checkLoader(BundleHost.java:196)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:223)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at java.lang.reflect.Method.invoke(Method.java:585)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !ENTRY org.eclipse.osgi
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] 4 0
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] 2008-04-26 12:04:32.686
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !MESSAGE Shutdown error
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] !STACK 1
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] java.lang.NullPointerException
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.setExportPackages(BundleDescriptionImpl.java:208)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateReader.readBundleDescriptionLazyData(StateReader.java:255)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateReader.fullyLoad(StateReader.java:608)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.fullyLoad(BundleDescriptionImpl.java:456)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.BundleDescriptionImpl.getExportPackages(BundleDescriptionImpl.java:117)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateHelperImpl.addReference(StateHelperImpl.java:260)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateHelperImpl.buildReferences(StateHelperImpl.java:250)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateHelperImpl.buildReferences(StateHelperImpl.java:244)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.internal.resolver.StateHelperImpl.sortBundles(StateHelperImpl.java:227)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependencies(StartLevelManager.java:576)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.StartLevelManager.sortByDependency(StartLevelManager.java:557)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.StartLevelManager.getInstalledBundles(StartLevelManager.java:533)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:285)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:261)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:188)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:622)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:525)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:399)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:197)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at java.lang.reflect.Method.invoke(Method.java:585)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
    4/26/08 12:04:32 PM [0x0-0xec0ec].org.eclipse.eclipse[17205] at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    4/26/08 12:04:39 PM com.apple.launchd[97] ([0x0-0xec0ec].org.eclipse.eclipse[17205]) Exited with exit code: 13

    and here is the output with “-clean”:

    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !SESSION
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:09.819 –
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] —
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ——–
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ——–
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ——-
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] —-
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] —————–
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] eclipse.buildId=M20080221-1800
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] java.version=1.5.0_13
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] java.vendor=Apple Inc.
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Framework arguments: -keyring /Users/weyus/.eclipse_keyring -showlocation -product com.genuitec.myeclipse.product.ide
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Command-line arguments: -os macosx -ws carbon -arch x86 -clean -keyring /Users/weyus/.eclipse_keyring -consoleLog -showlocation -product com.genuitec.myeclipse.product.ide
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator 2008-04-26 12:10:12.954
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Could not install bundle plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle “javax.servlet.jsp” version “2.0.0.v200706191603” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:12.960
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Could not install bundle plugins/javax.servlet_2.4.0.v200706111738.jar Bundle “javax.servlet” version “2.4.0.v200706111738” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:12.965
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Could not install bundle plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle “org.apache.commons.el” version “1.0.0.v200706111724” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:12.971
    4/26/08 12:10:12 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Could not install bundle plugins/org.apache.commons.logging_1.0.4.v200706111724.jar Bundle “org.apache.commons.logging” version “1.0.4.v200706111724” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
    4/26/08 12:10:13 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator 2008-04-26 12:10:13.383
    4/26/08 12:10:13 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Could not install bundle plugins/org.mozilla.xpcom_1.8.1.3-20070320/ Bundle “org.mozilla.xpcom” version “1.8.1.3-20070320” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/org.mozilla.xpcom_1.8.1.3-20070320/
    4/26/08 12:10:13 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.update.configurator 2008-04-26 12:10:13.384
    4/26/08 12:10:13 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Could not install bundle plugins/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070404/ Bundle “org.mozilla.xulrunner.carbon.macosx” version “1.8.1.3-20070404” has already been installed from: update@../MyEclipse 6.0/eclipse/plugins/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070404/
    4/26/08 12:10:15 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 2 0 2008-04-26 12:10:15.408
    4/26/08 12:10:15 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Warnings while parsing the key bindings from the ‘org.eclipse.ui.commands’ extension point
    4/26/08 12:10:15 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !SUBENTRY 1 org.eclipse.ui 2 0 2008-04-26 12:10:15.408
    4/26/08 12:10:15 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Cannot bind to an undefined command: plug-in=’com.aptana.ide.editors’, id=’org.eclipse.ui.edit.text.openExternalFile’
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui.workbench 2
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 0 2008-04-26 12:10:18.892
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE A handler conflict occurred. This may disable some commands.
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !SUBENTRY 1 org.eclipse.ui.workbench
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2 0
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:18.892
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Conflict for ‘AUTOGEN:::com.aptana.ide.core.ui.objectContribution1/com.aptana.ide.core.ui.action1’:
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] HandlerActivation(commandId=AUTOGEN:::com.aptana.ide.core.ui.objectContribution1/com.aptana.ide.core.ui.action1,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] handler=ActionDelegateHandlerProxy(null,com.aptana.ide.core.ui.io.file.DuplicateVirtualFileManagerAction),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@fabfa3),sourcePriority=16384)
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] HandlerActivation(commandId=AUTOGEN:::com.aptana.ide.core.ui.objectContribution1/com.aptana.ide.core.ui.action1,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] handler=ActionDelegateHandlerProxy(null,com.aptana.ide.core.ui.io.file.DuplicateVirtualFileManagerAction),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@fabfa3),sourcePriority=16384)
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.jface 2
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 0 2008-04-26 12:10:18.899
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !SUBENTRY 1 org.eclipse.jface
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2 0 2008-04-26 12:10:18.899
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE A conflict occurred for COMMAND+SHIFT+I:
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Binding(COMMAND+SHIFT+I,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ParameterizedCommand(Command(com.aptana.ide.debug.ui.commands.Inspect,Inspect,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ,,true),null),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui.defaultAcceleratorConfiguration,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui.contexts.dialogAndWindow,,,system)
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Binding(COMMAND+SHIFT+I,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ParameterizedCommand(Command(org.eclipse.jdt.debug.ui.commands.Inspect,Inspect,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Inspect result of evaluating selected text,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Category(org.eclipse.debug.ui.category.run,Run/Debug,Run/Debug command category,true),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] ,,true),null),
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui.defaultAcceleratorConfiguration,
    4/26/08 12:10:18 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui.contexts.dialogAndWindow,,,system)
    4/26/08 12:10:19 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.core.net 1
    4/26/08 12:10:19 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 0 2008-04-26 12:10:19.120
    4/26/08 12:10:19 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:19 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] System property http.nonProxyHosts has been set to local|*.local|169.254/16|*.169.254/16 by an external source. This value will be overwritten using the values from the preferences
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 2008-04-26 12:10:20.023
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Duplicate id found: com.aptana.ide.syncing.SyncConnectionDecorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:20.024
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Unknown extension tag found: decorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 2008-04-26 12:10:20.024
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Duplicate id found: com.aptana.ide.syncing.VirtualFileCloakedDecorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui 4 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:20.024
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Unknown extension tag found: decorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 4 4 2008-04-26 12:10:20.025
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Duplicate id found: com.aptana.ide.syncing.VirtualFileManagerSyncDecorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 4 2008-04-26 12:10:20.026
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Unknown extension tag found: decorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 4 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:20.026
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Duplicate id found: com.aptana.ide.syncing.SyncProjectConnectionDecorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 2008-04-26 12:10:20.027
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Unknown extension tag found: decorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] org.eclipse.ui 4 4
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 2008-04-26 12:10:20.027
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Duplicate id found: com.aptana.ide.syncing.VirtualProjectCloakedDecorator
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !ENTRY org.eclipse.ui
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] 4 4 2008-04-26 12:10:20.028
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] !MESSAGE
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Plugin com.genuitec.eclipse.fileview, extension org.eclipse.ui.decorators
    4/26/08 12:10:20 PM [0x0-0xf30f3].org.eclipse.eclipse[17225] Unknown extension tag found: decorator

    #284486 Reply

    Loyal Water
    Member

    Can you switch to a new workspace and start MyEclipse without the -clean command. Do you still run into problems?

    #284815 Reply

    weyus
    Member

    Yes, I do. I changed the name of my existing workspace, removed the “-clean’ and got the same behavior.

    #284838 Reply

    Loyal Water
    Member

    In that case, I would suggest you leave the -clean command in your eclipse.ini file and continue working. It will increase the start up time of the IDE by a few milliseconds which would be unnoticeable. You shouldn’t worry abou the -clean.

    In the mean time I’ll get this checked by the dev team.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Unusual behavior on Mac OS X 10.5.2 Ecl 3.3.2 MyEcl 6.0.1

You must be logged in to post in the forum log in