-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException provisioning Windows VM in private vCloud Director #11
Comments
@aledsage, thanks for reporting this issue. Unfortunately, I can't reproduce it using |
Fixed in #13 |
We hit this error again. We got a nicer message (from the fix in #13) but fundamentally the same problem:
|
We provisioned a VM, and then polled for exactly 10 minutes for the task's completion (it was still in-progress at that time). We then got the vApp, and threw an exception because it had no children. Are we timing out the task-polling after 10 minutes, and then just assuming it was successful, rather than checking?! The
Here are details of the last GET task, and GET vApp calls (the other task retrievals also showed Progress as "1":
|
Most probably the problem is reproducible during Azure deployments too. |
On a customer's private vCloud Director environment, deploying a Windows VM, we hit the NullPointerException shown below.
This was with the version vcloud-director-1.9.0-rc3.jar (i.e. the 1.9.x branch), so I presume it was on the line below:
The full error was:
The text was updated successfully, but these errors were encountered: