Re: Combining DS and blueprint in a karaf assembly yields -- chaos?

2015-09-06 Thread Achim Nierbeck
Hi Benson, did you try to reproduce it on a vanilla Karaf with installing one feature after the other. Just to make sure which one is actually causing it? Might be that some bundles are in conflict. regards, Achim 2015-09-07 3:35 GMT+02:00 Benson Margulies : > Some more info: > > Bottom stack t

Re: Karaf Decanter

2015-09-06 Thread Jean-Baptiste Onofré
It looks like the memory leak or consumption comes from the jmx collector when it deals with tabular data. Would it be possible for you to take a heap dump and send it to me ? I will take a look later today. Thanks againRegardsJB  Sent from my Samsung device Original message

Re: Karaf Decanter

2015-09-06 Thread Jean-Baptiste Onofré
Do you have a complete trace ? does decanter run for a long time ? ThanksRegardsJB Sent from my Samsung device Original message From: hsinchen Date: 07/09/2015 05:32 (GMT+01:00) To: user@karaf.apache.org Subject: Re: Karaf Decanter Hi, The Karaf console shows Out

Re: Karaf Decanter

2015-09-06 Thread hsinchen
Hi, The Karaf console shows Out of Memory Error after one or two days lives. root>Exception in thread "decanter-scheduler-simple" java.lang.OutOfMemoryE rror: GC overhead limit exceeded at sun.reflect.GeneratedSerializationConstructorAccessor10380.newInstanc e(Unknown Source) at j

Re: Services, start levels, and waiting

2015-09-06 Thread Benson Margulies
So, the good news is that I read the spec, I followed you hints, and I converted a simple bundle of mine from blueprint to DS. The bad news is that Karaf 4.0.1 was unable to start up with a combination of aries-blueprint and scr enabled. I am going to see if the Karaf folks can give me a path thro

Re: Combining DS and blueprint in a karaf assembly yields -- chaos?

2015-09-06 Thread Benson Margulies
Some more info: Bottom stack trace. "pool-2-thread-1@3587" prio=5 tid=0x1b nid=NA runnable java.lang.Thread.State: RUNNABLE at org.apache.karaf.features.internal.service.FeaturesServiceImpl$3.filterMatches(FeaturesServiceImpl.java:1232) at org.apache.felix.framework.util.SecureAction.invoke

Combining DS and blueprint in a karaf assembly yields -- chaos?

2015-09-06 Thread Benson Margulies
I have a working version of my stuff that entirely uses blueprint. My assembly lists a set of boot features: aries-blueprint bundle config diagnostic feature jaas shell log management package shell-compat ssh system wrap jolokia war

Re: adding 'just one thing' in an assembly

2015-09-06 Thread Jean-Baptiste Onofré
Cool ! You can leverage what we did in pax-exam-karaf-container. Regards JB On 09/06/2015 01:31 PM, Benson Margulies wrote: I might try sketching some code for this. On Sun, Sep 6, 2015 at 2:02 AM, Jean-Baptiste Onofré wrote: Hi Benson, if you talk about the equivalent of putConfig or so, n

Re: adding 'just one thing' in an assembly

2015-09-06 Thread Benson Margulies
I might try sketching some code for this. On Sun, Sep 6, 2015 at 2:02 AM, Jean-Baptiste Onofré wrote: > Hi Benson, > > if you talk about the equivalent of putConfig or so, no: the assembly can > just take a resource to override one. > > Regards > JB > > > On 09/05/2015 07:36 PM, Benson Margulies