I am hitting this error in vCloud Director 5.1 and it is stopping me in my tracks. Perhaps I should work for VMWare to QA this thing.
Seem to be getting some sort of error about non-unique result exception, but not sure how to resolve.
"Failed to refresh storage profiles data from vCenter Server "myvc.domainname.local".
In vCloud Logs:
2012-09-20 16:03:24,638 | ERROR | Quartz-pool-1-thread-1 | VirtualCenterService | Error doing spbm data collection on 9a78b3e4-c19a-4ebb-afc2-ae9906a87c6e |
org.hibernate.NonUniqueResultException: query did not return a unique result: 2
at org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:844)
at org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:328)
....more java stuff removed...
2012-09-20 16:03:24,657 | DEBUG | Quartz-pool-1-thread-1 | SpbmCollectorJob | Failed to collect Storage Profiles data from 9a78b3e4-c19a-4ebb-afc2-ae9906a87c6e |
org.hibernate.NonUniqueResultException: query did not return a unique result: 2
at org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:844)
at org.hibernate.impl.CriteriaImpl.uniqueResult(CriteriaImpl.java:328)
....more java stuff removed...