Help interpreting error in "feature:install"

2017-09-28 Thread KARR, DAVID
After I determined that I have to run karaf 3.0.1 with Java 7, I'm now blocked trying to install a feature. I'm having trouble fully understanding exactly what is wrong. I added the following lines to "bin/setenv.bat": --- set KARAF_OPTS=-Dhttp.useProxy=true -Dhttp.proxyHost= -Dhttp.proxyP

Re: Help interpreting error in "feature:install"

2017-09-28 Thread Guillaume Nodet
When I see file:C:/Users//frameworks/apache-karaf-3.0.1/data/kar @multihttp:///nexus/content/groups/digitalexp/http://< nexushostport>/nexus/content/groups/digitalexp/ that makes me think you have some missing commas in your maven configuration. Could you check your etc/org.ops4j.pax.url.mvn.cfg fi

RE: Help interpreting error in "feature:install"

2017-09-29 Thread KARR, DAVID
the last comma-separated value was a valid repo url, restarting karaf and installing my service completed successfully. From: Guillaume Nodet [mailto:gno...@apache.org] Sent: Thursday, September 28, 2017 9:46 PM To: user Subject: Re: Help interpreting error in "feature:install" When I