We are getting this error while running a test case from the command line using command:
mvn test -DTest={testname}but this test is running fine in
SBStudio.
[INFO] [dtm] INFO: Deploy tool version: [TIBCO Distributed Transactional Memory Platform 10.6.0 (build 2005210958)] starting at [Wed
Jun 03 23:40:34 IST 2020]
[INFO] [dtm] INFO: Node version: [TIBCO StreamBase Runtime 10.5.0 (build 1911061437)]
[INFO] [dtm] INFO: Starting com.tibco.ep.buildmavenplugin.surefire.Runner on node A.cluster1 ...
[INFO] [dtm] INFO: com.tibco.ep.buildmavenplugin.surefire.Runner started on JVM com_tibco_ep_buildmavenplugin_surefire_Runner0 on node
A.cluster1.
[INFO] [A.cluster1] No user-defined Logback configuration, using product default configuration
[ERROR] [A.cluster1] Component service loading failed
[ERROR] [A.cluster1] java.lang.IncompatibleClassChangeError: Mismatch detected for type com.tibco.ep.security.dtm.realm.local.Local
Principal, version ''. Changed values:
[ERROR] [A.cluster1] Field com.tibco.ep.security.dtm.realm.local.LocalPrincipal::failedLoginCount was added: Field com.tibco.ep.
security.dtm.realm.local.LocalPrincipal::autoLockoutStartTimeMsecs was added.
What is the problem?