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

Reenable XTS Tests

    XMLWordPrintable

Details

    Description

      Some of these tests are presently failing with a NPE during deployment e.g.

      2021-09-13 10:08:14,965 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.ws.endpoint-deploy.ws-t11-client: org.jboss.msc.service.StartException in service jboss.ws.endpoint-deploy.ws-t11-client: java.lang.NullPointerException
          at org.jboss.as.webservices//org.jboss.as.webservices.service.EndpointDeployService.start(EndpointDeployService.java:71)
          at org.jboss.msc@1.4.13.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)
          at org.jboss.msc@1.4.13.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)
          at org.jboss.msc@1.4.13.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)
          at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
          at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
          at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
          at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
          at java.base/java.lang.Thread.run(Thread.java:829)
      Caused by: java.lang.NullPointerException
          at org.jboss.as.webservices//org.jboss.as.webservices.service.EndpointService.install(EndpointService.java:263)
          at org.jboss.as.webservices//org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect.start(EndpointServiceDeploymentAspect.java:50)
          at org.jboss.ws.common@3.3.3.Final//org.jboss.ws.common.deployment.DeploymentAspectManagerImpl.deploy(DeploymentAspectManagerImpl.java:118)
          at org.jboss.as.webservices//org.jboss.as.webservices.publish.EndpointPublisherImpl.doDeploy(EndpointPublisherImpl.java:163)
          at org.jboss.as.webservices//org.jboss.as.webservices.publish.EndpointPublisherHelper.doDeployStep(EndpointPublisherHelper.java:60)
          at org.jboss.as.webservices//org.jboss.as.webservices.service.EndpointDeployService.start(EndpointDeployService.java:69)
          ... 8 more
      

      Trying to use -Delytron to execute the enable elytron cli script doesn't change anything, this looks like a change in behaviour now that the legacy security subsystem is not present in the configuration.

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: