java.lang.NoClassDefFoundError: Could not initialize class com.itko.lisa.utils.ssl.VSESSLContext when deploying from Workstation to a particular VSE
search cancel

java.lang.NoClassDefFoundError: Could not initialize class com.itko.lisa.utils.ssl.VSESSLContext when deploying from Workstation to a particular VSE

book

Article ID: 260952

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

When deploying to a particular VSE getting the below error:  (virtual service using SSL to server and using default webreckeys.ks)

java.lang.NoClassDefFoundError: Could not initialize class com.itko.lisa.utils.ssl.VSESSLContext
              at com.itko.lisa.vse.stateful.protocol.http.HttpLiveInvocationStep.<init>(HttpLiveInvocationStep.java:199)
              at sun.reflect.GeneratedConstructorAccessor84.newInstance(Unknown Source)
              at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
              at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
              at java.lang.Class.newInstance(Class.java:442)
              at com.itko.lisa.test.TestNode.makeTestNode(TestNode.java:1685)
              at com.itko.lisa.test.TestNode.nodeFactory(TestNode.java:1741)
              at com.itko.lisa.test.TestNode.loadNodes(TestNode.java:1718)
              at com.itko.lisa.test.TestCase.loadTestCase(TestCase.java:1516)
              at com.itko.lisa.test.TestCase.loadTestCase(TestCase.java:1355)
              at com.itko.lisa.model.mar.ModelArchive.getDescription(ModelArchive.java:691)
              at com.itko.lisa.coordinator.VirtualServiceImpl.<init>(VirtualServiceImpl.java:171)
              at com.itko.lisa.coordinator.VirtualServiceEnvironmentImpl.addService(VirtualServiceEnvironmentImpl.java:1067)
              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:748)

Able to deploy just fine to other VSEs running on other servers.  Only this one is a problem.

 

Environment

All Supported DevTest releases.

Cause

Configuration issue in the local.properties file of where the VSE is that cannot be deployed to when using SSL.

Resolution

d

Additional Information

In the local.properties file of where you cannot deploy to, change this property

ssl.server.cert.pass.encrypted=<the plaintest password was here>

to

ssl.server.cert.pass=<the plaintext password>

Restart all components on this machine.

Restart your Workstation.

This resolved the issue.