Quantcast
Channel: VMware Communities : Discussion List - VMware vCloud SDK for Java
Viewing all articles
Browse latest Browse all 144

Unable to connect VCD through web application

$
0
0
When calling the login method (with the appropriate username and password strings) from a vCloudClient object, I got the following NullPointerException:


java.lang.NullPointerException
at com.vmware.vcloud.sdk.JAXBUtil.unmarshallResource(JAXBUtil.java:66)
at com.vmware.vcloud.sdk.Response.getResource(Response.java:109)
at com.vmware.vcloud.sdk.VcloudClient.getSupportedVersions(VcloudClient.java:193)
at com.vmware.vcloud.sdk.VcloudClient.login(VcloudClient.java:276)

 

I am able to connect through standalone application to VCD

but could not connect while running the same code in Virgo Server.

 

We are using

1) Virgo Server

2) STS3.1


Viewing all articles
Browse latest Browse all 144

Trending Articles