VMware Cloud Community
sasekumar
Contributor
Contributor

Not able to search vmware objects(vmname, vmID) from inventory through remote operations(Operation Orchestration(third party tool)

Hi all,

We are provisioning VM using automation solution and therefore we use a couple of remote actions like (apply custom spec, power on ) after cloning.

Just FYI , We use HP Operation orchestration for automation

This is working as expected and we successfully automated the vm builds. but now the problem is the above-mentioned actions are getting failed when i dig deeper , it says particular vmname or vmid doesn't found in vcenter even though it exists and throwing me this strange error

exception=com.vmware.vim25.SystemError

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)

at java.lang.reflect.Constructor.newInstance(Constructor.java:422)

at java.lang.Class.newInstance(Class.java:442)

at com.vmware.vim25.ws.XmlGen.fromXml(XmlGen.java:205)

at com.vmware.vim25.ws.XmlGen.parseSoapFault(XmlGen.java:82)

at com.vmware.vim25.ws.WSClient.invoke(WSClient.java:134)

at com.vmware.vim25.ws.VimStub.xmlToCustomizationSpecItem(VimStub.java:362)

at com.vmware.vim25.mo.CustomizationSpecManager.xmlToCustomizationSpecItem(CustomizationSpecManager.java:106)

at com.hp.oo.content.wrappers.vijava.GuestOpsWrapper.applyCustomizationSpecToVM(GuestOpsWrapper.java:445)

at com.hp.oo.content.wrappers.vijava.GuestOpsWrapper.applyCustomizationSpecToVM(GuestOpsWrapper.java:40)

at com.opsware.content.actions.vmware.guest.ApplyCustomizationSpecToVM.execute(ApplyCustomizationSpecToVM.java:68)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at com.hp.oo.sdk.plugins.abstracts.BaseActionPlugin.execute(BaseActionPlugin.java:53)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at com.hp.oo.maven.PluginAdapterImpl.executePlugin(PluginAdapterImpl.java:328)

at com.hp.oo.maven.PluginAdapterImpl.execute(PluginAdapterImpl.java:248)

at com.hp.oo.execution.control.actions.contentexecution.ContentExecutionActions.executeContentAction(ContentExecutionActions.java:97)

at sun.reflect.GeneratedMethodAccessor786.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at io.cloudslang.worker.execution.reflection.ReflectionAdapterImpl.executeControlAction(ReflectionAdapterImpl.java:62)

at io.cloudslang.worker.execution.services.ExecutionServiceImpl.executeStep(ExecutionServiceImpl.java:326)

at io.cloudslang.worker.execution.services.ExecutionServiceImpl.execute(ExecutionServiceImpl.java:80)

at io.cloudslang.worker.management.services.SimpleExecutionRunnable.executeRegularStep(SimpleExecutionRunnable.java:167)

at io.cloudslang.worker.management.services.SimpleExecutionRunnable.run(SimpleExecutionRunnable.java:120)

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:1142)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at io.cloudslang.worker.management.services.WorkerThreadFactory$1.run(WorkerThreadFactory.java:33)

at java.lang.Thread.run(Thread.java:745)

), (SESSION_ON=true), (returnCode=-1)

0 Kudos
1 Reply
jgregory1
Contributor
Contributor

Did you ever resole this issue? I see similar behavior.

0 Kudos