[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-496) Logging-related exception when launching through FrameworkFactory

David Bosschaert (JIRA) jira-events at lists.jboss.org
Tue Sep 6 06:07:26 EDT 2011


Logging-related exception when launching through FrameworkFactory
-----------------------------------------------------------------

                 Key: JBOSGI-496
                 URL: https://issues.jboss.org/browse/JBOSGI-496
             Project: JBoss OSGi
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Core Framework
    Affects Versions: JBossOSGi 1.0.0
            Reporter: David Bosschaert
            Assignee: Thomas Diesler
            Priority: Minor


When launching the framework through the launching API an exception appears. The exception is apparently harmless, the system does continue to work. 

Could not load Logmanager "org.jboss.logmanager.LogManager"
java.lang.ClassNotFoundException: org.jboss.logmanager.LogManager
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
	at java.util.logging.LogManager$1.run(LogManager.java:166)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.logging.LogManager.<clinit>(LogManager.java:156)
	at org.jboss.logging.LoggerProviders.findProvider(LoggerProviders.java:31)
	at org.jboss.logging.LoggerProviders.<clinit>(LoggerProviders.java:28)
	at org.jboss.logging.Logger.getLogger(Logger.java:2222)
	at org.jboss.logging.Logger.getLogger(Logger.java:2247)
	at org.jboss.osgi.framework.internal.FrameworkProxy.<clinit>(FrameworkProxy.java:74)
	at org.jboss.osgi.framework.internal.FrameworkBuilder.createFramework(FrameworkBuilder.java:103)
	at org.jboss.osgi.framework.internal.FrameworkFactoryImpl.newFramework(FrameworkFactoryImpl.java:60)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list