[
https://issues.apache.org/jira/browse/KARAF-5111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré resolved KARAF-5111.
-----------------------------------------
Resolution: Cannot Reproduce
Fix Version/s: (was: 4.1.2)
(was: 4.2.0)
Tested on 4.1.2-SNAPSHOT and 4.2.0-SNAPSHOT without problem.
I created the ipojo features XML locally and installed the ipojo feature from
this file.
> Error executing command: java.lang.InterruptedException when installing
> feature
> -------------------------------------------------------------------------------
>
> Key: KARAF-5111
> URL: https://issues.apache.org/jira/browse/KARAF-5111
> Project: Karaf
> Issue Type: Bug
> Components: karaf-feature
> Affects Versions: 4.1.1
> Environment: JDK 8, MacOS
> Reporter: Andy Phillips
> Assignee: Jean-Baptiste Onofré
> Attachments: karaf.log
>
>
> I am trying to install a feature i wrote to install iPojo. I can manually
> install the two bundles, but when i install the "feature" that does the same
> thing it give me the following error:
> {code}
> Error executing command: java.lang.InterruptedException
> {code}
> I've attached the karaf.log as well. ipojo version == 1.12.1
> The feature is simple:
> {code}
> <feature name="ipojo" version="1.12.1">
> <bundle>mvn:org.apache.felix/org.apache.felix.ipojo/1.12.1</bundle>
>
> <bundle>mvn:org.apache.felix/org.apache.felix.ipojo.api/1.12.1</bundle>
> </feature>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)