Roland Hauser created KARAF-4484:
------------------------------------
Summary: Logging stops working when eventadmin is installed (as
bootFeature or from command line)
Key: KARAF-4484
URL: https://issues.apache.org/jira/browse/KARAF-4484
Project: Karaf
Issue Type: Bug
Components: karaf-core
Affects Versions: 4.0.4
Reporter: Roland Hauser
Priority: Critical
We build our own Karaf distribution and use therefore the karaf-maven-plugin.
When a distribution is build with following configuration, logging works:
{code}
<bootFeatures>
<feature>standard</feature>
</bootFeatures>
{code}
When the eventadmin feature is added to the configuration, logging stops to
work:
{code}
<bootFeatures>
<feature>standard</feature>
<feature>eventadmin</feature>
</bootFeatures>
{code}
I'm pretty sure that other stuff won't work as expected as well, for instance
when I want to list all bundles on the console with command bundle:list, an
empty list is displayed which cannot be correct:
{code}
appsrvadm@root()> bundle:list
START LEVEL 100 , List Threshold: 50
ID | State | Lvl | Version | Name
---------------------------------
{code}
The same happens, when we install the eventadmin feature after start via
command line.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)