Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [equinox-dev] Could not install bundle ... Bundle ... hasalready been installed from ... errors in log

Thanks, that did the trick.


From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of ext Pascal Rapicault
Sent: Wednesday, July 16, 2008 7:25 PM
To: Equinox development mailing list
Cc: equinox-dev@xxxxxxxxxxx; equinox-dev-bounces@xxxxxxxxxxx
Subject: Re: [equinox-dev] Could not install bundle ... Bundle ... hasalready been installed from ... errors in log

This happens when the reconciliation behavior of update.configurator is not turned off or if you ship update.configurator.
Two ways around this:
1) do not ship update.configurator
2) add to the following propery to the config.ini org.eclipse.update.reconcile=false

HTH,

PaScaL



Inactive hide details for ---07/16/2008 06:51:40 PM---We're creating our product using the headless product build.  When I laun---07/16/2008 06:51:40 PM---We're creating our product using the headless product build. When I launch it I see an error like t


From:

<Warren.Paul@xxxxxxxxx>

To:

<equinox-dev@xxxxxxxxxxx>

Date:

07/16/2008 06:51 PM

Subject:

[equinox-dev] Could not install bundle ... Bundle ... has already been installed from ... errors in log




We're creating our product using the headless product build. When I launch it I see an error like this in the error log for each plugin:

!ENTRY org.eclipse.update.configurator 4 0 2008-07-16 17:20:33.320
!MESSAGE Could not install bundle plugins/org.eclipse.compare_3.4.0.I20080604.jar Bundle "org.eclipse.compare" version "3.4.0.I20080604" has already been installed from: reference:
file:plugins\org.eclipse.compare_3.4.0.I20080604.jar

It appears to be coming from the org.eclipse.equinox.simpleconfigurator/bundles.info file. I've had a look at the ConfigurationActivator.installBundles method but it's not clear exactly what's going on. Ideas?

Thanks,
Warren
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top