[
https://issues.jboss.org/browse/AS7-4888?page=com.atlassian.jira.plugin.s...
]
Thomas Diesler commented on AS7-4888:
-------------------------------------
I saw this intermittently when working with the latest framework and the repository RI,
which is not yet upstream. You can leave this assigned to me until the PR has gone in.
Configuration
org.jboss.as.test.integration.osgi.xservice.bundle.ConfiguredService deleted
------------------------------------------------------------------------------------------
Key: AS7-4888
URL:
https://issues.jboss.org/browse/AS7-4888
Project: Application Server 7
Issue Type: Bug
Components: ConfigAdmin, OSGi
Reporter: Thomas Diesler
Assignee: Thomas Diesler
{code}
09:38:24,811 INFO [org.jboss.osgi.framework] (pool-3-thread-1) JBOSGI011002: Bundle
started: example-configadmin:0.0.0
09:38:25,140 ERROR [org.jboss.as.configadmin] (pool-1-thread-1) JBAS016201: Error in
configuration listener:
org.jboss.as.osgi.configadmin.DomainModelPersistenceManager@34f9cff1:
java.lang.RuntimeException: java.lang.IllegalStateException: Configuration
org.jboss.as.test.integration.osgi.xservice.bundle.ConfiguredService deleted
at
org.jboss.as.osgi.configadmin.DomainModelPersistenceManager.configurationModified(DomainModelPersistenceManager.java:159)
at
org.jboss.as.configadmin.service.ConfigAdminServiceImpl$ConfigurationModifiedService.run(ConfigAdminServiceImpl.java:256)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[rt.jar:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[rt.jar:1.6.0_29]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
Caused by: java.lang.IllegalStateException: Configuration
org.jboss.as.test.integration.osgi.xservice.bundle.ConfiguredService deleted
at
org.apache.felix.cm.impl.ConfigurationAdapter.checkDeleted(ConfigurationAdapter.java:173)
at org.apache.felix.cm.impl.ConfigurationAdapter.update(ConfigurationAdapter.java:109)
at
org.jboss.as.osgi.configadmin.DomainModelPersistenceManager.configurationModified(DomainModelPersistenceManager.java:156)
... 4 more
{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