[jboss-jira] [JBoss JIRA] (AS7-4655) Error while firing service event REGISTERED org.osgi.service.log.LogReaderService
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Fri Apr 27 04:38:17 EDT 2012
Thomas Diesler created AS7-4655:
-----------------------------------
Summary: Error while firing service event REGISTERED org.osgi.service.log.LogReaderService
Key: AS7-4655
URL: https://issues.jboss.org/browse/AS7-4655
Project: Application Server 7
Issue Type: Bug
Components: OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: 7.2.0.Alpha1
Happens on server restart with all jbosgi bundles installed. i.e. after you run
{code}
$ mvn -Dtarget.container=jboss712 install
{code}
{code}
10:31:58,484 WARN [org.jboss.osgi.framework] (MSC service thread 1-3) JBOSGI011018: Error while firing service event REGISTERED for: ServiceState{service.id=37, objectClass=[org.osgi.service.log.LogReaderService]}: java.lang.NoClassDefFoundError: org/osgi/service/log/LogReaderService
at org.apache.felix.eventadmin.impl.adapter.LogEventAdapter.serviceChanged(LogEventAdapter.java:120)
at org.jboss.osgi.framework.internal.FrameworkEventsPlugin.fireServiceEvent(FrameworkEventsPlugin.java:512)
at org.jboss.osgi.framework.internal.ServiceManagerPlugin.registerService(ServiceManagerPlugin.java:198)
at org.jboss.osgi.framework.internal.AbstractBundleContext.registerService(AbstractBundleContext.java:309)
at org.jboss.osgi.framework.internal.AbstractBundleContext.registerService(AbstractBundleContext.java:297)
at org.apache.felix.log.Activator.start(Activator.java:119)
at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:321)
at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:245)
at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:491)
at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:250)
at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:131)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list