You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/05/25 21:35:17 UTC

[jira] [Created] (KARAF-3744) CLONE - Exception at Karaf startup

Jean-Baptiste Onofré created KARAF-3744:
-------------------------------------------

             Summary: CLONE - Exception at Karaf startup
                 Key: KARAF-3744
                 URL: https://issues.apache.org/jira/browse/KARAF-3744
             Project: Karaf
          Issue Type: Bug
          Components: karaf-core
    Affects Versions: 4.0.0.M3
            Reporter: Jean-Baptiste Onofré
            Assignee: Guillaume Nodet
            Priority: Critical
             Fix For: 4.0.0.M3


After the upgrade to Felix Framework 5.0.0, starting Karaf displays the following exception:

{code}
java.lang.NoSuchMethodException: org.apache.felix.framework.Logger.setLogger(java.lang.Object)
        at java.lang.Class.getDeclaredMethod(Class.java:2004)
        at org.apache.karaf.main.Main.launch(Main.java:255)
        at org.apache.karaf.main.Main.main(Main.java:175)
{code}

I think we can delete the code (in main) dealing with Felix logger.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)