Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFCORE-7124] Remove use of server-side Stability type from the CLI #6309

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bstansberry
Copy link
Contributor

@wildfly-ci
Copy link

Core -> Full Integration Build 14191 outcome was FAILURE using a merge of 8aff791
Summary: Tests failed: 1 (1 new), passed: 4407, ignored: 55 Build time: 02:30:17

Failed tests

org.eclipse.microprofile.lra.tck.TckParticipantTests.testNonJaxRsCompletionStageResponseAndParticipantStatus: java.lang.AssertionError: Non JAX-RS @Complete method with CompletionStage<Response> should have been called expected:<1> but was:<0>
	at deployment.valid-deploy.war//org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions.assertCompletedEquals(LRAMetricAssertions.java:154)
	at deployment.valid-deploy.war//org.eclipse.microprofile.lra.tck.TckParticipantTests.testNonJaxRsCompletionStageResponseAndParticipantStatus(TckParticipantTests.java:171)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at [email protected]//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:527)
	at [email protected]//jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614)
	at [email protected]//io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
	at [email protected]//io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
	at [email protected]//io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68)
	at [email protected]//io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
	at [email protected]//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.lambda$handleRequest$1(ElytronRunAsHandler.java:68)
	at [email protected]//org.wildfly.security.auth.server.FlexibleIdentityAssociation.runAsFunctionEx(FlexibleIdentityAssociation.java:103)
	at [email protected]//org.wildfly.security.auth.server.Scoped.runAsFunctionEx(Scoped.java:161)
	at [email protected]//org.wildfly.security.auth.server.Scoped.runAs(Scoped.java:73)
	at [email protected]//org.wildfly.elytron.web.undertow.server.ElytronRunAsHandler.handleRequest(ElytronRunAsHandler.java:67)
	at [email protected]//io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68)
	at [email protected]//io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117)
	at [email protected]//io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
	at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at [email protected]//io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
	at [email protected]//io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
	at [email protected]//io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
	at org.wildfly.security.elytron-web.undertow-server-servlet@4.1.0.Final//org.wildfly.elytron.web.undertow.server.servlet.CleanUpHandler.handleRequest(CleanUpHandler.java:38)
	at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at [email protected]//org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:44)
	at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at [email protected]//org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:51)
	at [email protected]//io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52)
	at [email protected]//io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
	at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276)
	at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
	at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132)
	at [email protected]//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
	at [email protected]//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
	at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1421)
	at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1421)
	at [email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1421)
	at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256)
	at [email protected]//io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101)
	at [email protected]//io.undertow.server.Connectors.executeRootHandler(Connectors.java:395)
	at [email protected]//io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:861)
	at [email protected]//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)


@wildfly wildfly deleted a comment from wildfly-ci Jan 2, 2025
@wildfly-ci
Copy link

Core -> WildFly Preview Integration Build 14293 outcome was FAILURE using a merge of 8aff791
Summary: Tests failed: 2, passed: 5258, ignored: 85 Build time: 03:20:05

Failed tests

org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.EnterpriseArchive org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-standard-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-standard-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.unit.XercesUsageTestCase.createDeployment(XercesUsageTestCase.java:74)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more


org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web): org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase(basic-integration-default-web).org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase: java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment() throws java.io.IOException
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:118)
	... 46 more
