Getting error while trying to deploy a MAR file using Workstation? this is in my newly upgraded SV Portal UAT DevTest environment (v10.7.2.sp2.hf7)
java.lang.NoSuchMethodError: com.itko.lisa.vse.stateful.protocol.http.HttpLiveInvocationStep.isLearnSuccessResponseOnly()Z
at com.itko.lisa.coordinator.VSCatalogEntry.setInfoFromArchive(VSCatalogEntry.java:212)
at com.itko.lisa.coordinator.VSCatalogEntry.<init>(VSCatalogEntry.java:113)
at com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl.addService(VirtualServiceEnvironmentImpl.java:1066)
at com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl.addService(VirtualServiceEnvironmentImpl.java:1039)
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:498)
at com.itko.lisa.net.RemoteMethodExec.execute(RemoteMethodExec.java:57)
at com.itko.lisa.net.RemoteRequestHandler.processRMIMessage(RemoteRequestHandler.java:416)
at com.itko.lisa.net.RemoteRequestHandler.access$400(RemoteRequestHandler.java:62)
at com.itko.lisa.net.RemoteRequestHandler$4.run(RemoteRequestHandler.java:333)
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:750)
Release : 10.7.2 with Service Pack & Hotfix patches
DEVTEST-HOME/lib/patches folder had old patches . This was interfering with Hotfix patches
Removing the old patches and restarting DEVTEST components resolved the issue.