Hi,
I am using Stratogen as the IAAS provider.
I get the following error when I am going to build the compute service.
<< "<Error xmlns="http://www.vmware.com/vcloud/v1.5"
minorErrorCode="METHOD_NOT_
ALLOWED" message="HTTP methodnotallowed"
majorErrorCode="405" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5
http://mycloud.stratogen.sg/api/v1.5/schema/master.xsd"></Error>[\n]"
2013-08-08 12:39:09,245 ERROR AllCatalogsInOrg [user thread 3]
catalogs in udara, completed: 0/2, errors: 1, rate: 245ms/op
org.jclouds.vcloud.VCloudResponseException: request GET
https://mycloud.stratogen.sg/api/admin/org/54aa217b-7a6b-4330-9016-7303a3d7562b/catalogsHTTP/1.1
failed with code 405, error: [majorErrorCode=405, message=HTTP
methodnotallowed, minorErrorCode=METHOD_NOT_ALLOWED, stackTrace=null,
vendorSpecificErrorCode=null]
at
org.jclouds.vcloud.handlers.ParseVCloudErrorFromHttpResponse.handleError(ParseVCloudErrorFromHttpResponse.java:74)
From the error what I understood is GET request is notallowed here. What is wrong I have done and how to solve it?