David,

I'm traveling, but a couple of quick comments:

1) The version number for each plugin is independent of the overall release version. Only those plugins that change will receive an updated version number. The hooks have not changed in quite some time.

2) You have only removed preprocessor support by commenting out the lines you mentioned.

3) I've seen this warning before from Eclipse, but I've never seen it have any adverse affect. It would be interesting to know what else changed in your configuration that may have triggered this problem.

Craig

On Feb 21, 2008, at 7:36 PM, David Beers wrote:

As a workaround I commented out the following section in my config.ini:

# For EclipseME preprocessor support
#osgi.framework.extensions=eclipseme.core.hooks

I haven't yet verified whether this disables anything but the preprocessor support, but at least I seem to be able to launch Eclipse again and build and run my app.

-db

On Thu, Feb 21, 2008 at 6:29 PM, David Beers <[EMAIL PROTECTED]> wrote:
Correction: I'm using EclipseME 1.7.6, not 1.6.5.

For some reason eclipseme.core.hooks jar is at version 1.6.5, though the timestamp is the same as the eclipseme.core_1.7.6.jar, so I assume it is current.

Running on Eclipse 3.3.


On Thu, Feb 21, 2008 at 6:21 PM, David Beers <[EMAIL PROTECTED]> wrote: Any thoughts about how I can rescue from this error that occurs every time I try to launch Eclipse now? Eclipse stays frozen with a white screen indefinitely after hitting this OSGi exception:

!ENTRY org.eclipse.osgi 4 0 2008-02-21 18:02:05.875
!MESSAGE Error installing bundle: reference:file:plugins/ eclipseme.core.hooks_1.6.5.jar/
!STACK 0
org.osgi.framework.BundleException: Bundle "eclipseme.core.hooks" version "1.6.5" has already been installed from: [EMAIL PROTECTED]/ eclipseme.core.hooks_1.6.5.jar at org .eclipse .osgi .framework .internal.core.Framework.createAndVerifyBundle(Framework.java:642) at org .eclipse .osgi .framework .internal.core.Framework.installWorkerPrivileged(Framework.java:909) at org.eclipse.osgi.framework.internal.core.Framework $2.run(Framework.java:824)
    at java.security.AccessController.doPrivileged(Native Method)
at org .eclipse .osgi.framework.internal.core.Framework.installWorker(Framework.java: 875) at org .eclipse .osgi.framework.internal.core.Framework.installBundle(Framework.java: 819) at org .eclipse .osgi .framework .internal .core.BundleContextImpl.installBundle(BundleContextImpl.java:229) at org .eclipse .core .runtime.adaptor.EclipseStarter.installBundles(EclipseStarter.java: 1064) at org .eclipse .core .runtime.adaptor.EclipseStarter.loadBasicBundles(EclipseStarter.java: 621) at org .eclipse .core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:303) at org .eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java: 172)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun .reflect .NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun .reflect .DelegatingMethodAccessorImpl .invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 504)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1144)

--
David Beers
Pikesoft Mobile Computing
www.pikesoft.com



--
David Beers
Pikesoft Mobile Computing
www.pikesoft.com



--
David Beers
Pikesoft Mobile Computing
www.pikesoft.com -------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to