[JBoss JIRA] (JBTM-3310) getFailedLRAs reports LRAs which are not in failed states
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3310?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3310.
----------------------------------
> getFailedLRAs reports LRAs which are not in failed states
> ---------------------------------------------------------
>
> Key: JBTM-3310
> URL: https://issues.redhat.com/browse/JBTM-3310
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.10.4.Final
> Reporter: Martin Stefanko
> Assignee: Michael Musgrove
> Priority: Major
> Fix For: 5.10.5.Final
>
>
> After a full TCK run the output of the following command {{curl http://localhost:8080/lra-recovery-coordinator/failed | jq}}
> {code:json}
> [
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOn301",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3b0",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_281",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_36a",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_315",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f7",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3f",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#contextCheck",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_198",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_96",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamily3xx",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_35",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_38f",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_291",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamilyDefault5xx",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2a",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_386",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_35c",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelOnFamilyDefault4xx",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_25",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#notCancelOnFamily5xx",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3c4",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2df",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_375",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_32c",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_de",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraCancelOnResource#cancelFromRemoteCall",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e0",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a2",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_234",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1fe",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#async1LRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_175",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_30d",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_338",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_8c",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_181",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_4",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_255",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2d4",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_5c",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_106",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1e8",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_219",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.RecoveryResource#requiredLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_14c",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_212",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_247",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiresNew",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_19e",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_325",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_a1",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1d2",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_c4",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_275",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_110",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3bc",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiredLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2be",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_75",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_22c",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_397",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_299",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_cd",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2f7",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_29d",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiredLRA",
> "closed": false,
> "closing": true,
> "failedParticipants": [
> "<http://localhost:8180/context-tck-resource/forget?method=javax.ws.rs.DELETE>; rel=\"forget\"; title=\"forget URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/leave?method=javax.ws.rs.PUT>; rel=\"leave\"; title=\"leave URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/complete?method=javax.ws.rs.PUT>; rel=\"complete\"; title=\"complete URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/compensate?method=javax.ws.rs.PUT>; rel=\"compensate\"; title=\"compensate URI\"; type=\"text/plain\",<http://localhost:8180/context-tck-resource/status?method=javax.ws.rs.GET>; rel=\"status\"; title=\"status URI\"; type=\"text/plain\""
> ],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ba",
> "recovering": true,
> "startTime": 0,
> "status": "Closing",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_d4",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34e",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1f3",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_215",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_fb",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_34a",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_48",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRAUnknownResource#activityWithLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_f1",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_23d",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#requiresNew",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1a6",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2cc",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_267",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#timeLimitTest2",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_70",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2ff",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_3a5",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2b6",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckSuperclass#requiresNewLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2c5",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_16d",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_15e",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1ca",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2a8",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#nestedActivity",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_62",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": false
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_37d",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_271",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_2e9",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#newLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_17b",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_20a",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_124",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#async3LRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_159",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_e8",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_289",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.nonjaxrs.valid.ValidLRAParticipant#enlistWithComplete",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_13a",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LraResource#timeLimit",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b3",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_31d",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiredLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_343",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckInterface#requiredEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_224",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": false,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.ContextTckResource#asyncInvocationWithLRA",
> "closed": true,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_1b4",
> "recovering": false,
> "startTime": 0,
> "status": "Closed",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.LRATypeTckResource#requiresNewEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_259",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> },
> {
> "active": false,
> "cancelled": false,
> "cancelling": true,
> "clientId": "org.eclipse.microprofile.lra.tck.participant.api.NonParticipatingTckResource#startDontEndLRA",
> "closed": false,
> "closing": false,
> "failedParticipants": [],
> "failedToCancel": false,
> "failedToClose": false,
> "finishTime": 0,
> "httpStatus": 200,
> "lraId": "http://localhost:8080/lra-coordinator/0_ffffc0a80067_b55f_5eb12f16_b8",
> "recovering": true,
> "startTime": 0,
> "status": "Cancelling",
> "timeNow": 0,
> "topLevel": true
> }
> ]
> {code}
> Contains a lot of LRAs which are not in either FailedToClose or FailedToCancel states.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (JBTM-3312) After LRA notifications can keep the LRA in Active state
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3312?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3312.
----------------------------------
> After LRA notifications can keep the LRA in Active state
> --------------------------------------------------------
>
> Key: JBTM-3312
> URL: https://issues.redhat.com/browse/JBTM-3312
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.10.4.Final
> Reporter: Martin Stefanko
> Assignee: Martin Stefanko
> Priority: Major
> Fix For: 5.10.5.Final
>
>
> When the Complete/Compensate callbacks are delivered and the participant also defined the AfterLRA method then the LRA is concluded with HEURISTIC_HAZARD outcome. However, when the subsequent delivery of the AfterLRA notifications also succeeds the LRA is then in HEURISTIC_COMMIT state but this state is not taken into account for the status of the LRA.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (JBTM-3132) Common parent maven module for Narayana quickstarts
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3132?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3132.
----------------------------------
> Common parent maven module for Narayana quickstarts
> ---------------------------------------------------
>
> Key: JBTM-3132
> URL: https://issues.redhat.com/browse/JBTM-3132
> Project: JBoss Transaction Manager
> Issue Type: Enhancement
> Components: Testing
> Affects Versions: 5.9.5.Final
> Reporter: Ondrej Chaloupka
> Assignee: Mayank Kunwar
> Priority: Major
> Fix For: 5.10.5.Final
>
>
> It would be beneficial to create a common quickstart maven module.
> My intention is to have a one place where we can define:
> * common profiles could be defined (one of such profile is Arquillian JDK9+ which defines JVM arguments needed for smooth run of tests, see https://issues.jboss.org/projects/JBTM/issues/JBTM-3122)
> * common properties like arquillian version. This has benefit that quickstarts will run faster on CI as there won't be multiple versions to be downloaded.
> * common repositories like jboss one
> * unified checkstyle definition for all the quickstarts would be coded in one way which makes them easier to read
> The quickstarts were designed to be independent on each other. The task is not to unified them. The proposal is about creating a place where a common stuff can be placed to. Otherwise the same configuration needs to be copied to multiple places. Which is hard to maintain
> Other projects, e.g. WildFly, use the same approach of common parent, see https://github.com/wildfly/quickstart/blob/master/app-client/pom.xml
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (JBTM-3235) Performance regression tests should consult the "Score Error" before reporting regressions
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3235?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3235.
----------------------------------
> Performance regression tests should consult the "Score Error" before reporting regressions
> ------------------------------------------------------------------------------------------
>
> Key: JBTM-3235
> URL: https://issues.redhat.com/browse/JBTM-3235
> Project: JBoss Transaction Manager
> Issue Type: Task
> Components: Performance Testing
> Affects Versions: 5.10.1.Final
> Reporter: Michael Musgrove
> Assignee: Mayank Kunwar
> Priority: Optional
> Fix For: 5.10.5.Final
>
>
> We perform [microbenchmark performance testing of JTA|https://github.com/jbosstm/performance/tree/master/narayana/ArjunaJTA...] and we have Jenkins CI jobs (btny-pulls-performance and narayana-performance-version-comparison) that do regression testing against different versions of the product.
> These tests use [JMH|https://openjdk.java.net/projects/code-tools/jmh/] to perform the test runs. The results of each run are reported as a CSV file in the following example format:
> {code}
> "Version","Benchmark","Mode","Threads","Samples","Score","Score Error (99.9%)","Unit"
> 5.5.32.Final,"io.narayana.perf.product.NarayanaComparison.test","thrpt",240,15,217253.976024,8720.877211,"ops/s"
> 5.9.0.Final,"io.narayana.perf.product.NarayanaComparison.test","thrpt",240,15,216552.983213,6586.482104,"ops/s"
> {code}
> This example shows a comparison between versions 5.5.32.Final and 5.9.0.Final. The data shows that
> we measured using a mode called "thrpt" (ie transactions per second or TPS) and the Score shows the TPS was 217253 vers
> us 216552. There is also a Score Error which I understand indicates the upper and lower error bars for the measurement.
> None of our jobs take account of the error bars when reporting regressions. What we need to do is look at the Score Error to see if the runs are within tolerance before reporting a regression.
> An example of how to manually run a regression test is as follows:
> {code}
> git clone https://github.com/jbosstm/performance # clone the performance git repo
> cd performance
> export JMHARGS="-t 240 -r 30 -f 3 -wi 5 -i 5" # tune the test using JMH config params
> # and then do a performance run:
> export version=5.5.32.Final # set the target narayana version
> ./build.sh -f narayana/ArjunaJTA/jta/pom.xml clean install -DskipTests -Dnarayana.version=$version
> java -classpath narayana/ArjunaJTA/jta/target/classes/ -Dcom.arjuna.ats.arjuna.common.propertiesFile=jbossts-properties.xml -jar narayana/ArjunaJTA/jta/target/benchmarks.jar io.narayana.perf.product.NarayanaComparison.* $JMHARGS -rf csv -rff io.narayana.perf.product.NarayanaComparison-$version.csv
> {code}
> The results are in the named csv file.
> Then do the same for the second version
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (JBTM-3283) LRA TckRecoveryTests used with -Dit.test fails with IllegalArgumentException: Cannot parse java VM arguments
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3283?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3283.
----------------------------------
> LRA TckRecoveryTests used with -Dit.test fails with IllegalArgumentException: Cannot parse java VM arguments
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBTM-3283
> URL: https://issues.redhat.com/browse/JBTM-3283
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: LRA
> Affects Versions: 5.10.4.Final
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Major
> Fix For: 5.10.5.Final
>
>
> When the LRA TCK is run with {{-Dit.test}} e.g. {{mvn clean verify -Parq -Dit.test=TckRecoveryTests#testCancelWhenParticipantIsUnavailable}} then it fails with
> {code}
> ava.lang.RuntimeException: Could not create statement
> Caused by: java.lang.RuntimeException: Could not lookup value for field private java.net.URL org.eclipse.microprofile.lra.tck.TckRecoveryTests.deploymentURL
> Caused by: java.lang.IllegalArgumentException: Cannot parse java VM arguments -Dthorntail.http.host=localhost -Dthorntail.http.port=8180 -Dlra.tck.coordinator.hostname=localhost -Dlra.tck.coordinator.port=8080 -Dlra.http.host=localhost -Dlra.http.port=8080 -Dlra.tck.consistency.shortDelay=1000 -Dlra.tck.consistency.longDelay=20000
> {code}
> The trouble is that Arquillian (in particular it could be the Thorntail Arquillian adapter) is not capable to parse multiple spaces in the VM args.
> https://github.com/jbosstm/narayana/blob/5.10.4.Final/rts/lra/lra-test/lr...
> Ie. in the stup there could happen to be resolved to
> {code}
> <property name="javaVmArguments">{space}{space}{space}{space}-Dthorntail.http.host=localhost ...
> {code}
> Those multiple spaces seems to do some troubles
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months
[JBoss JIRA] (JBTM-3263) Quickstart ArjunaJTS/interop works only on Narayana CI
by Ondrej Chaloupka (Jira)
[ https://issues.redhat.com/browse/JBTM-3263?page=com.atlassian.jira.plugin... ]
Ondrej Chaloupka closed JBTM-3263.
----------------------------------
> Quickstart ArjunaJTS/interop works only on Narayana CI
> ------------------------------------------------------
>
> Key: JBTM-3263
> URL: https://issues.redhat.com/browse/JBTM-3263
> Project: JBoss Transaction Manager
> Issue Type: Bug
> Components: Quickstarts
> Reporter: Ondrej Chaloupka
> Assignee: Ondrej Chaloupka
> Priority: Minor
> Fix For: 5.10.5.Final
>
>
> The Narayana quickstart `ArjunaJTS/interop` works only on Narayana CI.
> (https://github.com/jbosstm/quickstart/tree/5.10.4.Final/ArjunaJTS/interop)
> Otherwise it fails with
> {code}
> + svn checkout https://svn.java.net/svn/glassfish~svn/trunk/main /tmp/ArjunaJTS/interop/glassfish/tmp/glassfish4
> svn: E170011: Repository moved temporarily to 'http://www.oracle.com/splash/java.net/maintenance/index.html'
> [ERROR] Command execution failed.
> org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
> at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
> at org.apache.commons.exec.DefaultExecutor.execute (DefaultExecutor.java:166)
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:804)
> at org.codehaus.mojo.exec.ExecMojo.executeCommandLine (ExecMojo.java:751)
> at org.codehaus.mojo.exec.ExecMojo.execute (ExecMojo.java:313)
> at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
> at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
> at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
> at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
> at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
> at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
> at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
> at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
> at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
> at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
> at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke (Method.java:498)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 9 months