You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Sahoo <Sa...@Sun.COM> on 2009/02/03 15:15:34 UTC

Is OSGi log service a mandatory requirement for Felix web console?

Contrary to the documentation [1], I am getting following error if I try 
to start Felix web console (version 1.2.2) in an environment that does 
not have OSGi log service:
SEVERE: Caused by: java.lang.NoClassDefFoundError: 
org.osgi.service.log.LogService
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
Feb 3, 2009 6:21:26 PM 
SEVERE:         at 
org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
Feb 3, 2009 6:21:26 PM 

To work around this, I had to install Apache Felix Log Service 
(0.9.0.SNAPSHOT).

Thanks,
Sahoo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Toni Menzel <to...@okidokiteam.com>.
While this sounds useful for most cases, i don't see much benefit from NOT
requirering an installed compendium in case of a _webconsole_.
Otherwise compendium could be just included and exported to keep things
simple.


On Tue, Feb 3, 2009 at 3:55 PM, Marcel Offermans <
marcel.offermans@luminis.nl> wrote:

> Sounds like a bug to have it as optional but still require it at runtime
> (if the console actually does not work). The implementation might want to
> use reflection to see if the classes are available at runtime. For an
> example of that, look at the actual framework code that does something
> similar.
>
>
> On Feb 3, 2009, at 15:22 , Toni Menzel wrote:
>
>  Its org.osgi.service.*;resolution:=optional,* in webconsole. I don't see
>> why
>> this is optional while they do not provide it (included) themselves.
>> Actually it makes webconsole crash, right, Sahoo ?
>>
>>
>> On Tue, Feb 3, 2009 at 3:19 PM, Toni Menzel <to...@okidokiteam.com> wrote:
>>
>>  Well, org.osgi.service.log.LogService should be provided by the
>>> compendium
>>> which you need to have installed.
>>> I wonder why webconsole does not require it at resolve time..
>>> (import-package)
>>>
>>>
>>> On Tue, Feb 3, 2009 at 3:15 PM, Sahoo <Sa...@sun.com> wrote:
>>>
>>>  Contrary to the documentation [1], I am getting following error if I try
>>>> to start Felix web console (version 1.2.2) in an environment that does
>>>> not
>>>> have OSGi log service:
>>>> SEVERE: Caused by: java.lang.NoClassDefFoundError:
>>>> org.osgi.service.log.LogService
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>>
>>>> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>>
>>>> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>>
>>>> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>>> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
>>>> Feb 3, 2009 6:21:26 PM
>>>> To work around this, I had to install Apache Felix Log Service
>>>> (0.9.0.SNAPSHOT).
>>>>
>>>> Thanks,
>>>> Sahoo
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>>>> For additional commands, e-mail: users-help@felix.apache.org
>>>>
>>>>
>>>>
>>>
>>> --
>>> Toni Menzel
>>> Software Developer
>>> toni@okidokiteam.com
>>> http://www.ops4j.org     - New Energy for OSS Communities - Open
>>> Participation Software.
>>>
>>>
>>
>>
>> --
>> Toni Menzel
>> Software Developer
>> toni@okidokiteam.com
>> http://www.ops4j.org     - New Energy for OSS Communities - Open
>> Participation Software.
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Toni Menzel
Software Developer
toni@okidokiteam.com
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.

Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Marcel Offermans <ma...@luminis.nl>.
Sounds like a bug to have it as optional but still require it at  
runtime (if the console actually does not work). The implementation  
might want to use reflection to see if the classes are available at  
runtime. For an example of that, look at the actual framework code  
that does something similar.

On Feb 3, 2009, at 15:22 , Toni Menzel wrote:

> Its org.osgi.service.*;resolution:=optional,* in webconsole. I don't  
> see why
> this is optional while they do not provide it (included) themselves.
> Actually it makes webconsole crash, right, Sahoo ?
>
>
> On Tue, Feb 3, 2009 at 3:19 PM, Toni Menzel <to...@okidokiteam.com>  
> wrote:
>
>> Well, org.osgi.service.log.LogService should be provided by the  
>> compendium
>> which you need to have installed.
>> I wonder why webconsole does not require it at resolve time..
>> (import-package)
>>
>>
>> On Tue, Feb 3, 2009 at 3:15 PM, Sahoo <Sa...@sun.com> wrote:
>>
>>> Contrary to the documentation [1], I am getting following error if  
>>> I try
>>> to start Felix web console (version 1.2.2) in an environment that  
>>> does not
>>> have OSGi log service:
>>> SEVERE: Caused by: java.lang.NoClassDefFoundError:
>>> org.osgi.service.log.LogService
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org 
>>> .apache 
>>> .felix 
>>> .webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java: 
>>> 170)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org 
>>> .apache 
>>> .felix 
>>> .webconsole 
>>> .internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org 
>>> .apache 
>>> .felix 
>>> .framework.util.SecureAction.startActivator(SecureAction.java:591)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
>>> Feb 3, 2009 6:21:26 PM
>>> To work around this, I had to install Apache Felix Log Service
>>> (0.9.0.SNAPSHOT).
>>>
>>> Thanks,
>>> Sahoo
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>>> For additional commands, e-mail: users-help@felix.apache.org
>>>
>>>
>>
>>
>> --
>> Toni Menzel
>> Software Developer
>> toni@okidokiteam.com
>> http://www.ops4j.org     - New Energy for OSS Communities - Open
>> Participation Software.
>>
>
>
>
> -- 
> Toni Menzel
> Software Developer
> toni@okidokiteam.com
> http://www.ops4j.org     - New Energy for OSS Communities - Open
> Participation Software.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Sahoo <sa...@sun.com>.
Yes, webconsole fails to start when that error occurs.

Sahoo

Toni Menzel wrote:
> Its org.osgi.service.*;resolution:=optional,* in webconsole. I don't see why
> this is optional while they do not provide it (included) themselves.
> Actually it makes webconsole crash, right, Sahoo ?
>
>
> On Tue, Feb 3, 2009 at 3:19 PM, Toni Menzel <to...@okidokiteam.com> wrote:
>
>   
>> Well, org.osgi.service.log.LogService should be provided by the compendium
>> which you need to have installed.
>> I wonder why webconsole does not require it at resolve time..
>> (import-package)
>>
>>
>> On Tue, Feb 3, 2009 at 3:15 PM, Sahoo <Sa...@sun.com> wrote:
>>
>>     
>>> Contrary to the documentation [1], I am getting following error if I try
>>> to start Felix web console (version 1.2.2) in an environment that does not
>>> have OSGi log service:
>>> SEVERE: Caused by: java.lang.NoClassDefFoundError:
>>> org.osgi.service.log.LogService
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>>> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
>>> Feb 3, 2009 6:21:26 PM
>>> To work around this, I had to install Apache Felix Log Service
>>> (0.9.0.SNAPSHOT).
>>>
>>> Thanks,
>>> Sahoo
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>>> For additional commands, e-mail: users-help@felix.apache.org
>>>
>>>
>>>       
>> --
>> Toni Menzel
>> Software Developer
>> toni@okidokiteam.com
>> http://www.ops4j.org     - New Energy for OSS Communities - Open
>> Participation Software.
>>
>>     
>
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Toni Menzel <to...@okidokiteam.com>.
Its org.osgi.service.*;resolution:=optional,* in webconsole. I don't see why
this is optional while they do not provide it (included) themselves.
Actually it makes webconsole crash, right, Sahoo ?


On Tue, Feb 3, 2009 at 3:19 PM, Toni Menzel <to...@okidokiteam.com> wrote:

> Well, org.osgi.service.log.LogService should be provided by the compendium
> which you need to have installed.
> I wonder why webconsole does not require it at resolve time..
> (import-package)
>
>
> On Tue, Feb 3, 2009 at 3:15 PM, Sahoo <Sa...@sun.com> wrote:
>
>> Contrary to the documentation [1], I am getting following error if I try
>> to start Felix web console (version 1.2.2) in an environment that does not
>> have OSGi log service:
>> SEVERE: Caused by: java.lang.NoClassDefFoundError:
>> org.osgi.service.log.LogService
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
>> Feb 3, 2009 6:21:26 PM
>> To work around this, I had to install Apache Felix Log Service
>> (0.9.0.SNAPSHOT).
>>
>> Thanks,
>> Sahoo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>
>
> --
> Toni Menzel
> Software Developer
> toni@okidokiteam.com
> http://www.ops4j.org     - New Energy for OSS Communities - Open
> Participation Software.
>



-- 
Toni Menzel
Software Developer
toni@okidokiteam.com
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.

Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Toni Menzel <to...@okidokiteam.com>.
Well, org.osgi.service.log.LogService should be provided by the compendium
which you need to have installed.
I wonder why webconsole does not require it at resolve time..
(import-package)


On Tue, Feb 3, 2009 at 3:15 PM, Sahoo <Sa...@sun.com> wrote:

> Contrary to the documentation [1], I am getting following error if I try to
> start Felix web console (version 1.2.2) in an environment that does not have
> OSGi log service:
> SEVERE: Caused by: java.lang.NoClassDefFoundError:
> org.osgi.service.log.LogService
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
> Feb 3, 2009 6:21:26 PM
> To work around this, I had to install Apache Felix Log Service
> (0.9.0.SNAPSHOT).
>
> Thanks,
> Sahoo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>


