Hi All
I have developed vwc plugin to do external server operation [using ssh]and vsphere related operation as well.
For ssh , I am using jsch.jar and some other third party jars also. I have kept all my logic/operation in my separate management jar.
So the flow will be “myPlugin.ui -> myService.jar <--> myManagement.jar [which has jsch.jar and thirdparty.jars also]”
When I export and copied “myPlugin.zip” under “plugin-packages” folder, it is working fine once virgo server is restarted in eclipse..
But when I deploy it in vCenter using https://vcenterip/mob , it is taking around 10 mins to finish the initialization.
Until that time, it shows the following message when I access https://vcenterip:9443/vsphere-client/#
"The vSphere Client web server is initializing. The vSphere Client web server is still initializing. Please try again shortly."
Please let me know , whether this 10 minute is acceptable for deployment for the first time. Will it affect the vcenter performance?
Or is anything to do with vcenter configuration.