You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (Jira)" <ji...@apache.org> on 2020/10/09 03:50:00 UTC

[jira] [Deleted] (KARAF-4140) ClassCastException when deploying an OBR Resource already present in the runtime

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

Jean-Baptiste Onofré deleted KARAF-4140:
----------------------------------------


> ClassCastException when deploying an OBR Resource already present in the runtime
> --------------------------------------------------------------------------------
>
>                 Key: KARAF-4140
>                 URL: https://issues.apache.org/jira/browse/KARAF-4140
>             Project: Karaf
>          Issue Type: Bug
>            Reporter: Stephen Kahmann
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>
> When using OBR to deploy a bundle that is already present in the runtime, there is a ClassCastException:
> {code}
> java.lang.ClassCastException: org.apache.felix.bundlerepository.impl.LazyLocalResourceImpl cannot be cast to org.apache.felix.bundlerepository.impl.LocalResourceImpl
> 	at org.apache.felix.bundlerepository.impl.ResolverImpl.findUpdatableLocalResource(ResolverImpl.java:703)
> 	at org.apache.felix.bundlerepository.impl.ResolverImpl.deploy(ResolverImpl.java:569)
> 	at org.apache.karaf.obr.command.ObrCommandSupport.doDeploy(ObrCommandSupport.java:168)
> 	at org.apache.karaf.obr.command.StartCommand.doExecute(StartCommand.java:38)
> 	at org.apache.karaf.obr.command.ObrCommandSupport.execute(ObrCommandSupport.java:58)
> 	at org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:83)
> 	at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:67)
> 	at org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:87)
> 	at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:480)
> 	at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:406)
> 	at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:182)
> 	at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:119)
> 	at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:94)
> 	at org.apache.karaf.shell.impl.console.HeadlessSessionImpl.execute(HeadlessSessionImpl.java:90)
> {code}
> I submitted a ticket with a patch to Apache Felix: https://issues.apache.org/jira/browse/FELIX-5112



--
This message was sent by Atlassian Jira
(v8.3.4#803005)