We have installed a vCenter in PORT - 441.
We are trying to register a plugin (com.vitallabs.storApp.TasksAndEvents) for displaying Task and Events with properties: eventList, faultList, taskList
When we tried to register our plugin the resource bundle is not getting downloaded properly.
When we read virgo logs for the plugin, we came across the following lines:
[2017-08-09T12:32:51.710+05:30] [WARN ] cm-catalog-manager-pool-1704 70000427 100013 200003 com.vmware.vise.vim.cm.CmCatalogManager ResourceBundle https://10.10.2.14/catalog/com.vitallabs.storApp.TasksAndEvents_catalog.zip download failedjava.net.ConnectException: Connection refused: connect
[2017-08-09T12:32:51.710+05:30] [INFO ] cm-catalog-manager-pool-1704 70000427 100013 200003 com.vmware.vise.vim.cm.CmCatalogManager download time (ms) for the resource bundle C:\ProgramData\VMware\vCenterServer\cfg\vsphere-client\cmCatalog\com.vmware.ciscom.vitallabs.storApp.TasksAndEvents.zip,https://10.10.2.14/catalog/com.vitallabs.storApp.TasksAndEvents_catalog.zip: 1082
[2017-08-09T12:32:51.710+05:30] [WARN ] cm-catalog-manager-pool-1704 70000427 100013 200003 com.vmware.vise.vim.cm.CmCatalogManager Failed to download C:\ProgramData\VMware\vCenterServer\cfg\vsphere-client\cmCatalog\com.vmware.ciscom.vitallabs.storApp.TasksAndEvents.zip from https://10.10.2.14/catalog/com.vitallabs.storApp.TasksAndEvents_catalog.zip
But when we tried to run the url with port number i.e., "https://10.10.2.14:441/catalog/com.vitallabs.storApp.TasksAndEvents_catalog.zip", we are able to download the Resource Bundle file.
This also perfectly works fine if vCenter is deployed in default port number.
Any idea why vCenter is not adding port number to the catalog path before downloading resource bundle?