[jboss-jira] [JBoss JIRA] (AS7-6239) Attribute read for uninstalled bundle breaks console
Jarkko Rantavuori (JIRA)
jira-events at lists.jboss.org
Fri Feb 22 11:48:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756156#comment-12756156 ]
Jarkko Rantavuori commented on AS7-6239:
----------------------------------------
Seems this affects jboss-cli as well. Started seeing this today
[standalone at localhost:9999 /] /subsystem=osgi:read-children-resources(child-type=bundle,include-runtime=true)
{
"outcome" => "failed",
"rolled-back" => true
}
with this in the logs
18:45:19,027 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) JBAS014612: Operation ("read-attribute") failed - address: ([
("subsystem" => "osgi"),
("bundle" => "174")
]): java.lang.IllegalStateException: JBOSGI011210: Bundle already uninstalled: osgi-simple-service-api:0.0.2
at org.jboss.osgi.framework.internal.AbstractBundleState.assertNotUninstalled(AbstractBundleState.java:628)
at org.jboss.osgi.framework.internal.UserBundleRevision.getEntry(UserBundleRevision.java:138)
at org.jboss.osgi.framework.internal.HostBundleRevision.getLocalizationEntry(HostBundleRevision.java:199)
at org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:438)
at org.jboss.osgi.framework.internal.AbstractBundleState.getLocalizationEntry(AbstractBundleState.java:407)
at org.jboss.osgi.framework.internal.AbstractBundleState.getHeaders(AbstractBundleState.java:345)
at org.jboss.osgi.framework.internal.UserBundleState.getHeaders(UserBundleState.java:128)
at org.jboss.osgi.framework.internal.AbstractBundleState.getHeaders(AbstractBundleState.java:320)
> Attribute read for uninstalled bundle breaks console
> ----------------------------------------------------
>
> Key: AS7-6239
> URL: https://issues.jboss.org/browse/AS7-6239
> Project: Application Server 7
> Issue Type: Bug
> Components: Console, OSGi
> Reporter: Thomas Diesler
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list