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: tooling
    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 is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to