I am trying to deploy plugin created from html client sdk, but it is not getting deployed throwing these errors
[2018-02-13T11:11:02.699Z] [INFO ] plugin-deploy13 <XF1000I> Deploying plugin package 'com.emc.asd.powerpath.licenseappliance' version '2.3.0'.
[2018-02-13T11:11:02.699Z] [INFO ] plugin-deploy13 <XF0010I> Enqueuing artifact 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.439Z] [INFO ] plugin-deploy13 <DE0000I> Installing bundle 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.466Z] [INFO ] plugin-deploy13 <DE0001I> Installed bundle 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.472Z] [INFO ] plugin-deploy13 <DE0004I> Starting bundle 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.474Z] [INFO ] start-signalling-8 <DE0005I> Started bundle 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.474Z] [INFO ] plugin-deploy13 <XF0011I> Enqueued artifact 'com.vmware.wsvim25' version '1.0.0'.
[2018-02-13T11:11:04.475Z] [INFO ] plugin-deploy13 <XF0010I> Enqueuing artifact 'org.springframework.beans' version '3.1.4.RELEASE'.
[2018-02-13T11:11:04.863Z] [INFO ] plugin-deploy13 <DE0000I> Installing bundle 'org.springframework.beans' version '3.1.4.RELEASE'.
[2018-02-13T11:11:04.901Z] [INFO ] plugin-deploy13 <ME0003I> Dump '/var/log/vmware/vsphere-client/dump/2018-02-13-11-11-896' generated
[2018-02-13T11:11:04.915Z] [ERROR] plugin-deploy13 <DE0002E> Installation of bundle 'org.springframework.beans' version '3.1.4.RELEASE' failed. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'org.springframework.beans' at version '3.1.4.RELEASE': Cannot resolve: org.springframework.beans
Resolver report:
An Import-Package could not be resolved. Resolver error data <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">. Caused by missing constraint in bundle <org.springframework.beans_3.1.4.RELEASE>
constraint: <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">
at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:46)
at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)
at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73)
at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)
at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)
at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:359)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.doInstall(PipelinedApplicationDeployer.java:185)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.install(PipelinedApplicationDeployer.java:140)
at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.deploy(PipelinedApplicationDeployer.java:253)
at sun.reflect.GeneratedMethodAccessor151.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.doInvoke(ServiceInvoker.java:56)
at org.eclipse.gemini.blueprint.service.importer.support.internal.aop.ServiceInvoker.invoke(ServiceInvoker.java:60)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.eclipse.gemini.blueprint.service.importer.support.LocalBundleContextAdvice.invoke(LocalBundleContextAdvice.java:57)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:133)
at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:121)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
at com.sun.proxy.$Proxy97.deploy(Unknown Source)
at com.vmware.vise.extensionfw.impl.DirectApiBundleDeployer.enqueueBundlesForDeployment(DirectApiBundleDeployer.java:84)
at com.vmware.vise.extensionfw.impl.DirectApiBundleDeployer.deploy(DirectApiBundleDeployer.java:57)
at com.vmware.vise.extensionfw.impl.DelegatingBundleDeployer.deploy(DelegatingBundleDeployer.java:30)
at com.vmware.vise.extensionfw.impl.PackagesDeployer.deployInternalPlugin(PackagesDeployer.java:506)
at com.vmware.vise.extensionfw.impl.PackagesDeployer.deployPlugin(PackagesDeployer.java:457)
at com.vmware.vise.extensionfw.impl.PackagesDeployer.access$100(PackagesDeployer.java:42)
at com.vmware.vise.extensionfw.impl.PackagesDeployer$PackageDeployTask.call(PackagesDeployer.java:441)
at com.vmware.vise.extensionfw.impl.PackagesDeployer$PackageDeployTask.call(PackagesDeployer.java:429)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
[2018-02-13T11:11:04.917Z] [ERROR] plugin-deploy13 <DE0003E> Install failed for bundle 'org.springframework.beans' version '3.1.4.RELEASE'.
[2018-02-13T11:11:04.919Z] [ERROR] plugin-deploy13 <DE0500E> Unable to install application from URI 'file:/etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity/com.emc.asd.powerpath.licenseappliance-2.3.0/plugins/spring-beans.jar'. Cannot satisfy constraints for bundle 'org.springframework.beans' version '3.1.4.RELEASE'. Cannot resolve: org.springframework.beans
Resolver report:
An Import-Package could not be resolved. Resolver error data <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">. Caused by missing constraint in bundle <org.springframework.beans_3.1.4.RELEASE>
constraint: <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">
. org.eclipse.virgo.kernel.osgi.framework.UnableToSatisfyBundleDependenciesException: Unable to satisfy dependencies of bundle 'org.springframework.beans' at version '3.1.4.RELEASE': Cannot resolve: org.springframework.beans
Resolver report:
An Import-Package could not be resolved. Resolver error data <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">. Caused by missing constraint in bundle <org.springframework.beans_3.1.4.RELEASE>
constraint: <Import-Package: org.springframework.core.annotation; version="[3.1.4,3.1.5)">
---------------------------------------------------------------------------------------------------------------------------------------------------------
I tried to change these spring jars to newer version 4.3.9, thought it might be a support issue but that also did'nt worked got errors as:
Error retrieving deployment data for the plugin package at /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity/com.emc.asd.powerpath.licenseappliance-2.3.0 java.io.IOException: The bundle at /etc/vmware/vsphere-client/vc-packages/vsphere-client-serenity/com.emc.asd.powerpath.licenseappliance-2.3.0/plugins/spring-web.jar should have Bundle-SymbolicName and Bundle-Version headers in its MANIFEST.MF
Can someone please help me fixing this.