<?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>topic Re: Failed to deploy plugin using multi-manifest in vSphere Client SDK Discussions</title>
    <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959486#M6165</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/4920520"&gt;@vedaniks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the valuable feedback.&lt;/P&gt;&lt;P&gt;Since the default plugin manifest file is called &lt;EM&gt;&lt;STRONG&gt;plugin.json&lt;/STRONG&gt;&lt;/EM&gt;, it turned out to be required by the system. This is why the following is working fine:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "manifests": [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "plugin.json"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are going to address this limitation in a next vSphere release. Until then, please name the least desired (lowest priority) manifest file as &lt;EM&gt;&lt;STRONG&gt;plugin.json&lt;/STRONG&gt;&lt;/EM&gt;. For example:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;BR /&gt;&amp;nbsp; "manifests": [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin-70.json"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin.json"&lt;BR /&gt;&amp;nbsp; ]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
    <pubDate>Thu, 16 Mar 2023 12:27:59 GMT</pubDate>
    <dc:creator>Denis_Chorbadzh</dc:creator>
    <dc:date>2023-03-16T12:27:59Z</dc:date>
    <item>
      <title>Failed to deploy plugin using multi-manifest</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959213#M6162</link>
      <description>&lt;P&gt;I am trying deploy my remote plugin on vCenter Server 7.x and 8.x using multi-manifest files. From vCenter 8.0 support for Italian language has beed added. I am trying to do the same with plugin. I have followed guidelines given &lt;A href="https://vdc-repo.vmware.com/vmwb-repository/dcr-public/4e053fa0-e354-41c2-a6cf-e988292bd672/70f5af49-cb53-403b-8535-1b23a57f7f49/GUID-AB6C7709-00C5-4228-8165-D5B338418A28.html" target="_self"&gt;here&lt;/A&gt; for multi-manifest support.&lt;/P&gt;&lt;P&gt;However, I am getting error while deploying the plugin on vcenters depending on the order of manifest files I specify in &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;plugin-multi-manifest.json&lt;/STRONG&gt;&lt;/FONT&gt; file.&lt;/P&gt;&lt;P&gt;If I specify manifest file for vCenter 7.x first, then I am not able to deploy plugin on vCenter 8.x and vice versa.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had verified both the manifest files by separately deploying plugin on vcenter servers.&lt;/P&gt;&lt;P&gt;Attached below is zip file that contains manifest files. Please let me know what I am doing wrong. Thanks!&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/3019892"&gt;@Denis_Chorbadzh&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 05:51:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959213#M6162</guid>
      <dc:creator>vedaniks</dc:creator>
      <dc:date>2023-03-15T05:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to deploy plugin using multi-manifest</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959313#M6163</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/4920520"&gt;@vedaniks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The manifests should be ordered from the most feature-rich (latest) to the more basic. For example plugin-80.json, then plugin-70.json.&lt;/P&gt;&lt;P&gt;The 8.0 vSphere Client will try to deploy plugin-80.json and will succeed. The 7.0 vSphere Client will try to deploy plugin-80.json and will fail. Then, it will try to deploy plugin-70.json and will succeed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know of the errors you are getting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:55:19 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959313#M6163</guid>
      <dc:creator>Denis_Chorbadzh</dc:creator>
      <dc:date>2023-03-15T15:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to deploy plugin using multi-manifest</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959409#M6164</link>
      <description>&lt;P&gt;Hello Denis,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;When I put the below in &lt;FONT color="#FF0000"&gt;plugin-multi-manifest.json, &lt;FONT color="#000000"&gt;I get the below error while deploying plugin.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;{&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&amp;nbsp; "manifests": [&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json", &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&amp;nbsp; &amp;nbsp; "plugin-70.json"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&amp;nbsp; ]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#FF0000"&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;Missing plug-in manifest. Make sure that the manifest is present at the plug-in location.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3" color="#000000"&gt;&lt;SPAN&gt;If I put below in the&amp;nbsp;&lt;FONT color="#FF0000"&gt;plugin-multi-manifest.json,&lt;/FONT&gt;, plugin deployment works.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;{&lt;BR /&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;BR /&gt;&amp;nbsp; "manifests": [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin.json"&lt;BR /&gt;&amp;nbsp; ]&lt;BR /&gt;}&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" color="#000000"&gt;&lt;FONT size="2"&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Can you tell me why this might be happening?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 04:46:27 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959409#M6164</guid>
      <dc:creator>vedaniks</dc:creator>
      <dc:date>2023-03-16T04:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to deploy plugin using multi-manifest</title>
      <link>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959486#M6165</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.vmware.com/t5/user/viewprofilepage/user-id/4920520"&gt;@vedaniks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the valuable feedback.&lt;/P&gt;&lt;P&gt;Since the default plugin manifest file is called &lt;EM&gt;&lt;STRONG&gt;plugin.json&lt;/STRONG&gt;&lt;/EM&gt;, it turned out to be required by the system. This is why the following is working fine:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; "manifests": [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; "plugin.json"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We are going to address this limitation in a next vSphere release. Until then, please name the least desired (lowest priority) manifest file as &lt;EM&gt;&lt;STRONG&gt;plugin.json&lt;/STRONG&gt;&lt;/EM&gt;. For example:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp; "manifestVersion": "1.0.0",&lt;BR /&gt;&amp;nbsp; "manifests": [&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin-80.json",&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin-70.json"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "plugin.json"&lt;BR /&gt;&amp;nbsp; ]&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Denis&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 12:27:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Client-SDK-Discussions/Failed-to-deploy-plugin-using-multi-manifest/m-p/2959486#M6165</guid>
      <dc:creator>Denis_Chorbadzh</dc:creator>
      <dc:date>2023-03-16T12:27:59Z</dc:date>
    </item>
  </channel>
</rss>