-- 
Toni Menzel
Software Developer
toni@okidokiteam.com
http://www.ops4j.org     - New Energy for OSS Communities - Open
Participation Software.

Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Neil Bartlett <nj...@gmail.com>.
Sahoo,

It should not be necessary to have an *instance* of the LogService
available. But so many things in OSGi depend on the LogService
interface that you should at least have a bundle exporting it.

Typically I always have the osgi.cmpn.jar bundle (downloaded from
osgi.org) installed in my framework, whether I'm using Felix or
Equinox. That bundle exports all the interfaces found in the OSGi
Compendium specification.

Regards,
Neil

On Tue, Feb 3, 2009 at 2:15 PM, Sahoo <Sa...@sun.com> wrote:
> Contrary to the documentation [1], I am getting following error if I try to
> start Felix web console (version 1.2.2) in an environment that does not have
> OSGi log service:
> SEVERE: Caused by: java.lang.NoClassDefFoundError:
> org.osgi.service.log.LogService
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
> Feb 3, 2009 6:21:26 PM
> To work around this, I had to install Apache Felix Log Service
> (0.9.0.SNAPSHOT).
>
> Thanks,
> Sahoo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Sahoo <Sa...@Sun.COM>.
Thank you,

Sahoo

Felix Meschberger wrote:
> Hi Sahoo,
>
> As Marcel Offermans noted, this is most certainly a bug in the Web
> Console. The intent was, as is reflected in the optional resolution of
> the org.osgi.service.log package, that the WebConsole might run without
> a LogService API available.
>
> But as Tony Menzel rightly says, it is probably ok for the Web Console
> to just require the org.osgi.service.log package and fail to resolve if
> missing.
>
> On the other hand, fixing this is trivial enough: The Logger class does
> a "LogService.class.getName()" to specify the name of the LogService for
> the ServiceTracker. By just using a String constant, which does not use
> the LogService class, this can be fixed and the Web Console can be run
> without the LogService package.
>
> I have created FELIX-916 for this and committed a fix in Rev. 740435.
>
> Regards
> Felix
>
>
> Sahoo schrieb:
>   
>> Contrary to the documentation [1], I am getting following error if I try
>> to start Felix web console (version 1.2.2) in an environment that does
>> not have OSGi log service:
>> SEVERE: Caused by: java.lang.NoClassDefFoundError:
>> org.osgi.service.log.LogService
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
>>
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
>>
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
>>
>> Feb 3, 2009 6:21:26 PM SEVERE:         at
>> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
>> Feb 3, 2009 6:21:26 PM
>> To work around this, I had to install Apache Felix Log Service
>> (0.9.0.SNAPSHOT).
>>
>> Thanks,
>> Sahoo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
>> For additional commands, e-mail: users-help@felix.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org


Re: Is OSGi log service a mandatory requirement for Felix web console?

Posted by Felix Meschberger <fm...@gmail.com>.
Hi Sahoo,

As Marcel Offermans noted, this is most certainly a bug in the Web
Console. The intent was, as is reflected in the optional resolution of
the org.osgi.service.log package, that the WebConsole might run without
a LogService API available.

But as Tony Menzel rightly says, it is probably ok for the Web Console
to just require the org.osgi.service.log package and fail to resolve if
missing.

On the other hand, fixing this is trivial enough: The Logger class does
a "LogService.class.getName()" to specify the name of the LogService for
the ServiceTracker. By just using a String constant, which does not use
the LogService class, this can be fixed and the Web Console can be run
without the LogService package.

I have created FELIX-916 for this and committed a fix in Rev. 740435.

Regards
Felix


Sahoo schrieb:
> Contrary to the documentation [1], I am getting following error if I try
> to start Felix web console (version 1.2.2) in an environment that does
> not have OSGi log service:
> SEVERE: Caused by: java.lang.NoClassDefFoundError:
> org.osgi.service.log.LogService
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.class$(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.Logger.<init>(Logger.java:35)
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.servlet.OsgiManager.<init>(OsgiManager.java:170)
> 
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.webconsole.internal.OsgiManagerActivator.start(OsgiManagerActivator.java:35)
> 
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.util.SecureAction.startActivator(SecureAction.java:591)
> 
> Feb 3, 2009 6:21:26 PM SEVERE:         at
> org.apache.felix.framework.Felix._startBundle(Felix.java:1607)
> Feb 3, 2009 6:21:26 PM
> To work around this, I had to install Apache Felix Log Service
> (0.9.0.SNAPSHOT).
> 
> Thanks,
> Sahoo
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
For additional commands, e-mail: users-help@felix.apache.org