Skip to content

Upgrade to testcontainers 1.19.6 #181

Upgrade to testcontainers 1.19.6

Upgrade to testcontainers 1.19.6 #181

Triggered via push February 27, 2024 08:16
Status Skipped
Total duration 2s
Artifacts
CI Sanity Check
0s
CI Sanity Check
Fit to window
Zoom out
Zoom in

Annotations

109 errors
JVM Tests - JDK 17: integration-tests/narayana-lra/src/test/java/org/acme/quickstart/lra/LRAParticipantTest.java#L63
org.opentest4j.AssertionFailedError: expected: <201> but was: <503> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
JVM Tests - JDK 17: integration-tests/narayana-lra/src/test/java/org/acme/quickstart/lra/LRAParticipantTest.java#L44
org.opentest4j.AssertionFailedError: expected: <201> but was: <500> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
JVM Tests - JDK 21: integration-tests/narayana-lra/src/test/java/org/acme/quickstart/lra/LRAParticipantTest.java#L63
org.opentest4j.AssertionFailedError: expected: <201> but was: <503> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
JVM Tests - JDK 21: integration-tests/narayana-lra/src/test/java/org/acme/quickstart/lra/LRAParticipantTest.java#L44
org.opentest4j.AssertionFailedError: expected: <201> but was: <500> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L160
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource-cancelon/cancelFromRemoteCall' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L120
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource-cancelon/cancelOn301' failed to match. expected:<301> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L100
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource-cancelon/cancelOnFamily3xx' failed to match. expected:<303> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L68
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource-cancelon/cancelOnFamilyDefault4xx' failed to match. expected:<400> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L84
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 2461badb-e994-4aea-886a-c9cc46738b77-3","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckCancelOnTests.cancelOnFamilyDefault5xx(TckCancelOnTests.java:84)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckCancelOnTests.java#L140
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 2461badb-e994-4aea-886a-c9cc46738b77-4","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckCancelOnTests.notCancelOnFamily5xx(TckCancelOnTests.java:140)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L297
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/required-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L263
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/async-response-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L272
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/completion-stage-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L282
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/completion-stage-exceptionally-lra' failed to match. expected:<404> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L101
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/new-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L258
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/context-check-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L156
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/required-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L220
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/new-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L135
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/new-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L190
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/new-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckContextTests.java#L112
java.lang.AssertionError: Response status on call to 'http://localhost:8081/context-tck-resource/required-lra' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L195
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-40","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L346
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-6","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L497
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-31","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L118
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-48","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L269
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-43","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L420
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-27","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L231
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-23","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L382
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-20","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L533
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-26","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L160
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-11","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L311
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-33","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L462
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-7","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L154
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-32","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L305
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-19","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L456
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-50","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L219
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-42","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L370
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-18","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L521
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-30","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L142
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (start LRA client request failed, try again later) ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L293
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-3","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L444
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-45","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L171
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-22","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L322
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-36","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L473
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-29","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L177
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L328
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L479
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L94
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-4","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L245
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-12","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L396
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-46","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L100
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L251
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L402
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L183
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-15","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L334
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-17","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L485
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-39","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L189
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L340
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L491
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L106
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-9","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L257
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-5","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L408
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-21","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L112
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L263
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L414
java.lang.AssertionError: null: Unexpected status expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L207
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-2","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L358
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-49","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L509
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-14","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L130
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-37","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L281
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-44","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckLRATypeTests.java#L432
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 6bc5565e-d598-4c81-a941-00b07be5e5f0-41","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java#L189
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 5ab93ded-3944-4d75-a620-579e4b5b50ca-3","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:110)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java#L169
java.lang.AssertionError: Response status on call to 'http://localhost:8081/valid-cs-participant1/enlist-complete' failed to match. expected:<200> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java#L143
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 5ab93ded-3944-4d75-a620-579e4b5b50ca-4","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckParticipantTests.testNonJaxRsCompletionStageVoid(TckParticipantTests.java:143)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java#L115
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 5ab93ded-3944-4d75-a620-579e4b5b50ca-5","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckParticipantTests.validSignaturesChainTest(TckParticipantTests.java:115)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckParticipantTests.java#L81
java.lang.AssertionError: Response status on call to 'http://localhost:8081/valid-nonjaxrs/nonjaxrs-enlist-complete' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckRecoveryTests.java#L128
java.lang.AssertionError: expected:<200> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckRecoveryTests.java#L168
java.lang.AssertionError: expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L375
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-22","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L370
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-3","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L98
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-13","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L118
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-17","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L173
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-4","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L168
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-6","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L302
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource/startViaApi' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L211
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-8","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L183
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-23","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L462
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-2","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L482
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-7","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L452
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (start LRA client request failed, try again later) ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L472
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-15","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L501
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-19","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L492
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-11","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L268
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-20","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L178
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-16","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L128
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-9","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L422
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-12","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L250
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-18","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L229
org.eclipse.microprofile.lra.tck.participant.api.GenericLRAException: null: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 51808c58-bfa1-46d0-8f10-7899a689fa28-21","stack":""}') ()' at org.eclipse.microprofile.lra.tck.LRAClientOps.toURI(LRAClientOps.java:96) at org.eclipse.microprofile.lra.tck.LRAClientOps.startLRA(LRAClientOps.java:107)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L322
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraresource/timeLimit' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckTests.java#L361
java.lang.AssertionError: Expected 412 or 410 response Expected: (is <412> or is <410>)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownStatusTests.java#L65
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraUnknownStatusController/work?scenario=COMPENSATE_RETRY' failed to match. expected:<500> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownStatusTests.java#L79
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraUnknownStatusController/work?scenario=COMPLETE_RETRY' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownTests.java#L74
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 543c75c2-27e1-447a-8a97-c0b6d586d6a7-3","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckUnknownTests.compensate_immediate(TckUnknownTests.java:74)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownTests.java#L86
java.lang.IllegalArgumentException: Illegal character in opaque part at index 10: LRA025025: Unable to process LRA annotations: -3: StartFailed (null: LRA025001: LRA created with an unexpected status code: 500, coordinator response '{"details":"Error id 543c75c2-27e1-447a-8a97-c0b6d586d6a7-2","stack":""}') ()' at java.base/java.net.URI.create(URI.java:906) at org.eclipse.microprofile.lra.tck.TckUnknownTests.compensate_retry(TckUnknownTests.java:86)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownTests.java#L99
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraUnknownController/work?scenario=COMPLETE_IMMEDIATE' failed to match. expected:<200> but was:<503> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
MicroProfile TCKs Tests: tcks/microprofile-lra/src/test/java/org/eclipse/microprofile/lra/tck/TckUnknownTests.java#L111
java.lang.AssertionError: Response status on call to 'http://localhost:8081/lraUnknownController/work?scenario=COMPLETE_RETRY' failed to match. expected:<200> but was:<500> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835)
Native Tests - Data5: integration-tests/jpa-postgresql-withxml/src/test/java/io/quarkus/it/jpa/postgresql/ImageMetricsITCase.java#L15
org.opentest4j.AssertionFailedError: Expected analysis_results.fields.reflection to be within range [163 +- 3%] but was 168 ==> expected: <true> but was: <false> at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)