Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Could not acquire the framework manipulator service.

Hi Eloy, 

You may also check whether org.eclipse.equinox.ds bundle is available and started. Framework admin is registered as declarative service by o.e.e.frameworkadmin.equinox bundle so 
if ds framework is not started, your service won't be available as well. 

Another possible reason could be a concurrency issue - maybe o.e.e.frameworkadmin.equinox is started after the installation takes place.
You may try to set o.e.e.frameworkadmin.equinox bundle start level to 3 and see whether this solves your issue (I assume the other bundles have default start level 4). 

I hope this helps.

Kind regards,
Katya

-----Original Message-----
From: p2-dev-bounces@xxxxxxxxxxx [mailto:p2-dev-bounces@xxxxxxxxxxx] On Behalf Of Eloy Gomez
Sent: lundi 29 août 2011 18:35
To: p2-dev@xxxxxxxxxxx
Subject: [p2-dev] Could not acquire the framework manipulator service.

Hi all

I'm trying to install new features into an external profile (distinct
from _SELF) via P2... I try several ways, directly via
PlanExecutionHelper, using ProfileModificationJob and ever get the same
error in the InstallBundleAction touchpoint:


Googling I find this message with the same problem,
http://www.eclipse.org/forums/index.php/m/120459/

But I have the bunlde started and this don't fix my problem..

Any help or suggestion will be appreciate.. 

Thanks in advance,

Regards.

Eloy Gomez.
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top