[ 
https://issues.apache.org/jira/browse/KARAF-4611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15364394#comment-15364394
 ] 

Philipp Marx commented on KARAF-4611:
-------------------------------------

Caused by: java.lang.NoClassDefFoundError: Could not initialize class 
org.eclipse.equinox.coordinator.LogTrackerMsg
        at 
org.eclipse.equinox.coordinator.LogTracker.noLogService(LogTracker.java:120)
        at org.eclipse.equinox.coordinator.LogTracker.log(LogTracker.java:84)
        at org.eclipse.equinox.coordinator.LogTracker.log(LogTracker.java:55)
        at 
org.eclipse.equinox.coordinator.CoordinationWeakReference.processOrphanedCoordinations(CoordinationWeakReference.java:42)
        at 
org.eclipse.equinox.coordinator.CoordinatorImpl.create(CoordinatorImpl.java:124)
        at 
org.eclipse.equinox.coordinator.CoordinatorImpl.begin(CoordinatorImpl.java:118)

> java.lang.NoClassDefFoundError: Could not initialize class 
> org.eclipse.equinox.coordinator.LogTrackerMsg
> --------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-4611
>                 URL: https://issues.apache.org/jira/browse/KARAF-4611
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 4.0.5
>            Reporter: Philipp Marx
>            Priority: Minor
>
> If I use the karaf coordinator service and it detects an orphaned 
> Coordination it tries to log this message. During the cause it will try to 
> load the org.eclipse.equinox.coordinator.LogTrackerMsg class which seems to 
> fail to properly initialize due to the following line of code:
> static
> {
>   NLS.initializeMessages("org.eclipse.equinox.internal.event.LogMessages", 
> LogTrackerMsg.class);
> }
> NLS will try to convert the bundle name to a path, which it can't find. The 
> messages are located at "org.eclipse.equinox.coordinator.messages.properties"



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

Reply via email to