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 2014/07/08 22:54:07 UTC

[jira] [Commented] (KARAF-570) Problem in executing obr:start command from karaf client

    [ https://issues.apache.org/jira/browse/KARAF-570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055506#comment-14055506 ] 

Jean-Baptiste Onofré commented on KARAF-570:
--------------------------------------------

Does it work directly on the shell console (without using the client) ?

> Problem in executing obr:start command from karaf client
> --------------------------------------------------------
>
>                 Key: KARAF-570
>                 URL: https://issues.apache.org/jira/browse/KARAF-570
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core, karaf-repository
>    Affects Versions: 2.2.0
>         Environment: CentOS 5.5 apache-karaf-2.2.0
>            Reporter: Arjun
>             Fix For: 4.0.0, 3.0.2
>
>
> Here is the script I am using to add my obr repository and deploy bundles to remote karaf instance
> ================
> echo Adding url to obr
> #/home/admin/karafclient/bin/client -a 8101 -h localhost -u karaf -p karaf obr:addurl "http://ec2-184-72-148-173.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/repository.xml"
> /home/admin/karafclient/bin/client -a 8101 -h ec2-50-16-110-220.compute-1.amazonaws.com -u karaf -p karaf obr:addurl "http://ec2-184-72-148-173.compute-1.amazonaws.com:8081/nexus/content/repositories/releases/repository.xml"
> echo Deploying and starting the bundle - ePaaS Bundles
> #/home/admin/karafclient/bin/client -a 8101 -h localhost -u karaf -p karaf obr:start "ePaaS Complete Demo Web"
> /home/admin/karafclient/bin/client -a 8101 -h ec2-50-16-110-220.compute-1.amazonaws.com -u karaf -p karaf obr:start "ePaaS Complete Demo Web"
> ================
> obr:addurl command works fine but  obr:start does not deploy my application.



--
This message was sent by Atlassian JIRA
(v6.2#6252)