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

Jean-Baptiste Onofré updated KARAF-570:
---------------------------------------
    Fix Version/s:     (was: 3.0.2)
                       (was: 4.0.0)

> 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
>
> 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.3.4#6332)

Reply via email to