]
Ondrej Chaloupka closed JBTM-3279.
----------------------------------
Resolution: Duplicate Issue
I assume this was fixed by the PR for
. Feel
free to reopen if I'm wrong.
TCK test TckRecoveryTests fails with configuration error
--------------------------------------------------------
Key: JBTM-3279
URL:
https://issues.redhat.com/browse/JBTM-3279
Project: JBoss Transaction Manager
Issue Type: Bug
Components: LRA
Affects Versions: 5.10.3.Final
Reporter: Martin Stefanko
Assignee: Martin Stefanko
Priority: Major
Running TckRecoveryTests on my machine gives the following error:
{noformat}
[INFO] Running org.eclipse.microprofile.lra.tck.TckRecoveryTests
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.735 s
<<< FAILURE! - in org.eclipse.microprofile.lra.tck.TckRecoveryTests
[ERROR] org.eclipse.microprofile.lra.tck.TckRecoveryTests Time elapsed: 0.734 s
<<< ERROR!
java.lang.RuntimeException: Could not create statement
Caused by: java.lang.RuntimeException: Could not lookup value for field private
java.net.URL org.eclipse.microprofile.lra.tck.TckRecoveryTests.deploymentURL
Caused by: java.lang.IllegalArgumentException: Cannot parse java VM arguments
-Dthorntail.http.host=localhost -Dthorntail.http.port=8180
-Dlra.tck.coordinator.hostname=localhost -Dlra.tck.coordinator.port=8080
-Dlra.http.host=localhost -Dlra.http.port=8080 -Dlra.tck.consistency.shortDelay=1000
-Dlra.tck.consistency.longDelay=20000
{noformat}