Problem Description:
JVM crashes during unit testing using KVLite
Environment:
KVlite
Agent: V4.x.x
Resolution:
Increase KVLite thread timeout time in property file
Cause:
KVLite uses asynchronous threads during startup. The main thread waits 10 seconds for the other threads to complete. If the thread does not complete within 10 seconds the JVM will exit.
Comments