Skip to content

Update postgresql-jdbc to 42.6.1 #180

Update postgresql-jdbc to 42.6.1

Update postgresql-jdbc to 42.6.1 #180

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

Annotations

108 errors
JVM Tests - JDK 11: 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 11: 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 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)
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 f1ed1427-fef8-4160-97d7-29cf36b40522-3","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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 f1ed1427-fef8-4160-97d7-29cf36b40522-4","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 d155c6ba-f074-4767-84c9-d9d64c81d171-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 76552e23-e94e-4219-a42a-6df78033358e-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 76552e23-e94e-4219-a42a-6df78033358e-4","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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 76552e23-e94e-4219-a42a-6df78033358e-5","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 7d3066e3-83c8-4333-a238-fa1a1a656a26-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 4187bc56-879c-4c1a-b42b-33e030283d53-3","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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 4187bc56-879c-4c1a-b42b-33e030283d53-2","stack":""}') ()' at java.base/java.net.URI.create(URI.java:883) 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)