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

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=

RE: karaf 3.0.1 just prints NullPointerException trying to append a property

2017-09-28 Thread KARR, DAVID
> -Original Message- > From: Jean-Baptiste Onofré [mailto:j...@nanthrax.net] > Sent: Wednesday, September 27, 2017 11:42 PM > To: user@karaf.apache.org > Subject: Re: karaf 3.0.1 just prints NullPointerException trying to > append a property > > Karaf 3.x works with Java8. Even Karaf

Get "Too may authentication failures" connecting to local karaf 3.0.1 instance

2017-09-28 Thread KARR, DAVID
I have to make some changes to some old legacy code, which uses Karaf 3.0.1. I have some issues configuring it, which I'm covering in other threads, but I'm also having trouble connecting to the local instance using ssh. When I start it with just "bin/karaf" from a Windows cmd shell, and then

RE: karaf 3.0.1 just prints NullPointerException trying to append a property

2017-09-28 Thread KARR, DAVID
> -Original Message- > From: KARR, DAVID > Sent: Wednesday, September 27, 2017 3:46 PM > To: user@karaf.apache.org > Subject: karaf 3.0.1 just prints NullPointerException trying to append a > property > > I'm unfortunately forced to use Karaf 3.0.1 for some maintenance changes > I need

Re: karaf 3.0.1 just prints NullPointerException trying to append a property

2017-09-28 Thread Jean-Baptiste Onofré
Karaf 3.x works with Java8. Even Karaf 2.4.x also works with Java8. However, we fixed issues with Java8 starting from Karaf 3.0.4. I just tested 3.0.7 on Java8 without problem. Regards JB On 09/28/2017 08:37 AM, Achim Nierbeck wrote: Hi, afair 3.0.x was never "designed" to work with Java8.

Re: karaf 3.0.1 just prints NullPointerException trying to append a property

2017-09-28 Thread Achim Nierbeck
Hi, afair 3.0.x was never "designed" to work with Java8. The reason might have been the ASM stuff, so I wouldn't rely on that. If you want to use Karaf 3.0.x you'll need to stick to Java 7 I fear. regards, Achim 2017-09-28 7:22 GMT+02:00 Jean-Baptiste Onofré : > Hi David,