[
https://issues.redhat.com/browse/WFLY-13910?page=com.atlassian.jira.plugi...
]
Brian Stansberry reassigned WFLY-13910:
---------------------------------------
Assignee: Brian Stansberry (was: Jim Ma)
[~jim.ma] [~jfdenise]
I'm going to assume this has nothing to do with webservices or galleon.
Looking at
https://ci.wildfly.org/viewLog.html?buildId=224572&buildTypeId=WF_Pul...
I see that the final execution in the preceding testsuite/integration/clustering did not
complete normally:
{code}
[09:52:44][org.wildfly:wildfly-ts-integ-clustering] [INFO] Running
org.jboss.as.test.clustering.cluster.ejb.remote.TwoConnectorsEJBFailoverTestCase
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [INFO]
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [INFO] Results:
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [INFO]
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [WARNING] Tests run: 17, Failures: 0,
Errors: 0, Skipped: 1
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [INFO]
[11:19:53][org.wildfly:wildfly-ts-integ-clustering] [ERROR] There was a timeout or other
error in the fork
{code}
This may be testsuite or CI job configuration issue. [~pferraro] FYI.
Class visibility problem with SimpleWebserviceEndpointTestCase with
-Dts.layers
-------------------------------------------------------------------------------
Key: WFLY-13910
URL:
https://issues.redhat.com/browse/WFLY-13910
Project: WildFly
Issue Type: Bug
Components: Web Services
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Critical
Fix For: 21.0.0.Final
In recent days we've had nightly CI jobs failing with a bunch of WS failures with the
first failure in SimpleWebserviceEndpointTestCase
https://ci.wildfly.org/project.html?projectId=WF&testNameId=-82893637...
The failed tests in jobs that run with -Dts.layers, so the slimmed server tests.
{code}
org.jboss.arquillian.container.spi.client.container.DeploymentException: Cannot deploy
ws-endpoint-example.war: {"WFLYCTL0062: Composite operation failed and was rolled
back. Steps that failed:" => {"Operation step-1" =>
{"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"ws-endpoint-example.war\".POST_MODULE" =>
"WFLYSRV0153: Failed to process phase POST_MODULE of deployment
\"ws-endpoint-example.war\"
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective
information for class org.jboss.as.test.integration.ws.SimpleWebserviceEndpointImpl with
ClassLoader ModuleClassLoader for Module \"deployment.ws-endpoint-example.war\"
from Service Module Loader
Caused by: java.lang.NoClassDefFoundError: Ljavax/xml/ws/WebServiceContext;
Caused by: java.lang.ClassNotFoundException: javax.xml.ws.WebServiceContext from
[Module \"deployment.ws-endpoint-example.war\" from Service Module
Loader]"}}}}
org.jboss.arquillian.container.spi.client.container.DeploymentException:
Cannot deploy ws-endpoint-example.war: {"WFLYCTL0062: Composite operation failed and
was rolled back. Steps that failed:" => {"Operation step-1" =>
{"WFLYCTL0080: Failed services" =>
{"jboss.deployment.unit.\"ws-endpoint-example.war\".POST_MODULE" =>
"WFLYSRV0153: Failed to process phase POST_MODULE of deployment
\"ws-endpoint-example.war\"
Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective
information for class org.jboss.as.test.integration.ws.SimpleWebserviceEndpointImpl with
ClassLoader ModuleClassLoader for Module \"deployment.ws-endpoint-example.war\"
from Service Module Loader
Caused by: java.lang.NoClassDefFoundError: Ljavax/xml/ws/WebServiceContext;
Caused by: java.lang.ClassNotFoundException: javax.xml.ws.WebServiceContext from
[Module \"deployment.ws-endpoint-example.war\" from Service Module
Loader]"}}}}
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)