Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-18137

Concurrency TCK failure

    XMLWordPrintable

Details

    Description

      The Concurrency TCK test regression appears in the output via:

      [ERROR] Tests run: 181, Failures: 2, Errors: 0, Skipped: 45, Time elapsed: 1,059.302 s <<< FAILURE! - in TestSuite
      [ERROR] arquillianBeforeClass(ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduledExecutorDefinitionTests) Time elapsed: 28.816 s <<< FAILURE!
      org.jboss.arquillian.container.spi.client.container.DeploymentException:
      Cannot deploy ManagedScheduledExecutorDefinitionTests.ear: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0080: Failed services" => {"jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.ScheduledExecutorA" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable","jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable","jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable","jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable","jboss.naming.context.java.comp.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.ManagedScheduledExecutorDefinitionBean.concurrent.EJBScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable","jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.EJBScheduledExecutorA" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable"}}}}
      at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:184)
      at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:162)
      at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:91)
      at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:256)
      at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:151)
      at org.jboss.arquillian.container.impl.client.container.ContainerDeployController$3.call(ContainerDeployController.java:118)
      at org.jboss.arquillian.container.impl.client.container.ContainerDeployController.executeOperation(ContainerDeployController.java:239)

      From the WildFly server.log, we see:

      2023-06-14 03:29:18,568 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "ManagedScheduledExecutorDefinitionTests.ear" (runtime-name: "ManagedScheduledExecutorDefinitionTests.ear")
      2023-06-14 03:29:18,583 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "ManagedScheduledExecutorDefinitionTests_ejb.jar")
      2023-06-14 03:29:18,587 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "ManagedScheduledExecutorDefinitionTests_web.war")
      2023-06-14 03:29:18,675 INFO [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment ManagedScheduledExecutorDefinitionTests.ear
      2023-06-14 03:29:18,700 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment ManagedScheduledExecutorDefinitionTests_ejb.jar
      2023-06-14 03:29:18,705 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'ManagedScheduledExecutorDefinitionBean' in deployment unit 'subdeployment "ManagedScheduledExecutorDefinitionTests_ejb.jar" of deployment "ManagedScheduledExecutorDefinitionTests.ear"' are as follows:

      java:global/ManagedScheduledExecutorDefinitionTests/ManagedScheduledExecutorDefinitionTests_ejb/ManagedScheduledExecutorDefinitionBean!ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduleExecutorDefinitionInterface
      java:app/ManagedScheduledExecutorDefinitionTests_ejb/ManagedScheduledExecutorDefinitionBean!ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduleExecutorDefinitionInterface
      java:module/ManagedScheduledExecutorDefinitionBean!ee.jakarta.tck.concurrent.spec.ManagedScheduledExecutorService.resourcedef.ManagedScheduleExecutorDefinitionInterface
      java:global/ManagedScheduledExecutorDefinitionTests/ManagedScheduledExecutorDefinitionTests_ejb/ManagedScheduledExecutorDefinitionBean
      java:app/ManagedScheduledExecutorDefinitionTests_ejb/ManagedScheduledExecutorDefinitionBean
      java:module/ManagedScheduledExecutorDefinitionBean

      2023-06-14 03:29:18,705 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-3) WFLYEJB0473: JNDI bindings for session bean named 'ContextServiceDefinitionBean' in deployment unit 'subdeployment "ManagedScheduledExecutorDefinitionTests_ejb.jar" of deployment "ManagedScheduledExecutorDefinitionTests.ear"' are as follows:

      java:global/ManagedScheduledExecutorDefinitionTests/ManagedScheduledExecutorDefinitionTests_ejb/ContextServiceDefinitionBean!ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.ContextServiceDefinitionInterface
      java:app/ManagedScheduledExecutorDefinitionTests_ejb/ContextServiceDefinitionBean!ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.ContextServiceDefinitionInterface
      java:module/ContextServiceDefinitionBean!ee.jakarta.tck.concurrent.spec.ContextService.contextPropagate.ContextServiceDefinitionInterface
      java:global/ManagedScheduledExecutorDefinitionTests/ManagedScheduledExecutorDefinitionTests_ejb/ContextServiceDefinitionBean
      java:app/ManagedScheduledExecutorDefinitionTests_ejb/ContextServiceDefinitionBean
      java:module/ContextServiceDefinitionBean

      2023-06-14 03:29:18,716 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment ManagedScheduledExecutorDefinitionTests_web.war
      2023-06-14 03:29:47,066 ERROR [org.jboss.msc.service] (MSC service thread 1-4) MSC000012: Injection failed for service service jboss.naming.context.java.comp.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.ManagedScheduledExecutorDefinitionBean.concurrent.EJBScheduledExecutorC: java.lang.IllegalStateException: Service unavailable
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.WritableValueImpl.getValue(WritableValueImpl.java:41)
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.ServiceRegistrationImpl.getValue(ServiceRegistrationImpl.java:161)
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.ServiceControllerImpl.inject(ServiceControllerImpl.java:1397)
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.ServiceControllerImpl.inject(ServiceControllerImpl.java:1383)
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1579)
      at org.jboss.msc@1.5.1.Final-redhat-00001//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
      at org.jboss.threads@2.4.0.Final-redhat-00001//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
      at org.jboss.threads@2.4.0.Final-redhat-00001//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
      at org.jboss.threads@2.4.0.Final-redhat-00001//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
      at org.jboss.threads@2.4.0.Final-redhat-00001//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)
      at java.base/java.lang.Thread.run(Thread.java:829)

      Which is followed by:

      2023-06-14 03:29:47,117 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "ManagedScheduledExecutorDefinitionTests.ear" was rolled back with the following failure message:
      {"WFLYCTL0080: Failed services" => {
      "jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.ScheduledExecutorA" => "Failed to start service2023-06-14 03:29:47,117 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "ManagedScheduledExecutorDefinitionTests.ear" was rolled back with the following failure message:
      {"WFLYCTL0080: Failed services" => {
      "jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.ScheduledExecutorA" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.comp.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.ManagedScheduledExecutorDefinitionBean.concurrent.EJBScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.EJBScheduledExecutorA" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable"
      }}
      2023-06-14 03:29:47,163 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0208: Stopped subdeployment (runtime-name: ManagedScheduledExecutorDefinitionTests_web.war) in 44ms
      2023-06-14 03:29:47,164 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0208: Stopped subdeployment (runtime-name: ManagedScheduledExecutorDefinitionTests_ejb.jar) in 45ms
      2023-06-14 03:29:47,166 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ManagedScheduledExecutorDefinitionTests.ear (runtime-name: ManagedScheduledExecutorDefinitionTests.ear) in 47ms
      2023-06-14 03:29:47,258 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /mnt/hudson_workspace/workspace/jakartaee-ee10/concurrency/wildfly/standalone/data/content/35/594e93703843cd0cd1caa9bc32ee4ac8dd8160/content

      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.concurrent.ScheduledExecutorB" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.module.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_web.concurrent.ScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.comp.ManagedScheduledExecutorDefinitionTests.ManagedScheduledExecutorDefinitionTests_ejb.ManagedScheduledExecutorDefinitionBean.concurrent.EJBScheduledExecutorC" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable",
      "jboss.naming.context.java.app.ManagedScheduledExecutorDefinitionTests.concurrent.EJBScheduledExecutorA" => "Failed to start service
      Caused by: java.lang.IllegalStateException: Service unavailable"
      }}
      2023-06-14 03:29:47,163 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0208: Stopped subdeployment (runtime-name: ManagedScheduledExecutorDefinitionTests_web.war) in 44ms
      2023-06-14 03:29:47,164 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0208: Stopped subdeployment (runtime-name: ManagedScheduledExecutorDefinitionTests_ejb.jar) in 45ms
      2023-06-14 03:29:47,166 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ManagedScheduledExecutorDefinitionTests.ear (runtime-name: ManagedScheduledExecutorDefinitionTests.ear) in 47ms
      2023-06-14 03:29:47,258 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /mnt/hudson_workspace/workspace/jakartaee-ee10/concurrency/wildfly/standalone/data/content/35/594e93703843cd0cd1caa9bc32ee4ac8dd8160/content

      Attachments

        Issue Links

          Activity

            People

              ropalka Richard Opalka
              smarlow1@redhat.com Scott Marlow
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: