You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Paulo Renato de Athaydes <re...@hotmail.com> on 2016/09/16 19:13:39 UTC

OBR command not working

Hi,


I am trying to use the OBR command but it is not working for me.


http://felix.apache.org/documentation/subprojects/apache-felix-osgi-bundle-repository.html#obr-shell-command


I can deploy any bundle that does not have any dependency,  but bundles which have a dependency (including one that I already installed!) or more cannot be deployed.


Here is one example:


g! obr:deploy "Apache Felix Web Management Console"

Unsatisfied requirement(s):

---------------------------

   (&(package=org.json))

      Apache Felix Web Management Console

   (&(package=org.apache.commons.fileupload))

      Apache Felix Web Management Console

   (&(package=org.apache.commons.fileupload.disk))

      Apache Felix Web Management Console

   (&(package=org.apache.commons.fileupload.servlet))

      Apache Felix Web Management Console

   (&(package=org.apache.commons.io))

      Apache Felix Web Management Console


The problem is not related to this particular bundle... or OBR... I was trying to get the Ceylon runtime from their OBR and it was not working, that's why I am trying to get at least the Felix OBR to work now..


I have the following bundles installed:


   ID|State      |Level|Name

    0|Active     |    0|System Bundle (5.4.0)|5.4.0

    1|Active     |    1|Apache Felix Bundle Repository (2.0.8)|2.0.8

    2|Active     |    1|Apache Felix Gogo Command (0.16.0)|0.16.0

    3|Active     |    1|Apache Felix Gogo Runtime (0.16.2)|0.16.2

    4|Active     |    1|Apache Felix Gogo Shell (0.12.0)|0.12.0

    5|Active     |    1|Apache Felix Log Service (1.0.1)|1.0.1

    6|Active     |    1|Apache Felix Declarative Services (2.0.2)|2.0.2

    7|Resolved   |    1|com.athaydes.osgiaas.slf4j-impl (1.7.0)|1.7.0

    8|Active     |    1|slf4j-api (1.7.21)|1.7.21


The system bundle is org.apache.felix.framework 5.4.0.


Any help appreciated.



Thanks!


Renato