Carlos Reategui created CLOUDSTACK-4411:
-------------------------------------------

             Summary: AWS API installation broken in 4.1
                 Key: CLOUDSTACK-4411
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4411
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: AWSAPI
    Affects Versions: 4.1.0
         Environment: CS 4.1 upgraded from 4.0.2 using (deb 
http://cloudstack.apt-get.eu/ubuntu precise 4.1)
Ubuntu 12.04
            Reporter: Carlos Reategui


After upgrading from 4.0.2 to 4.1 I installed aws-api with:
$ apt-get install cloudstack-awsapi

I ran into the following bugs in the AWS API installation:

1) Wrong permissions for awsapi log path.  
To fix do the following::
$ chgrp cloud /var/log/cloudstack/awsapi; 
$ chmod g+w /var/log/cloudstack/awsapi

2) cloud-bridge db not created:
To fix I found: /usr/share/cloudstack-bridge/setup/deploy-db-bridge.sh and ran 
it.  However it reset my cloud PW so I had to set it back to what I had for the 
other processes to work.

3) Can't find: crypto.properties xes.keystore
Installer moved them to /etc/cloudstack/management/ so I moved them back to 
/usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/classes/.  It now 
starts.

4) Can not find end point reference.
I am still stuck.  cloudstack-aws-api-register appears to have worked but am 
now getting:
Jul 31, 2013 3:54:41 PM org.apache.axis2.engine.AxisEngine receive SEVERE: The 
service cannot be found for the endpoint reference (EPR) 
http://localhost:7080/awsapi/services/AmazonEC2/


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to