Hi,
So I was trying to deploy a vcenter plugin, and the deployment failed because the server from where the plugin.zip was to be downloaded was not reachable. There is a log message asking for logout and login to force another download. However I am not seeing any attempt to redownload the plugin. The server from which the plugin has to be fetched is reachable now. I have also tried removing the plugin from ExtensionManager mob and then reinstalling the plugin. This is also not working, its like until the version of the plugin is bumped, the plugin wont get installed.
Can anyone suggest me what can I do in such a situation. I am pasting log snippet --
Error downloading https://<serverIP>/plugin.zip. Make sure that the URL is reachable then logout/login to force another download. java.io.FileNotFoundException: https://<serverIP>/plugin.zip at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) at com.vmware.vise.util.http.ConnectionManager.getResponseBodyAsStream(ConnectionManager.java:237) at com.vmware.vise.util.http.SimpleHttpClient.executeMethodResponseAsStream(SimpleHttpClient.java:110) at com.vmware.vise.vim.extension.VcExtensionManager.writePackageToFile(VcExtensionManager.java:864) at com.vmware.vise.vim.extension.VcExtensionManager.downloadPackage(VcExtensionManager.java:811) at com.vmware.vise.vim.extension.VcExtensionManager$1.call(VcExtensionManager.java:633) at com.vmware.vise.vim.extension.VcExtensionManager$1.call(VcExtensionManager.java:625) at java.util.concurrent.FutureTask.run(Unknown Source) at com.vmware.vise.util.concurrent.QueuingCachedThreadPool$QueueProcessor.run(QueuingCachedThreadPool.java:866) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)Caused by: java.io.FileNotFoundException: https://<serverIP>/plugin.zip at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.net.HttpURLConnection.getResponseCode(Unknown Source) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source) at com.vmware.vise.util.http.ConnectionManager.connect(ConnectionManager.java:186) at com.vmware.vise.util.http.SimpleHttpClient.connect(SimpleHttpClient.java:218) at com.vmware.vise.util.http.SimpleHttpClient.executeMethodResponseAsStream(SimpleHttpClient.java:109) ... 11 common frames omitted