I am using VIM25 Java Package to retrieve all the performance metrics from VCenter 5.1. However, I are encountering a problem connecting to vCenter 5.1 that managed 500 up VMs deployed in ESX Servers and when running this code after some time, I are not retrieving some vms performance data , but I can retrive other all VMs performance data.
The API always returns Nothing ,not NullPointerException, not throws any Exception and Errors . It looks like it is an API bug to me. Have you encountered anything like this? The code works great if the vCenter server is below vSphere level. Thanks very much!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Everybody,
I am using VIM25 Java Package to retrieve all the performance metrics from VCenter 5.1. However, I are encountering a problem connecting to vCenter 5.1 that managed 500 up VMs deployed in ESX Servers and when running this code after some time, I are not retrieving some vms performance data , but I can retrive other all VMs performance data.
ObjectContent[] objContent = cb.getServiceUtil().getContentsRecursively(null, null, typeInfo, true);
this variant "objContent" not returns anything!
The API always returns Nothing ,not NullPointerException, not throws any Exception and Errors . It looks like it is an API bug to me. Have you encountered anything like this? The code works great if the vCenter server is below vSphere level. Thanks very much!