Re: Hot deploy priority on first start up?

2016-09-21 Thread afbagwe
JIRA ticket here. Thanks! https://issues.apache.org/jira/browse/KARAF-4723 Guillaume Nodet-2 wrote > Could you raise a JIRA for that please ? > I think I've just unwillingly reproduced the issue and I have a fix for > it. > > 2016-09-10 0:51 GMT+02:00 afbagwe > afbagwe@ > : > >> I've

Re: Hot deploy priority on first start up?

2016-09-21 Thread Guillaume Nodet
Could you raise a JIRA for that please ? I think I've just unwillingly reproduced the issue and I have a fix for it. 2016-09-10 0:51 GMT+02:00 afbagwe : > I've confirmed that > > featuresBootAsynchronous=false > felix.fileinstall.active.level = 80 > > are indeed the settings

Re: Hot deploy priority on first start up?

2016-09-09 Thread afbagwe
I've confirmed that featuresBootAsynchronous=false felix.fileinstall.active.level = 80 are indeed the settings that are being used. Oddly enough when I ran it again I couldn't reproduce the error on my build environment. However when I set up the same deployment method in a Docker container,

Re: Hot deploy priority on first start up?

2016-09-09 Thread Guillaume Nodet
If you use the following, it should work * featuresBootAsynchronous=false in etc/org.apache.karaf.features.cfg * felix.fileinstall.active.level = 80 in etc/ org.apache.felix.fileinstall-deploy.cfg If that's not the case, it may be a bug in file install. You need to try verifying if the