[ https://issues.apache.org/jira/browse/FELIX-113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard S. Hall closed FELIX-113. --------------------------------- > Unknown protocol: obr when updating a bundle deployed with OBR > -------------------------------------------------------------- > > Key: FELIX-113 > URL: https://issues.apache.org/jira/browse/FELIX-113 > Project: Felix > Issue Type: Bug > Components: Bundle Repository (OBR) > Reporter: Guillaume Sauthier > Assigned To: Richard S. Hall > > After deploying my bundle with obr : > obr deploy my.component.id > If I try to update the bundle, I've got the following Exception : > -> update 14 > ERROR: Unable to update the bundle. (java.net.MalformedURLException: Unknown > protocol: obr)java.net.MalformedURLException: Unknown protocol: obr > at java.net.URL.<init>(URL.java:601) > at java.net.URL.<init>(URL.java:464) > at java.net.URL.<init>(URL.java:413) > at > org.apache.felix.framework.cache.JarRevision.initialize(JarRevision.java:277) > at > org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:78) > at > org.apache.felix.framework.cache.JarRevision.<init>(JarRevision.java:56) > at > org.apache.felix.framework.cache.BundleArchive.createRevisionFromLocation(BundleArchive.java:1004) > at > org.apache.felix.framework.cache.BundleArchive.revise(BundleArchive.java:629) > at org.apache.felix.framework.Felix._updateBundle(Felix.java:1378) > at org.apache.felix.framework.Felix.updateBundle(Felix.java:1332) > at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:344) > at org.apache.felix.framework.BundleImpl.update(BundleImpl.java:331) > at > org.apache.felix.shell.impl.UpdateCommandImpl.execute(UpdateCommandImpl.java:94) > at > org.apache.felix.shell.impl.Activator$ShellServiceImpl.executeCommand(Activator.java:263) > at > org.apache.felix.shell.tui.Activator$ShellTuiRunnable.run(Activator.java:165) > at java.lang.Thread.run(Thread.java:595) > java.net.MalformedURLException: Unknown protocol: obr > Seems that OBR manage URLs with 'obr' scheme, scheme that is not supported... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.