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

Christian Schneider updated KARAF-570:
--------------------------------------

    Fix Version/s:     (was: 3.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
>             Fix For: 3.1.0
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to