You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2013/01/17 17:58:12 UTC

[jira] [Updated] (FELIX-3853) Bundle.uninstall throws IllegalStateException

     [ https://issues.apache.org/jira/browse/FELIX-3853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sahoo updated FELIX-3853:
-------------------------

    Description: 
java.lang.IllegalStateException: Bundle in unexpected state.
	at org.apache.felix.framework.Felix.acquireBundleLock(Felix.java:4973)
	at org.apache.felix.framework.Felix$RefreshHelper.stop(Felix.java:4709)
	at org.apache.felix.framework.Felix.refreshPackages(Felix.java:4037)
	at org.apache.felix.framework.Felix.uninstallBundle(Felix.java:2648)
	at org.apache.felix.framework.BundleImpl.uninstall(BundleImpl.java:1015)
	at org.glassfish.extras.osgicontainer.OSGiDeployer.clean(OSGiDeployer.java:80)


  was:
Caused by: org.osgi.framework.BundleException: Could not create bundle object.
    at org.apache.felix.framework.Felix.installBundle(Felix.java:2885)
    at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:165)
    at org.apache.felix.framework.BundleContextImpl.installBundle(BundleContextImpl.java:138)
    at org.glassfish.extras.osgicontainer.OSGiDeployer.installBundle(OSGiDeployer.java:114)
    ... 47 more
Caused by: java.lang.ClassCastException: java.util.jar.Attributes$Name cannot be cast to java.lang.String
    at org.apache.felix.framework.util.StringMap.putAll(StringMap.java:89)
    at org.apache.felix.framework.util.StringMap.<init>(StringMap.java:43)
    at org.apache.felix.framework.cache.DirectoryRevision.getManifestHeader(DirectoryRevision.java:92)
    at org.apache.felix.framework.BundleImpl.createRevision(BundleImpl.java:1188)
    at org.apache.felix.framework.BundleImpl.<init>(BundleImpl.java:95)
    at org.apache.felix.framework.Felix.installBundle(Felix.java:2832)
    ... 50 more


    
> Bundle.uninstall throws IllegalStateException
> ---------------------------------------------
>
>                 Key: FELIX-3853
>                 URL: https://issues.apache.org/jira/browse/FELIX-3853
>             Project: Felix
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: framework-4.2.0
>            Reporter: Sahoo
>            Assignee: Sahoo
>            Priority: Critical
>             Fix For: framework-4.2.0
>
>
> java.lang.IllegalStateException: Bundle in unexpected state.
> 	at org.apache.felix.framework.Felix.acquireBundleLock(Felix.java:4973)
> 	at org.apache.felix.framework.Felix$RefreshHelper.stop(Felix.java:4709)
> 	at org.apache.felix.framework.Felix.refreshPackages(Felix.java:4037)
> 	at org.apache.felix.framework.Felix.uninstallBundle(Felix.java:2648)
> 	at org.apache.felix.framework.BundleImpl.uninstall(BundleImpl.java:1015)
> 	at org.glassfish.extras.osgicontainer.OSGiDeployer.clean(OSGiDeployer.java:80)

--
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