Caused by: org.jboss.shrinkwrap.resolver.api.InvalidConfigurationFileException: Found 16 problems while building POM model from /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
1/ [ERROR] Non-resolvable import POM: Failed to resolve POM for org.wildfly:wildfly-standard-test-expansion-bom:35.0.0.Final-SNAPSHOT due to Could not find artifact org.wildfly:wildfly-standard-test-expansion-bom:pom:35.0.0.Final-SNAPSHOT in local-mirror (http://nexus.wildfly.int/nexus/repository/public/) @ org.wildfly:wildfly-preview-test-expansion-bom:35.0.0.Final-SNAPSHOT
2/ [ERROR] 'dependencies.dependency.version' for org.javassist:javassist:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
3/ [ERROR] 'dependencies.dependency.version' for org.codehaus.plexus:plexus-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
4/ [ERROR] 'dependencies.dependency.version' for org.dom4j:dom4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
5/ [ERROR] 'dependencies.dependency.version' for org.apache.directory.server:apacheds-test-framework:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
7/ [ERROR] 'dependencies.dependency.version' for org.jboss.resteasy:resteasy-client-utils:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
8/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.descriptors:shrinkwrap-descriptors-impl-javaee:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
9/ [ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
10/ [ERROR] 'dependencies.dependency.version' for org.jsoup:jsoup:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
11/ [ERROR] 'dependencies.dependency.version' for org.syslog4j:syslog4j:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
12/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:testcontainers:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
13/ [ERROR] 'dependencies.dependency.version' for org.testcontainers:elasticsearch:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
14/ [ERROR] 'dependencies.dependency.version' for org.wildfly:wildfly-testsuite-shared:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
15/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-container-managed:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml
16/ [ERROR] 'dependencies.dependency.version' for org.wildfly.arquillian:wildfly-arquillian-protocol-jmx:jar is missing. @ org.wildfly:wildfly-ts-integ-basic:35.0.0.Final-SNAPSHOT, /opt/buildAgent/work/e8e0dd9c7c4ba60/full/testsuite/integration/basic/pom.xml

	at org.jboss.shrinkwrap.resolver.impl.maven.MavenWorkingSessionImpl.loadPomFromFile(MavenWorkingSessionImpl.java:176)
	at org.jboss.shrinkwrap.resolver.impl.maven.task.LoadPomTask.execute(LoadPomTask.java:84)
	at org.jboss.shrinkwrap.resolver.impl.maven.PomlessResolveStageBaseImpl.loadPomFromFile(PomlessResolveStageBaseImpl.java:93)
	at org.jboss.shrinkwrap.resolver.impl.maven.MavenResolverSystemBaseImpl.loadPomFromFile(MavenResolverSystemBaseImpl.java:154)
	at org.jboss.as.test.integration.xerces.ws.unit.XercesUsageInWebServiceTestCase.createWebServiceDeployment(XercesUsageInWebServiceTestCase.java:64)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	... 48 more
------- Stdout: -------
 [33m23:11:46,789 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:370e has 1 heuristic participant(s)!
 [0m [33m23:11:46,789 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:370e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3714, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@572ab321 >
 [0m [33m23:11:46,790 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:370e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3714, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@572ab321 >
 [0m [33m23:11:46,790 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:370e restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:370e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3714, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_HAZARD com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@572ab321 >
 [0m [33m23:11:46,815 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:3720, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3723, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.FINISH_OK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@53153d1c >
 [0m [33m23:11:46,816 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016038: No XAResource to recover < formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:3720, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3723, subordinatenodename=null, eis_name=unknown eis name >
 [0m [33m23:11:46,818 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:37d7 has 1 heuristic participant(s)!
 [0m [33m23:11:46,818 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:37d7, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:37e0, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1617b91a >
 [0m [33m23:11:46,819 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:37d7, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:37e0, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1617b91a >
 [0m [33m23:11:46,819 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:37d7 restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:37d7, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:37e0, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@1617b91a >
 [0m [33m23:11:46,821 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:380a has 1 heuristic participant(s)!
 [0m [33m23:11:46,821 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:380a, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3810, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@25fad382 >
 [0m [33m23:11:46,821 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:380a, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3810, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@25fad382 >
 [0m [33m23:11:46,821 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:380a restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:380a, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3810, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@25fad382 >
 [0m [33m23:11:46,823 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:382e has 1 heuristic participant(s)!
 [0m [33m23:11:46,823 WARN  [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016037: Could not find new XAResource to use for recovering non-serializable XAResource XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:382e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3834, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@274bcfa7 >
 [0m [33m23:11:46,823 WARN  [com.arjuna.ats.jta] (Periodic Recovery) XAResourceRecord restored heuristic instance: XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:382e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3834, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@274bcfa7 >
 [0m [33m23:11:46,823 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:382e restored heuristic participant XAResourceRecord < resource:null, txid:< formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffc0a8011f:76cf1177:677719c0:382e, node_name=1, branch_uid=0:ffffc0a8011f:76cf1177:677719c0:3834, subordinatenodename=null, eis_name=unknown eis name >, heuristic: TwoPhaseOutcome.HEURISTIC_ROLLBACK com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord@274bcfa7 >
 [0m [33m23:11:46,825 WARN  [com.arjuna.ats.arjuna] (Periodic Recovery) Transaction 0:ffffc0a8011f:76cf1177:677719c0:3837 has 1 heuristic participant(s)!


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants