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-5147] Adjusting git integration logging and stability of RemoteSshGitRepositoryTestCase #4352

Merged
merged 4 commits into from Nov 10, 2020

Conversation

darranl
Copy link
Contributor

@darranl darranl commented Oct 5, 2020

https://issues.redhat.com/browse/WFCORE-5147

The RemoteSshGitRepositoryTestCase test case was quite unstable on a resource constrained environment, the test was dependent on monitoring the server.log for an error message but it appears the git integration may log the error in a separate thread so I believe the process can be terminated before the message is logged.

Attempting to debug the issue I realised the test case was not properly restoring the default server configuration between test as attempts to add additional logging categories were being overridden.

Finally we were not logging useful information ourselves, although log and throw can be a bad practice at the moment the uncaught exception only made it's way to System.err - the problem with this was if you are reliant on the server.log the messages would be missing.

@wildfly-ci wildfly-ci added the deps-ok Dependencies have been checked, and there are no significant changes label Oct 5, 2020
@@ -58,7 +58,7 @@
*/
public class AbstractGitRepositoryTestCase {

private final Path jbossServerBaseDir = new File(System.getProperty("jboss.home", System.getenv("JBOSS_HOME"))).toPath().resolve("standalone");
private static final Path jbossServerBaseDir = new File(System.getProperty("jboss.home", System.getenv("JBOSS_HOME"))).toPath().resolve("standalone");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if that's a constant, we should rename it to JBOSS_SERVER_BASE_DIR

@AfterClass
public static void afterClass() throws IOException {
Security.removeProvider(CREDENTIAL_STORE_PROVIDER.getName());
FileUtils.delete(CS_PUBKEY.toFile(), FileUtils.RECURSIVE | FileUtils.RETRY);
PathUtil.deleteRecursively(backupRoot);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we also restore the configuration in the @AfterClass to avoid keeping the config from the last test for the rest of the test suite?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The configuration is automatically restored after each individual test on line 260 at the end of the tearDown method.

The @BeforeClass and @afterclass methods are focused on taking a backup once at the start of the test run and deleting that backup at the end of the test run with the @after method handling the individual clean up after every test.

…e errors can be triggered so early in the boot process they are sent to the error output stream meaning the information can not be retrieved from a server log.
@darranl
Copy link
Contributor Author

darranl commented Oct 20, 2020

I think we need to think about how far we want to go with these kinds of review, the majority of this change is related to some opportunities I have seen to improve the logging situation of something that is difficult to debug which could also be a problem if we need to debug this remotely.

The issue here is it is not an are of code I am not likely to directly support myself. Two weeks after submitting my PR to clean something up where I have seen some opportunities to improve logging I suddenly receive a lot of comments which are largely cosmetic.

Just as I did whilst working on the changes the module definition for the classes with the changed visibility could have been opened to see we already declare all these classes as private API:

<module xmlns="urn:jboss:module:1.8" name="org.jboss.as.server">
    <properties>
        <property name="jboss.api" value="private"/>
        <property name="jboss.require-java-version" value="1.8"/>
    </properties>

Regarding the name of an existing variable in the test suite that should have been static all along, sure it is correct it should be in upper case but it is also a private test variable.

The discussion about test clean up is worthwhile but it is quick to confirm that the clean up already happens after each test.

One point not picked up was the Temp commit that had crept in so I am quickly addressing that now.

But overall with PRs such as this I think we really need to ask if the code changes have improved the codebase or introduced a problem, ideally all engineers should be able to quickly submit PRs to clean things up especially around missing logging - but if these come back to you two weeks later so you have to context switch back to them it risks the individual engineer asking the question "Is it worth MY time to clean this up?".

Note: This is not the first PR like this, this is just the most recent one where I have stopped my planned work to come back to.

@wildfly-ci
Copy link

Core - Full Integration Build 10113 outcome was FAILURE using a merge of e9acb69
Summary: Tests failed: 13 (13 new), passed: 7060, ignored: 109 Build time: 02:37:14

Failed tests

org.jboss.as.test.manualmode.messaging.ha.ReplicatedNettyFailoverTestCase.testBackupFailoverAfterFailback: javax.naming.NameNotFoundException: jms/RemoteConnectionFactory -- service jboss.naming.context.java.jboss.exported.jms.RemoteConnectionFactory
	at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:106)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:193)
	at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:189)
	at org.wildfly.naming.client.remote.RemoteServerTransport.handleLookup(RemoteServerTransport.java:203)
	at org.wildfly.naming.client.remote.RemoteServerTransport$1.handleMessage(RemoteServerTransport.java:123)
	at org.jboss.remoting3.remote.RemoteConnectionChannel.lambda$handleMessageData$3(RemoteConnectionChannel.java:430)
	at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:991)
	at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
	at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
	at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1280)
	at java.lang.Thread.run(Thread.java:748)
------- Stdout: -------
 [0m12:58:47,516 INFO  [org.jboss.modules] (main) JBoss Modules version 1.10.2.Final
 [0m [0m12:58:47,750 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.12.Final
 [0m [0m12:58:47,759 INFO  [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
 [0m [0m12:58:47,857 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 22.0.0.Beta1-SNAPSHOT (WildFly Core 14.0.0.Beta2-SNAPSHOT) starting
 [0m [0m12:58:48,745 INFO  [org.wildfly.security] (ServerService Thread Pool -- 29) ELY00001: WildFly Elytron version 1.13.1.Final
 [0m [0m12:58:49,579 INFO  [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
 [0m [0m12:58:49,639 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 13) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
 [0m [0m12:58:49,764 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:58:49,779 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.8.2.Final
 [0m [0m12:58:49,784 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.8.2.Final
 [0m [0m12:58:49,823 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 58) WFLYIIOP0001: Activating IIOP Subsystem
 [0m [0m12:58:49,835 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 64) WFLYCLJG0001: Activating JGroups subsystem. JGroups version 4.2.5
 [0m [33m12:58:49,843 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 86) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
 [0m [0m12:58:49,847 INFO  [org.wildfly.extension.microprofile.jwt.smallrye._private] (ServerService Thread Pool -- 73) WFLYJWT0001: Activating WildFly MicroProfile JWT Subsystem
 [0m [0m12:58:49,858 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 50) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
 [0m [0m12:58:49,871 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 83) WFLYSEC0002: Activating Security Subsystem
 [0m [0m12:58:49,874 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 71) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
 [0m [0m12:58:49,867 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 75) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
 [0m [0m12:58:49,869 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 77) WFLYNAM0001: Activating Naming Subsystem
 [0m [0m12:58:49,878 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [0m12:58:49,883 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.19.Final
 [0m [0m12:58:49,885 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 88) WFLYWS0002: Activating WebServices Extension
 [0m [0m12:58:49,903 INFO  [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=5.0.3.Final-redhat-00007
 [0m [0m12:58:49,912 INFO  [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 74) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
 [0m [0m12:58:49,915 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar @VERSION@)
 [0m [0m12:58:49,919 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 60) WFLYIO001: Worker 'default' has auto-configured to 8 IO threads with 64 max task threads based on your 4 available processors
 [0m [0m12:58:49,939 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 61) WFLYRS0016: RESTEasy version 3.13.2.Final
 [0m [0m12:58:49,942 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 67) WFLYJSF0007: Activated the following JSF Implementations: [main]
 [0m [0m12:58:49,951 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
 [0m [0m12:58:49,953 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 2.2.2.Final starting
 [0m [0m12:58:50,004 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 72) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
 [0m [0m12:58:50,062 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
 [0m [0m12:58:50,084 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
 [0m [0m12:58:50,215 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 87) WFLYUT0014: Creating file handler for path '/store/work/tc-work/37b47ae8b9c60325/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
 [0m [0m12:58:50,221 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testJsfWorks: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".CdiValidatorFactoryService",
            "jboss.deployment.unit.\"test.war\".WeldStartService",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".CdiValidatorFactoryService",
            "jboss.deployment.unit.\"test.war\".WeldStartService",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".WeldInstantiator",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testUnmanagedArchiveDeployment: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:400)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedArchiveDeployment(MixedDomainDeploymentTest.java:202)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",
            "rolled-back" => true


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testDeploymentViaStream: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:404)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testDeploymentViaStream(MixedDomainDeploymentTest.java:190)
------- Stdout: -------
[Host Controller]  [0m [0m13:41:41,158 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/37b47ae8b9c60325/full/testsuite/mixed-domain/target/domains/MixedDomain700TestSuite/master/data/content/4d/5dbf47d483dbf01b1ea3906c626040a3d90b5c/content [0m
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testRedeploy: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:404)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testDeploymentViaStream(MixedDomainDeploymentTest.java:190)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testRedeploy(MixedDomainDeploymentTest.java:306)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testUnmanagedExplodedRedeploy: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:400)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedExplodedDeployment(MixedDomainDeploymentTest.java:214)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedExplodedRedeploy(MixedDomainDeploymentTest.java:322)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testUndeploy: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:404)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testDeploymentViaStream(MixedDomainDeploymentTest.java:190)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUndeploy(MixedDomainDeploymentTest.java:282)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testUnmanagedExplodedUndeploy: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:400)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedExplodedDeployment(MixedDomainDeploymentTest.java:214)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedExplodedUndeploy(MixedDomainDeploymentTest.java:298)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testReplace: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:404)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testDeploymentViaStream(MixedDomainDeploymentTest.java:190)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testReplace(MixedDomainDeploymentTest.java:330)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testDeploymentViaUrl: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:400)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testDeploymentViaUrl(MixedDomainDeploymentTest.java:177)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",
            "rolled-back" => true


org.jboss.as.test.integration.domain.mixed.eap700.MixedDomain700TestSuite: org.jboss.as.test.integration.domain.mixed.eap700.MixedDomainDeployment700TestCase.testUnmanagedExplodedDeployment: java.lang.AssertionError: {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
java.lang.AssertionError: 
{"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"other-server-group" => {"host" => {"slave" => {"server-one" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.naming.context.java.module.test.test.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.deployment.unit.\"test.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.faces.webapp.FacetTag\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
            "jboss.deployment.unit.\"test.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
            "jboss.deployment.unit.\"test.war\".deploymentCompleteService",
            "jboss.deployment.unit.\"test.war\".jndiDependencyService",
            "jboss.undertow.deployment.default-server.default-host./test",
            "jboss.undertow.deployment.default-server.default-host./test.UndertowDeploymentInfoService"
        ],
        "Services that may be the cause:" => [
            "jboss.clustering.singleton.server.default",
            "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"
        ]
    }
}}}}}}}}}
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:266)
	at org.jboss.as.test.integration.domain.management.util.DomainTestSupport.validateResponse(DomainTestSupport.java:258)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.executeOnMaster(MixedDomainDeploymentTest.java:400)
	at org.jboss.as.test.integration.domain.mixed.MixedDomainDeploymentTest.testUnmanagedExplodedDeployment(MixedDomainDeploymentTest.java:214)
------- Stdout: -------
Failed response:
{
    "outcome" => "failed",
    "result" => {
        "step-1" => {
            "outcome" => "failed",
            "rolled-back" => true



##### there are 3 more failed tests, see build details

@kabir
Copy link
Contributor

kabir commented Nov 10, 2020

Retest this please

@kabir kabir merged commit b18a32d into wildfly:master Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes
Projects
None yet
4 participants