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 wi

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 main

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,

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

2017-09-27 Thread Jean-Baptiste Onofré
Hi David, Something is wrong on 3.0.1 (at least with Java 8): all commands throw a NullPointerException (even a simple bundle:list). After a quick look, it seems to be related to blueprint and aries proxy (and asm). I'm checking and I will fix that. Regards JB On 09/28/2017 12:45 AM,

karaf 3.0.1 just prints NullPointerException trying to append a property

2017-09-27 Thread KARR, DAVID
I'm unfortunately forced to use Karaf 3.0.1 for some maintenance changes I need to make, and I don't even regularly use karaf. The setup process requires entering some commands into karaf after it starts up. First there's a call to "config:property-append" with certain parameters. When I do