<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>kumar_t Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>kumar_t Tracker</description>
    <pubDate>Sat, 11 Nov 2023 20:08:53 GMT</pubDate>
    <dc:date>2023-11-11T20:08:53Z</dc:date>
    <item>
      <title>Remote plugin sample Websocket not working</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-plugin-sample-Websocket-not-working/m-p/2994891#M6197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are trying to implement websockets in our plugin UI and it is giving 502 error.&lt;/P&gt;&lt;P&gt;To confirm on the support, we had taken 8.0U1 SDK sample and deployed it on Client 8.0U1 and found that same error is coming for sample plugin as well.&lt;/P&gt;&lt;P&gt;Could you please confirm/help on fixing the sample?&lt;/P&gt;&lt;P&gt;we were able to establish the socket connection directly without going through the plugin reverse proxied manifest/backend server(&lt;SPAN&gt;htmlClientSdk&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;getPluginBackendInfo&lt;/SPAN&gt;) address.&lt;BR /&gt;I remember the recommendation is to tunnel all interaction through proxied backend server URL .&lt;/P&gt;&lt;P&gt;Does establishing socket connection directly to&amp;nbsp; plugin backend is acceptable or not?&lt;/P&gt;&lt;P&gt;Any implication on plugin certification?&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumar_t_0-1699520065980.png" style="width: 483px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/104371iC512F94AE211EB01/image-dimensions/483x280/is-moderation-mode/true?v=v2" width="483" height="280" role="button" title="kumar_t_0-1699520065980.png" alt="kumar_t_0-1699520065980.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;vSphere Client version 8.0.0.10000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sample jar Server log:&lt;BR /&gt;&lt;/SPAN&gt;2023-11-09 02:21:38.135 ERROR 7164 --- [io-8443-exec-17] c.v.s.r.w.WebSocketMessageHandler : Transport error&lt;/P&gt;&lt;P&gt;java.io.IOException: Unable to unwrap data, invalid status [CLOSED]&lt;BR /&gt;at org.apache.tomcat.util.net.SecureNioChannel.read(SecureNioChannel.java:632) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1257) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1230) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1200) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_392-392]&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_392-392]&lt;BR /&gt;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at java.lang.Thread.run(Thread.java:750) [na:1.8.0_392-392]&lt;/P&gt;&lt;P&gt;2023-11-09 02:21:38.135 ERROR 7164 --- [io-8443-exec-17] c.v.s.r.w.WebSocketMessageHandler : Transport error&lt;/P&gt;&lt;P&gt;java.io.IOException: java.io.IOException: Unable to wrap data, invalid status [CLOSED]&lt;BR /&gt;at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:315) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:258) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:592) [tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsSession.doClose(WsSession.java:480) [tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsSession.close(WsSession.java:445) [tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.springframework.web.socket.adapter.standard.StandardWebSocketSession.closeInternal(StandardWebSocketSession.java:236) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at org.springframework.web.socket.adapter.AbstractWebSocketSession.close(AbstractWebSocketSession.java:136) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at com.vmware.sample.remote.websocket.WebSocketMessageHandler.handleTransportError(WebSocketMessageHandler.java:66) [classes!/:na]&lt;BR /&gt;at org.springframework.web.socket.handler.WebSocketHandlerDecorator.handleTransportError(WebSocketHandlerDecorator.java:80) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at org.springframework.web.socket.handler.LoggingWebSocketHandlerDecorator.handleTransportError(LoggingWebSocketHandlerDecorator.java:64) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at org.springframework.web.socket.handler.ExceptionWebSocketHandlerDecorator.handleTransportError(ExceptionWebSocketHandlerDecorator.java:68) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at org.springframework.web.socket.adapter.standard.StandardWebSocketHandlerAdapter.onError(StandardWebSocketHandlerAdapter.java:156) [spring-websocket-5.0.7.RELEASE.jar!/:5.0.7.RELEASE]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.onError(WsHttpUpgradeHandler.java:216) [tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:152) [tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_392-392]&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_392-392]&lt;BR /&gt;at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at java.lang.Thread.run(Thread.java:750) [na:1.8.0_392-392]&lt;BR /&gt;Caused by: java.io.IOException: Unable to wrap data, invalid status [CLOSED]&lt;BR /&gt;at org.apache.tomcat.util.net.SecureNioChannel.write(SecureNioChannel.java:675) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:101) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:157) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1276) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:670) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.SocketWrapperBase.flushBlocking(SocketWrapperBase.java:607) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.util.net.SocketWrapperBase.flush(SocketWrapperBase.java:597) ~[tomcat-embed-core-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer.doWrite(WsRemoteEndpointImplServer.java:96) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:494) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:309) ~[tomcat-embed-websocket-8.5.31.jar!/:8.5.31]&lt;BR /&gt;... 22 common frames omitted&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 09:00:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-plugin-sample-Websocket-not-working/m-p/2994891#M6197</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2023-11-09T09:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the actions instead of disable using Dynamic Extensions in vSphere Client</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-hide-the-actions-instead-of-disable-using-Dynamic/m-p/2989618#M6195</link>
      <description>&lt;P&gt;Please update the sdk documentation.&lt;BR /&gt;&lt;A href="https://developer.vmware.com/docs/19273/GUID-14852F91-1D99-4D2E-AC54-DF27872D98DE.html" target="_blank"&gt;https://developer.vmware.com/docs/19273/GUID-14852F91-1D99-4D2E-AC54-DF27872D98DE.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 12:33:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-hide-the-actions-instead-of-disable-using-Dynamic/m-p/2989618#M6195</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2023-10-04T12:33:01Z</dc:date>
    </item>
    <item>
      <title>How to hide the actions instead of disable using Dynamic Extensions in vSphere Client</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-hide-the-actions-instead-of-disable-using-Dynamic/m-p/2988784#M6193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our plugin is build on SDK 7.0U3 and is the minimum supported vSphere client version as well.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have some actions on vsphere entity(say datastore entity), we would like to show/Hide actions depending on the various factors.&lt;/P&gt;&lt;P&gt;As per the vSphere Client SDK guide, we were able to enable/disable the actions. But we want to hide the actions instead of &lt;STRONG&gt;Disable &lt;/STRONG&gt;like the local plugin SDK does.&lt;/P&gt;&lt;P&gt;Is there a way to achieve it?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Sep 2023 10:43:00 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/How-to-hide-the-actions-instead-of-disable-using-Dynamic/m-p/2988784#M6193</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2023-09-28T10:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: What's new in vSphere Client SDK 8.0</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/What-s-new-in-vSphere-Client-SDK-8-0/m-p/2948273#M6138</link>
      <description>&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Navigating Actions Defined in the Remote plug-in Manifest File&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;-&amp;nbsp;developers are now able to define navigating actions along with the modal menu actions in the plug-in manifest file. This will enable users to use the action to navigate to a view defined by the plug-in&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Can you please elaborate this feature with an example/use case?&lt;/P&gt;&lt;P&gt;Please point me to the code snippet in sample if it is part of sdk sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 10:48:58 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/What-s-new-in-vSphere-Client-SDK-8-0/m-p/2948273#M6138</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2023-01-12T10:48:58Z</dc:date>
    </item>
    <item>
      <title>vSphere Remote Plugin SDK: Dynamic extensions for Summary cards</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Remote-Plugin-SDK-Dynamic-extensions-for-Summary-cards/m-p/2948272#M6137</link>
      <description>&lt;P&gt;As per vSphere 8.0 SDK release notes, the Dynamic extension support on Summary cards got added.&lt;/P&gt;&lt;P&gt;Our interpretation is this Dynamic extension support for Summary cards will not work in any vSphere 7.x version and the minimum required version is vSphere 8.0&lt;/P&gt;&lt;P&gt;Please confirm.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 10:45:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Remote-Plugin-SDK-Dynamic-extensions-for-Summary-cards/m-p/2948272#M6137</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2023-01-12T10:45:22Z</dc:date>
    </item>
    <item>
      <title>Regarding API info in vSphere 8.0 client SDK</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Regarding-API-info-in-vSphere-8-0-client-SDK/m-p/2936920#M6118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm going through the &lt;A href="https://vdc-repo.vmware.com/vmwb-repository/dcr-public/bb3a4bc9-892d-42d6-b638-f2fa79222959/158ec45e-fe5b-4e7b-867e-b74e20a2fde8/releasenotes.html" target="_blank" rel="noopener"&gt;vSphere client 8.0 release notes&lt;/A&gt;&amp;nbsp;and it is mentioned that a new javascript API(&lt;SPAN&gt;refreshPluginItemsState) was&amp;nbsp;&lt;/SPAN&gt;introduced. However, I could not find it in the &lt;A href="https://vdc-repo.vmware.com/vmwb-repository/dcr-public/71dbd42e-b9bc-4001-8c44-c9214ada1627/0a6acc61-58fa-48f5-85c5-d33b673d09bb/developing-remote-plug-ins-with-the-vsphere-client-sdk-8-0-0.pdf" target="_blank" rel="noopener"&gt;SDK documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could please provide some info on the usage and when to use?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 01:35:40 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Regarding-API-info-in-vSphere-8-0-client-SDK/m-p/2936920#M6118</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2022-11-05T01:35:40Z</dc:date>
    </item>
    <item>
      <title>Remote plugin sdk sample Task names are not rendering</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-plugin-sdk-sample-Task-names-are-not-rendering/m-p/2915460#M6065</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying out the client SDK(7.0U3) sample deployed on&amp;nbsp;vSphere Client version 7.0.3.00500 and observing that none of the task names were rendering&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumar_t_0-1655924143803.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/95922i305004E7B527980B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="kumar_t_0-1655924143803.png" alt="kumar_t_0-1655924143803.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I had registered the plugin using&amp;nbsp;&lt;/P&gt;&lt;P&gt;./extension-registration.bat -action registerPlugin -remote -url &lt;A href="https://myvcenter/sdk" target="_blank"&gt;https://myvcenter/sdk&lt;/A&gt; -username administrator@vsphere.local -password mysecret -key com.vmware.sample.remote -version 1.0.0 -pluginUrl &lt;A href="https://mydevbox:8443/sample-ui/plugin.json" target="_blank"&gt;https://mydevbox:8443/sample-ui/plugin.json&lt;/A&gt; -serverThumbprint 19:FD:2B:0E:62:5E:0E:10:FF:24:34:7A:81:F1:D5:33:19:A7:22:A0:DA:33:27:07:90:0F:8E:8D:72:F1:BD:F1 -c 'Example, Inc.' -n 'Remote Plug-in' -s 'This is a sample plug-in' --taskList remote-plugin-path\registration\resources\taskList.json --faultList remote-plugin-path\registration\resources\faultList.json --privilegeList remote-plugin-path\registration\resources\privilegeList.json --resourceList remote-plugin-path\registration\resources\resourceList.json&lt;/P&gt;&lt;P&gt;However, I see that resourceList was not set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumar_t_2-1655924365053.png" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/95924iE182FE477D86C0CE/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="kumar_t_2-1655924365053.png" alt="kumar_t_2-1655924365053.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can we make it work?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 19:01:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-plugin-sdk-sample-Task-names-are-not-rendering/m-p/2915460#M6065</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2022-06-22T19:01:13Z</dc:date>
    </item>
    <item>
      <title>Global Refresh event callback leak with Remote Plugin SDK sample code</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Global-Refresh-event-callback-leak-with-Remote-Plugin-SDK-sample/m-p/2824011#M5882</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I had deployed the sample remote plugin of vSphere client 7.0 SDK and found while testing that the callback of globalRefresh event which was registered for chassis is being carried to other views as well.&lt;/P&gt;&lt;P&gt;Attaching the exact steps to reproduce.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="globalrefresh_leak.gif" style="width: 400px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/86272i30F0F211729DE1F3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="globalrefresh_leak.gif" alt="globalrefresh_leak.gif" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 18:26:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Global-Refresh-event-callback-leak-with-Remote-Plugin-SDK-sample/m-p/2824011#M5882</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2021-01-19T18:26:33Z</dc:date>
    </item>
    <item>
      <title>How to retrieve list of vCenters with FQDN and GUID in a Enhanced linked mode using web services sdk</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Java-Discussions/How-to-retrieve-list-of-vCenters-with-FQDN-and-GUID-in-a/m-p/2821359#M705</link>
      <description>&lt;P&gt;How to retrieve list of vCenters with FQDN and GUID in a Enhanced linked mode using web services sdk?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:47:48 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Java-Discussions/How-to-retrieve-list-of-vCenters-with-FQDN-and-GUID-in-a/m-p/2821359#M705</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2021-01-07T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Remote Plugin: How to get vCenters list with FQDN in Remote Plugin UI?</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-Plugin-How-to-get-vCenters-list-with-FQDN-in-Remote/m-p/2821335#M5877</link>
      <description>&lt;P&gt;We are following &lt;A href="https://code.vmware.com/docs/11915/developing-remote-plug-ins-with-the-vsphere-client-sdk/GUID-85E2BE26-F6FC-4CD6-B995-0E0E2C132E2A.html" target="_self"&gt;singleton plugin topology&lt;/A&gt;&amp;nbsp;for our plugin. But need to have a custom vCenter selector dropdown as our views are specific to a vCenter as below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumar_t_0-1610015674126.png" style="width: 303px;"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/85983iC564B21B9BDD5470/image-dimensions/303x234/is-moderation-mode/true?v=v2" width="303" height="234" role="button" title="kumar_t_0-1610015674126.png" alt="kumar_t_0-1610015674126.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically i'm looking to get the info Linkedmode vCenters which has my plugin registered. Expected data as below&lt;/P&gt;&lt;P&gt;[{&lt;/P&gt;&lt;P&gt;"vCenterFQDN": "10.60.6.64",&lt;/P&gt;&lt;P&gt;"vCenterGuid": "&lt;SPAN&gt;&lt;SPAN class="url-params"&gt;&lt;SPAN class="url-params-value"&gt;44594890-e3db-43c6-befa-e236ba3114d9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;},&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;"vCenterFQDN": "10.60.6.74",&lt;/P&gt;&lt;P&gt;"vCenterGuid": "&lt;SPAN&gt;&lt;SPAN class="url-params"&gt;&lt;SPAN class="url-params-value"&gt;64594890-e3ba-43c6-bcfa-e236ba3114d9&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;}]&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The current JS API&amp;nbsp;&lt;SPAN&gt;getPluginBackendInfo() will not give vCenterFQDN. It just gives VC UUID's as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;allPluginBackendServers&lt;/STRONG&gt;: [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.150-8443",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"AUX_SERVER_1"},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.149-5432",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"COMMON_SERVER"},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.151-8443",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"AUX_SERVER_2"}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;backendServersPerVc&lt;/STRONG&gt;: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;vc-guid-1: [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.150-8443",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"AUX_SERVER_1"},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.149-5432",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"COMMON_SERVER"}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;vc-guid-2: [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.151-8443",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"AUX_SERVER_2"},&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;STRONG&gt;proxiedBaseUrl:&lt;/STRONG&gt;&amp;nbsp;"/plugins/remote~1.0~8/10.30.198.149-5432",&amp;nbsp;&lt;STRONG&gt;type:&lt;/STRONG&gt;&amp;nbsp;"COMMON_SERVER"}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;&amp;nbsp;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do I get vCenter FQDN with UUID? Is there a API available?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 04:52:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Remote-Plugin-How-to-get-vCenters-list-with-FQDN-in-Remote/m-p/2821335#M5877</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2021-01-08T04:52:21Z</dc:date>
    </item>
    <item>
      <title>vSphere 7.0U1 Remote SDK- Specifying an Auxiliary server as Dynamic views endpoint URL(proxy base)</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-7-0U1-Remote-SDK-Specifying-an-Auxiliary-server-as/m-p/2810475#M5870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As per the sample the dynamicUri endpoint is always uses manifest server(first index of servers info array) as proxy base.&lt;/P&gt;&lt;P&gt;How do I intercept this call or make it use of an auxiliary server instead of manifest server?&lt;/P&gt;&lt;P&gt;In our architecture, we had decoupled UI service and plugin backend service as different services. I mean the manifest server just serves static UI related resources like .js,.html,.json running on a spring boot based tomcat and no rest implementation.&lt;/P&gt;&lt;P&gt;Actual backend REST API server will be registered as an Auxiliary Server and all HTTP/REST calls will be pointing to it. In this scenario, the dynamicUri endpoints also needed to be calling auxiliary server instead of manifest server.&lt;/P&gt;&lt;P&gt;How could we do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 05:53:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-7-0U1-Remote-SDK-Specifying-an-Auxiliary-server-as/m-p/2810475#M5870</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-11-18T05:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere Client SDK 7.0 Update 1 is GA!</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2808019#M5863</link>
      <description>&lt;P&gt;Im trying to use SHA 256 of vCenter 7.0U1 for vCenter registration and manifest server run&lt;/P&gt;&lt;P&gt;java -jar target\remote-plugin-sample-7.0.1.00000-SNAPSHOT.jar --vcenter.guid=a7020581-6ae0-4973-a1a8-72956b7e69f5 --vcenter.thumbprint=3e5e1dba4cd04f550f9f6311ff0a5a45ae58a4ca0f7b0bf1727c967c26ada6a5 --vcenter.fqdn=VC_FQDN --vcenter.port=443&lt;/P&gt;&lt;P&gt;.\extension-registration.bat -action registerPlugin -remote -url https://VC_FQDN/sdk -username administrator@vsphere.local -password password1! -key com.vmware.sample.remote -version 1.0.0 -pluginUrl https://&amp;lt;MANIFEST_SERVER&amp;gt;:8443/sample-ui/plugin.json -serverThumbprint 59:93:D9:CF:54:CB:32:60:93:58:CE:45:AD:4D:D7:1F:1C:08:1D:0D:B6:A5:3D:F5:3E:D7:A9:CA:E2:32:DE:41 -c 'Example, Inc.' -n 'RemoteU1 Plug-in' -s 'This is a sample plug-in' --taskList C:\Users\Administrator\Desktop\registration\resources\taskList.json --faultList C:\Users\Administrator\Desktop\registration\resources\faultList.json --privilegeList C:\Users\Administrator\Desktop\registration\resources\privilegeList.json --resourceList C:\Users\Administrator\Desktop\registration\resources\resourceList.json -vct 3e5e1dba4cd04f550f9f6311ff0a5a45ae58a4ca0f7b0bf1727c967c26ada6a5 &lt;STRONG&gt;&amp;lt;-- VC's SHA 256 fingerprint&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;we are seeing the attached deployment error. But if we use SHA1 fingerprint it is getting deployed. Is this expected behavior?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2020 14:04:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2808019#M5863</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-11-10T14:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: vSphere Client SDK 7.0 Update 1 is GA!</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290047#M4756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vladi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to register and run the remote plugin sample in vCenter Client 7.0(&lt;SPAN style="color: #000000; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;vSphere Client version 7.0.0.10100&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plugin is not deployed and giving&amp;nbsp; the below error:&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;Plugin json manifest validation failed. Check the detailed information of the relevant vCenter Server task in the Task Console.&lt;/SPAN&gt;&lt;SPAN style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;com.vmware.vise.extensionfw.impl.plugin.util.PluginManifestValidationException: Plugin manifest failed schema validation: file:/etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity/com.vmware.sample.remote-1.0.0.0/plugin.json Errors: $.requirements.plugin.api.version: does not have a value in the enumeration [1.0.0, 1.0.1, 1.1.0] $.requirements.plugin.dynamic.extensions: is not defined in the schema and the schema does not allow additional properties $.manifestVersion: does not have a value in the enumeration [1.0.0, 1.0.1, 1.1.0] $.objects.VirtualMachine.configure.views[0].dynamic: is not defined in the schema and the schema does not allow additional properties $.objects.VirtualMachine.configure.dynamicUri: is not defined in the schema and the schema does not allow additional properties $.objects.VirtualMachine.menu.dynamicUri: is not defined in the schema and the schema does not allow additional properties $.objects.VirtualMachine.menu.actions[0].id: is not defined in the schema and the schema does not allow additional properties $.objects.VirtualMachine.menu.actions[0].dynamic: is not defined in the schema and the schema does not allow additional properties com.vmware.vise.extensionfw.impl.plugin.JsonPluginManifestParserImpl.parse(JsonPluginManifestParserImpl.java:59)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/24269i737C0093BD6B05A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://communities.vmware.com/t5/image/serverpage/image-id/24270iAE2AE7B72AEAB27D/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;Can't we run vSphere 7.0U1 sample in vSphere 7.0 GA client?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN _ngcontent-jpf-c19="" style="color: #565656; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: 13px;"&gt;Kumar&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2020 12:13:14 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vSphere-Client-SDK-7-0-Update-1-is-GA/m-p/2290047#M4756</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-11-02T12:13:14Z</dc:date>
    </item>
    <item>
      <title>Re:Plugin(local &amp; remote HTML plugin) rendering issues with vCenter 7.0 and chrome v70</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Plugin-local-remote-HTML-plugin-rendering-issues-with-vCenter-7/m-p/2301823#M4797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the response.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But VMware vCenter client requirements documentation is mentioned as supported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;&lt;A href="https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vcenter.upgrade.doc/GUID-EC80836B-BE02-4CB2-9F40-15928AFB6E20.html"&gt;https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vcenter.upgrade.doc/GUID-EC80836B-BE02-4CB2-9F40-15928AFB6E20.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif;"&gt;Is this documentation needs updation/correction?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2020 13:22:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Plugin-local-remote-HTML-plugin-rendering-issues-with-vCenter-7/m-p/2301823#M4797</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-09-23T13:22:33Z</dc:date>
    </item>
    <item>
      <title>Plugin(local &amp; remote HTML plugin) rendering issues with vCenter 7.0 and chrome v70</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Plugin-local-remote-HTML-plugin-rendering-issues-with-vCenter-7/m-p/2301821#M4795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are observing rending issues for our local plugin with &lt;STRONG&gt;vCenter client 7.0.0.10100 &lt;/STRONG&gt;and&lt;STRONG&gt; Google chrome v70.0.3538.77&lt;/STRONG&gt;. In order to reproduced i had used vCenter client SDK 7.0 remote plugin&amp;nbsp; sample as shown in the attached gif. But plugins(local/remote) rendering works fine in later chrome versions say v80, v85 etc and on Mozilla firefox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per VMWare official documentation it supposed to work from chrome v50 and above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify whether it is bug or any change in recommended minimum chrome browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Sep 2020 10:01:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Plugin-local-remote-HTML-plugin-rendering-issues-with-vCenter-7/m-p/2301821#M4795</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-09-13T10:01:19Z</dc:date>
    </item>
    <item>
      <title>Re:vCenter Client plugin is not appearing in 6.7U1 version getting bundle conflict</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vCenter-Client-plugin-is-not-appearing-in-6-7U1-version-getting/m-p/1828718#M3737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the issue in the build script which is having source/target jar compatibility as 1.8 which supposed to be ""1.7" as per sdk samples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2020 08:31:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vCenter-Client-plugin-is-not-appearing-in-6-7U1-version-getting/m-p/1828718#M3737</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-06-23T08:31:11Z</dc:date>
    </item>
    <item>
      <title>vCenter Client plugin is not appearing in 6.7U1 version getting bundle conflict</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vCenter-Client-plugin-is-not-appearing-in-6-7U1-version-getting/m-p/1828716#M3735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had upgraded our plugin service layer spring version as per the upgrade guide(attached) from VMware to support with 6.5U2 and above.&lt;/P&gt;&lt;P&gt;Our plugin is not coming up on vCenter 6.7U1 but it is working fine in 6.5U2, 6.5U2, 6.7U2, 6.7U3 and 7.0GA as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the conflict snippet from &lt;STRONG&gt;virgo server log&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[2020-06-12T14:11:46.557Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.virgo.kernel.userregion.internal.quasi.DependencyCalculator&amp;nbsp;&amp;nbsp; Calculating missing dependencies of bundle(s) 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui_9.7.0' [2020-06-12T14:11:46.649Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ME0003I Dump '/usr/lib/vmware-vsphere-ui/server/serviceability/dump/2020-06-12-14-11-646' generated [2020-06-12T14:11:46.665Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0002E Installation of par 'com.acme.prodh5' version '9.7.0.23531' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui' at version '9.7.0': Cannot resolve: com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui&amp;nbsp;&amp;nbsp;&amp;nbsp; Resolver report:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-synthetic.context_9.7.0.23531&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt; constrained to bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service&amp;gt; constrained bundle version range "[9.7.0,9.7.0]"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A bundle could not be resolved because the required generic capability could not be resolved. Resolver error data &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;&lt;BR /&gt;&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:46)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:359)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:185)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:140)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:253)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:225)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:79)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:380)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:289)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.WatchTask.run(WatchTask.java:49)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;[2020-06-12T14:11:46.666Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.v.k.m.i.deployer.ModelInstallArtifactLifecycleListener&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing install failed event for bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui' version '9.7.0' [2020-06-12T14:11:46.666Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0003E Install failed for bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui' version '9.7.0'. [2020-06-12T14:11:46.667Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.v.k.m.i.deployer.ModelInstallArtifactLifecycleListener&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing install failed event for bundle 'com.acme.prodh5-9.7.0.23531-com.vmware.wsvim25' version '6.7.0' [2020-06-12T14:11:46.667Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0003E Install failed for bundle 'com.acme.prodh5-9.7.0.23531-com.vmware.wsvim25' version '6.7.0'. [2020-06-12T14:11:46.668Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.v.k.m.i.deployer.ModelInstallArtifactLifecycleListener&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing install failed event for bundle 'com.acme.prodh5-9.7.0.23531-com.google.gson' version '2.3.1' [2020-06-12T14:11:46.668Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0003E Install failed for bundle 'com.acme.prodh5-9.7.0.23531-com.google.gson' version '2.3.1'. [2020-06-12T14:11:46.668Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.v.k.m.i.deployer.ModelInstallArtifactLifecycleListener&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing install failed event for bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service' version '9.7.0' [2020-06-12T14:11:46.669Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0003E Install failed for bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service' version '9.7.0'. [2020-06-12T14:11:46.669Z] [INFO ] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; o.e.v.k.m.i.deployer.ModelInstallArtifactLifecycleListener&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Processing install failed event for par 'com.acme.prodh5' version '9.7.0.23531' [2020-06-12T14:11:46.670Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0003E Install failed for par 'com.acme.prodh5' version '9.7.0.23531'. [2020-06-12T14:11:46.672Z] [ERROR] plugin-deploy11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.vmware.vise.extensionfw.impl.PackagesDeployer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error deploying one of more bundles for the plugin package /etc/vmware/vsphere-ui/vc-packages/vsphere-client-serenity/com.acme.prodh5-9.7.0.23531 java.lang.Exception: Bundle: &amp;lt;com.acme.prodh5,9.7.0.23531&amp;gt; failure: Install Failed&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at com.vmware.vise.extensionfw.impl.BundleLifeCycleListenerImpl.collectDeployFailure(BundleLifeCycleListenerImpl.java:156)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at com.vmware.vise.extensionfw.impl.BundleLifeCycleListenerImpl.onInstallFailed(BundleLifeCycleListenerImpl.java:76)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.artifact.internal.StandardArtifactStateMonitor.onInstallFailed(StandardArtifactStateMonitor.java:132)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.artifact.internal.AbstractInstallArtifact.failInstall(AbstractInstallArtifact.java:120)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.Plumber$3.operate(Plumber.java:116)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.visit.internal.VisitationStage.doProcessNode(VisitationStage.java:51)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.visit.internal.VisitationStage.doProcessGraph(VisitationStage.java:65)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.compensate(CompensatingPipeline.java:93)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:78)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:359)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:185)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:140)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:253)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:225)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:79)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:380)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:289)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.WatchTask.run(WatchTask.java:49)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;[2020-06-12T14:11:46.672Z] [INFO ] plugin-deploy11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; com.vmware.vise.extensionfw.impl.HotDeployBundleDeployer&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Deleting bundle file: /usr/lib/vmware-vsphere-ui/server/pickup/com.acme.prodh5-9.7.0.23531.par [2020-06-12T14:11:46.675Z] [ERROR] fs-watcher&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; org.eclipse.virgo.medic.eventlog.default&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DE0500E Unable to install application from URI 'file:/usr/lib/vmware-vsphere-ui/server/pickup/com.acme.prodh5-9.7.0.23531.par'. Cannot satisfy constraints for bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui' version '9.7.0'. Cannot resolve: com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui&amp;nbsp;&amp;nbsp;&amp;nbsp; Resolver report:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-synthetic.context_9.7.0.23531&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt; constrained to bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service&amp;gt; constrained bundle version range "[9.7.0,9.7.0]"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A bundle could not be resolved because the required generic capability could not be resolved. Resolver error data &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui' at version '9.7.0': Cannot resolve: com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui&amp;nbsp;&amp;nbsp;&amp;nbsp; Resolver report:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-ui_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="1.0.0"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; An Import-Package could not be resolved. Resolver error data &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-synthetic.context_9.7.0.23531&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Import-Package: com.acme.myhtmlplugin.vcenter.service; version="0.0.0"&amp;gt; constrained to bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service&amp;gt; constrained bundle version range "[9.7.0,9.7.0]"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; with attributes {module_scope=com.acme.prodh5-9.7.0.23531}&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A bundle could not be resolved because the required generic capability could not be resolved. Resolver error data &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;. Caused by missing constraint in bundle &amp;lt;com.acme.prodh5-9.7.0.23531-com.acme.myhtmlplugin.myhtmlplugin-service_9.7.0&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; constraint: &amp;lt;Require-Capability: osgi.ee; filter="(&amp;amp;(osgi.ee=JavaSE)(version=1.8))"&amp;gt;&lt;BR /&gt;&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:46)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:359)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:185)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:140)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:253)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.deploy(HotDeployerFileSystemListener.java:225)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.HotDeploymentFileSystemListener.onChange(HotDeployerFileSystemListener.java:79)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.notifyListeners(FileSystemChecker.java:380)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.util.io.FileSystemChecker.check(FileSystemChecker.java:289)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at org.eclipse.virgo.nano.deployer.hot.WatchTask.run(WatchTask.java:49)&lt;SPAN style="white-space: pre;"&gt; &lt;/SPAN&gt;at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Service layer manifest file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Manifest-Version: 1.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bundle-Vendor: acme&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bundle-Version: 9.7.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Tool: Bundlor 1.1.0.RELEASE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bundle-Name: myhtmlplugin-service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bundle-ManifestVersion: 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Bundle-SymbolicName: com.acme.myhtmlplugin.myhtmlplugin-service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Export-Package: com.acme.myhtmlplugin.mvc;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.util;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.dashboard.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.storagesystem.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.datastore.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.storage.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.privileges.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.reports.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.home.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.appliance.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.vcenter.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.vvolreports.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.datastore.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.privileges.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.managecapability.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.vsphereportlet.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.thresholds.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.nfsvaai.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.inventory.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.vsphereentity.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.hosts.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.storagemapping.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.esxihost.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.credentials.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.storagecapabilityprofile.service;version="1.0.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.acme.myhtmlplugin.vvoldashboard.service;version="1.0.0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Import-Package: org.apache.commons.logging;version="1.1.1",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.data;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.data.query;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.data.uri;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.usersession;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.security;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vise.vim.data;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.vmware.vim25;version="6.5.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; com.google.gson;version="2.3.1",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; javax.servlet.http;version="3.0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; javax.net.ssl;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.beans.factory.annotation;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.http;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.stereotype;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.web.bind.annotation;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.web.client;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.util;version="0",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; org.springframework.web.util;version="0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UI layer Manifest file:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Manifest-Version: 1.0&lt;/P&gt;&lt;P&gt;Bundle-ManifestVersion: 2&lt;/P&gt;&lt;P&gt;Bundle-Name: myhtmlplugin-ui&lt;/P&gt;&lt;P&gt;Bundle-SymbolicName: com.acme.myhtmlplugin.myhtmlplugin-ui&lt;/P&gt;&lt;P&gt;Bundle-Version: 9.7.0&lt;/P&gt;&lt;P&gt;Bundle-Vendor: acme&lt;/P&gt;&lt;P&gt;Web-ContextPath: vsphere-client/myhtmlplugin&lt;/P&gt;&lt;P&gt;Import-Package: com.acme.myhtmlplugin.mvc;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.storage.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.storagesystem.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.util;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.dashboard.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.reports.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.storagecapabilityprofile.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.home.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.appliance.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.vcenter.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.datastore.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.vvolreports.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.privileges.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.vsphereportlet.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.managecapability.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.nfsvaai.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.inventory.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.vsphereentity.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.esxihost.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.thresholds.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.hosts.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.storagemapping.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.credentials.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.acme.myhtmlplugin.vvoldashboard.service;version="1.0.0",&lt;/P&gt;&lt;P&gt; com.vmware.vise.data.query;version="0",&lt;/P&gt;&lt;P&gt; com.vmware.vise.security;version="0",&lt;/P&gt;&lt;P&gt; org.eclipse.virgo.web.dm;version="3.6.0",&lt;/P&gt;&lt;P&gt; org.springframework.web.servlet;version="3.1.4",&lt;/P&gt;&lt;P&gt; org.springframework.web.servlet.view;version="3.1.4",&lt;/P&gt;&lt;P&gt; org.springframework.web.servlet.view.json;version="3.1.4",&lt;/P&gt;&lt;P&gt; org.springframework.web.servlet.config;version="3.1.4"&lt;/P&gt;&lt;P&gt;Please suggest what is wrong?&lt;/P&gt;&lt;P&gt;Is there a know issue with in VC 6.7U1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2020 08:40:09 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/vCenter-Client-plugin-is-not-appearing-in-6-7U1-version-getting/m-p/1828716#M3735</guid>
      <dc:creator>kumar_t</dc:creator>
      <dc:date>2020-06-15T08:40:09Z</dc:date>
    </item>
  </channel>
</rss>

