Karaf 3.0.3 Feature Deploy extremely slow

2015-05-12 Thread bobshort
Hi, I have a feature I'm trying to get running on Karaf 3. The features install in seconds on Karaf 2.2, 2.3 and 2.4. On Karaf 3.0.3 it takes 1/2hr. The bundles use the http resolver. Any ideas? http://karaf.apache.org/xmlns/features/v1.0.0";> war

Re: Karaf 3.0.3 Feature Deploy extremely slow

2015-05-12 Thread Jean-Baptiste Onofré
I bet it tries to resolve first on all remote Maven repositories first (with aether). Can you try to remove the remote repos from etc/org.ops4j.pax.url.mvn.cfg ? I plan to provide a command to switch from dev to production mode to change the artifacts resolution order. Regards JB On 05/12/2

Re: Karaf 3.0.3 Feature Deploy extremely slow

2015-05-12 Thread bobshort
Thanks for the reply! I've removed the remote Maven repositories and it still takes a long time. No change. -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-3-Feature-Deploy-extremely-slow-tp4040322p4040324.html Sent from the Karaf - User mailing list archive at

Re: Karaf 3.0.3 Feature Deploy extremely slow

2015-05-12 Thread Jean-Baptiste Onofré
Hmmm weird ... On 05/12/2015 06:38 PM, bobshort wrote: Thanks for the reply! I've removed the remote Maven repositories and it still takes a long time. No change. -- View this message in context: http://karaf.922171.n3.nabble.com/Karaf-3-0-3-Feature-Deploy-extremely-slow-tp4040322p40403

Re: Karaf 3.0.3 Feature Deploy extremely slow

2015-05-12 Thread Scott Lewis
FWIW, I have had/have a similar slow experience, using only http urls (no maven refs at all). It is strange, as it consistently takes much longer than any kind of download would imply...i.e. minutes even for the smallest bundle. Scott On 5/12/2015 9:38 AM, bobshort wrote: Thanks for the rep