Dmitry Konstantinov created KARAF-3631:
------------------------------------------
Summary: FeaturesService hides stacktraces for some exceptions
Key: KARAF-3631
URL: https://issues.apache.org/jira/browse/KARAF-3631
Project: Karaf
Issue Type: Improvement
Components: karaf-feature
Reporter: Dmitry Konstantinov
Priority: Minor
I suspect I have some exception during a bundle refreshing but it is not
visible in logs because FeaturesServiceImpl prints only exception messages in
such cases.
{code}
java.lang.IllegalStateException: Can't install feature some-feature/0.0.0:
-1
at
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:388)[21:org.apache.karaf.features.core:3.0.3]
at
org.apache.karaf.features.internal.FeaturesServiceImpl.installFeature(FeaturesServiceImpl.java:348)[21:org.apache.karaf.features.core:3.0.3]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)