VMware Cloud Community
rcporto
Leadership
Leadership

Unable to add a vcenter server instance on embedded vRO from vRA

Hello,

I'm trying add a vcenter server instance on embeded vRO from vRA but the following error is returned:

vro.PNG

Same thing happens when trying from vRO client:

vro2.PNG

BUT, two days ago (see green workflows) I was able to add the same vCenter using the same workflow configuration, including user credentials and was not changed.

Anyone have any tips of how to solve this problem ?

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
5 Replies
iiliev
VMware Employee
VMware Employee

Could you check vRO's server.log file for errors (eg. Java exceptions stack trace)?

The location where the error is thrown doesn't do anything interesting; it just calls vCenter plug-in to verify if the input parameters (host/port/username/password) are valid. So I expect that some error is happening in vCenter plug-in Java code, most likely an issue during communication between the plug-in and vCenter server.

Also, if this is not a production vCenter server machine, I would try to restart it.

0 Kudos
rcporto
Leadership
Leadership

Already checked the vRO error, including enabling the DEBUG level, but there is nothing helpful, at least for me 🙂

Take a look on the attached log that includes the Java exception errors.

And since the vCenter is an production server, still not restarted the vCenter but already think about this and will try schedule a restart if next few days.

---

Richardson Porto
Senior Infrastructure Specialist
LinkedIn: http://linkedin.com/in/richardsonporto
0 Kudos
iiliev
VMware Employee
VMware Employee

Actually, there is some helpful info in the attached file Smiley Happy Take a look at line 39 - a null pointer exception is thrown in vCenter plug-in code which causes validateConnection() method (and the workflow) to fail.

I'll forward the error log to the developer working on vCenter plug-in. BTW, which versions/builds of vCO and vCenter plug-in do you use?

0 Kudos
dvatov
VMware Employee
VMware Employee

The line where NullPointerException occurs, only some classes are loaded dynamically. Is it possible to post the whole log file. There should be some other exceptions indicating why this code fails.

0 Kudos
MarcUmg
Contributor
Contributor

Were you able to fix this error? I have exactly the same error while trying to add vCenter to Orchestrator.

We are using vSphere 6 and Orchestrator 6.0.3

0 Kudos