Hello,
I have the same issue. Just started with VCloud. I'm using console and the Java sdk and can not fugure out what's wrong.
Through the console I can instantiate vApp from template.
Using the SDK with the same user the error is:
<Error xmlns="http://www.vmware.com/vcloud/v1.5" minorErrorCode="ACCESS_TO_RESOURCE_IS_FORBIDDEN" message="No access to entity "com.vmware.vcloud.entity.vapptemplate:a74809a7-0255-4757-bfae-796f99e003d7"." majorErrorCode="403" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.vmware.com/vcloud/v1.5http://devwdfcloud01.wdf.sap.corp/api/v1.5/schema/master.xsd"></Error>
The code does this:
login,
find vdc,
find catalog,
find catalog by reference,
catalog.getCatalogItemReferences(),
and for paticular reference - instantiate (instantiation is from SDK examples HelloVCloud newvAppFromTemplate)
Regards,
Nikolai