ID not valid bundle deployment package

I am trying to deploy a package called vtest - plugin.zip, but I get the following error in the Extension handler.

[10:14:48.072 2013-11-04] INFO [INFO] vc-service-pool-215 F2FD514D43FAF98FB01D7E82E2924C50 com.vmware.vise.vim.extension.VcExtensionManager done download plugin package from https://mkesrv-vcvzip2b.PKWARE.com:34443/vzip/vtest-plugin.zip

[10:14:48.072 2013-11-04] INFO [INFO] vc-service-pool-215 F2FD514D43FAF98FB01D7E82E2924C50 com.vmware.vise.vim.extension.VcExtensionManager end writePackageToFile: com.pkware.vtest

[10:14:48.494 2013-11-04] [ERROR] vc-service-pool-215 F2FD514D43FAF98FB01D7E82E2924C50 com.vmware.vise.extensionfw.ExtensionManager bundle id specified in the plugin C:\ProgramData\VMware\vSphere Web Client\vc-packages\vsphere-client-serenity\com.pkware.vtest-1.0.0 package com.pkware.vzip.java.vzipdbservice is not valid.

Check the bundle id or check for the presence of a bundle with an id matching (i.e. the Bundle-SymbolicName in his MANIFESTO. MF)

The plugin - package.xml is as follows

<? XML version = "1.0" encoding = "UTF-8"? >

< pluginPackage id = "com.pkware.vtest" version = "1.0.0" name = "vtest" description = "vtest" vendor = "pkware" > "

< dependency >

<!--dependence on the current version of the vSphere Client is necessary-->

< pluginPackage id = "com.vmware.vsphere.client" version = "5.1.0" / > "

< / dependencies >

< bundlesOrder >

< bundle id = "com.pkware.vzip.java.vzipdbservice" / > "

< bundle id = "com.pkware.vzip.java.vzipdispatchservice" / > "

< bundle id = "com.pkware.vzip.flex.vzipui" / > "

< / bundlesOrder >

< / pluginPackage >

The package contains a vzipdbservice.jar in the plugin folder. The MANIFESTO. MF for this POT is shown below.

Manifest-Version: 1.0

Bundle-version: 2

Bundle-name: vzipdbservice

Bundle-SymbolicName: com.pkware.vzip.java.vzipdbservice

Version: 1.0.0

Bundle-vendor: pkware

Bundle-ClassPath:.,.

bcprov/lib-jdc15on - 149.jar.

lib/Commons-Codec-1.4.jar,

lib/JNA-4.0.0.jar,

lib/JNA-Platform-4.0.0.jar,

lib/securezip - toolkit.jar,.

lib/SQLite-JDBC-3.7.2.jar

Import-Package: org.apache.commons.logging

Export package: com.pkware.vzip.java.vzipdbservice


All of the names appear to match as they should, based on the documentation I've seen. Any help would be appreciated.

If your vzipdbservice.jar SHOW. MF contains the com.pkware.vzip.java.vzipdbservice Bundle-SymbolicName correct, the other reason for this error is that vzipdbservice.jar itself is not found in your plugin - package.zip, it must be in a folder called "plugins".

Tags: VMware

Similar Questions

Maybe you are looking for