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-1513] Register metrics depends on the server type #1539

Closed

Conversation

jmesnil
Copy link
Member

@jmesnil jmesnil commented May 3, 2016

[WFCORE-1513] Register metrics depends on the server type

  • register metrics in the ConcreteResourceRegistration only when they are
    meaningful (for the given ProcessType/RunningMode).
  • add the AttibuteAccess.Flag.FORCE_REGISTRATION to override this
    behaviour and always force the registration of the metric. This is
    meant for metrics that are always relevant (eg MBean metrics that
    are computed by the JVM)
  • add this flag to MBean metrics, service-config's status and
    socket-binding metrics
  • add the ManagementResourceRegistration.Factory#forEnvironment API to
    create a ManagementResourceRegistration aware of the process type and
    running mode.
  • replace deprecated ManagementResourceRegistration.Factory calls
    (without process type/running mode) by the new ones in the tests

JIRA: https://issues.jboss.org/browse/WFCORE-1513

* register metrics in the ConcreteResourceRegistration only when they are
  meaningful (for the given ProcessType/RunningMode).
* add the AttibuteAccess.Flag.FORCE_REGISTRATION to override this
  behaviour and always force the registration of the metric. This is
  meant for metrics that are *always* relevant (eg MBean metrics that
  are computed by the JVM)
* add this flag to MBean metrics, service-config's status and
  socket-binding metrics
* add the ManagementResourceRegistration.Factory#forEnvironment  API to
  create a ManagementResourceRegistration aware of the process type and
  running mode.

JIRA: https://issues.jboss.org/browse/WFCORE-1513
* replace deprecated ManagementResourceRegistration.Factory calls
  (without process type/running mode) by the new ones in the tests

JIRA: https://issues.jboss.org/browse/WFCORE-1513
@jmesnil
Copy link
Member Author

jmesnil commented May 3, 2016

I've preserved the old MRR.Factory API that creates MRR which always register the metrics.
Maybe with core 3.0, we could remove them as there are not called anymore and ensures the same behaviour from the MMR.

@wildfly-ci
Copy link

Core - Full Integration Build 2786 outcome was FAILURE using a merge of 975d84c
Summary: Tests failed: 9 (9 new), passed: 3321, ignored: 195 Build time: 00:54:16

Failed tests

org.jboss.as.test.manualmode.model.ReadFullModelTestCase.test: java.lang.AssertionError: undefined
    at org.jboss.as.model.test.ModelTestUtils.checkOutcome(ModelTestUtils.java:121)
    at org.jboss.as.model.test.ModelTestUtils.checkResultAndGetContents(ModelTestUtils.java:106)
    at org.jboss.as.test.manualmode.model.ReadFullModelTestCase.test(ReadFullModelTestCase.java:81)
------- Stdout: -------
03:52:21,923 WARNING [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Bundles path is deprecated and no longer used.
03:52:21,926 INFO  [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [/usr/java/latest/bin/java, -D[Standalone], -Dorg.jboss.ejb.client.wildfly-testsuite-hack=true, -Xmx512m, -XX:MetaspaceSize=128m, -Djboss.dist=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/../../../dist/target/wildfly-10.1.0.Final-SNAPSHOT, -Djava.net.preferIPv4Stack=false, -Djava.net.preferIPv6Addresses=true, -server, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=::1, -Dmcast=ff13::1, -Dmcast.ttl=0, -Djbossas.ts.submodule.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode, -Djbossas.ts.integ.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/.., -Djbossas.ts.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/../.., -Djbossas.project.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/../../.., -Djboss.inst=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1, -Djboss.node.name=default-jbossas-messaging-ha-server1, -ea, -Djboss.home.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1, -Dorg.jboss.boot.log.file=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone/log/server.log, -Dlogging.configuration=file:/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone/configuration/logging.properties, -jar, /opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/jboss-modules.jar, -mp, /opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/modules:/opt/buildAgent/work/38e1ea00f932992d/full/dist/target/wildfly-10.1.0.Final-SNAPSHOT/modules:/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/modules, org.jboss.as.standalone, -Djboss.home.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1, -Djboss.server.base.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone, -Djboss.server.log.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone/log, -Djboss.server.config.dir=/opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone/configuration, -Dts.wildfly.version=10.1.0.Final-SNAPSHOT, -c=standalone-full-ha.xml]
03:52:22,013 INFO  [org.xnio] (main) XNIO version 3.3.6.Final
03:52:22,035 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.3.6.Final
03:52:22,114 INFO  [org.jboss.remoting] (main) JBoss Remoting version 4.0.18.Final
 [0m03:52:22,395 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:22,580 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
 [0m [0m03:52:22,668 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:24,216 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m03:52:24,230 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.3.6.Final
 [0m [0m03:52:24,237 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.3.6.Final
 [0m [0m03:52:24,268 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 4.0.18.Final
 [0m [0m03:52:24,289 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 49) WFLYCLJG0001: Activating JGroups subsystem.
 [0m [0m03:52:24,297 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 44) WFLYCLINF0001: Activating Infinispan subsystem.
 [0m [0m03:52:24,297 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 52) WFLYJSF0007: Activated the following JSF Implementations: [main]
 [0m [0m03:52:24,306 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 64) WFLYSEC0002: Activating Security Subsystem
 [0m [0m03:52:24,322 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 68) WFLYWS0002: Activating WebServices Extension
 [0m [0m03:52:24,334 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0003: Undertow 1.3.21.Final starting
 [0m [0m03:52:24,340 INFO  [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.3.Final)
 [0m [0m03:52:24,341 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.3.21.Final starting
 [0m [0m03:52:24,341 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 43) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
 [0m [0m03:52:24,347 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 39) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
 [0m [0m03:52:24,351 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 57) WFLYNAM0001: Activating Naming Subsystem
 [0m [33m03:52:24,362 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 66) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
 [0m [0m03:52:24,406 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 45) WFLYIIOP0001: Activating IIOP Subsystem
 [0m [0m03:52:24,485 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.6.Final
 [0m [0m03:52:24,508 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) WFLYJCA0018: Started Driver service with driver-name = h2
 [0m [0m03:52:24,535 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
 [0m [0m03:52:24,558 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
 [0m [0m03:52:24,630 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) 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.
 [0m [0m03:52:24,630 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
 [0m [0m03:52:24,735 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.
 [0m [0m03:52:24,736 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting
 [0m [0m03:52:24,740 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0014: Creating file handler for path '/opt/buildAgent/work/38e1ea00f932992d/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 [0m03:52:24,826 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
 [0m [0m03:52:24,827 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8009
 [0m [0m03:52:24,831 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 70) MODCLUSTER000001: Initializing mod_cluster version 1.3.2.Final
 [0m [0m03:52:24,855 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 70) MODCLUSTER000032: Listening to proxy advertisements on /ff13:0:0:0:0:0:0:1:23364
 [0m [0m03:52:25,021 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
 [0m [0m03:52:25,165 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-4) WFLYIIOP0009: CORBA ORB Service started
 [0m [0m03:52:25,199 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/buildAgent/work/38e1ea00f932992d/full/testsuite/integration/manualmode/target/jbossas-messaging-ha-server1/standalone/deployments
 [0m [0m03:52:25,507 INFO  [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBossWS 5.1.3.SP1 (Apache CXF 3.1.4) 
 [0m [33m03:52:25,554 WARN  [org.jgroups.protocols.UDP] (MSC service thread 1-1) JGRP000015: the send buffer of socket ManagedMulticastSocketBinding was set to 1MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
 [0m [33m03:52:25,554 WARN  [org.jgroups.protocols.UDP] (MSC service thread 1-1) JGRP000015: the receive buffer of socket ManagedMulticastSocketBinding was set to 20MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
 [0m [33m03:52:25,554 WARN  [org.jgroups.protocols.UDP] (MSC service thread 1-1) JGRP000015: the send buffer of socket ManagedMulticastSocketBinding was set to 1MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
 [0m [33m03:52:25,554 WARN  [org.jgroups.protocols.UDP] (MSC service thread 1-1) JGRP000015: the receive buffer of socket ManagedMulticastSocketBinding was set to 25MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullHAXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullHAXml(ParseAndMarshalModelsTestCase.java:69)
------- Stdout: -------
 [0m03:52:41,849 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:41,851 INFO  [org.jboss.as] (MSC service thread 9-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:42,187 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 338ms - Started 35 of 57 services (28 services are lazy, passive or on-demand)
 [0m03:52:42,239 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:52:42,240 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:52:42,353 INFO  [org.jboss.as] (MSC service thread 9-2) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 6ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneJtsXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneJtsXml(ParseAndMarshalModelsTestCase.java:89)
------- Stdout: -------
 [0m03:52:47,099 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:47,102 INFO  [org.jboss.as] (MSC service thread 13-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:47,181 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 81ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
 [0m03:52:47,182 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:52:47,183 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:52:47,248 INFO  [org.jboss.as] (MSC service thread 13-3) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 5ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXtsXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXtsXml(ParseAndMarshalModelsTestCase.java:84)
------- Stdout: -------
 [0m03:52:55,937 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:55,941 INFO  [org.jboss.as] (MSC service thread 26-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:56,020 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 83ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
 [0m03:52:56,071 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:52:56,072 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:52:56,139 INFO  [org.jboss.as] (MSC service thread 26-8) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 1ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullXml(ParseAndMarshalModelsTestCase.java:64)
------- Stdout: -------
 [0m03:52:56,147 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:56,149 INFO  [org.jboss.as] (MSC service thread 27-8) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:56,218 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 71ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
 [0m03:52:56,269 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:52:56,270 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:52:56,360 INFO  [org.jboss.as] (MSC service thread 27-7) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXml(ParseAndMarshalModelsTestCase.java:54)
------- Stdout: -------
 [0m03:52:56,373 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:52:56,376 INFO  [org.jboss.as] (MSC service thread 28-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:52:56,479 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 106ms - Started 35 of 47 services (18 services are lazy, passive or on-demand)
 [0m03:52:56,530 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:52:56,532 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:52:56,632 INFO  [org.jboss.as] (MSC service thread 28-3) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 1ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneHAXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneHAXml(ParseAndMarshalModelsTestCase.java:59)
------- Stdout: -------
 [0m03:53:27,791 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:53:27,793 INFO  [org.jboss.as] (MSC service thread 57-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:53:27,856 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 64ms - Started 35 of 54 services (25 services are lazy, passive or on-demand)
 [0m03:53:27,907 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:53:27,908 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:53:27,972 INFO  [org.jboss.as] (MSC service thread 57-7) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 1ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneGenericJMSXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneGenericJMSXml(ParseAndMarshalModelsTestCase.java:94)
------- Stdout: -------
 [0m03:53:27,979 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:53:27,981 INFO  [org.jboss.as] (MSC service thread 58-8) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:53:28,039 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 60ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
 [0m03:53:28,091 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:53:28,092 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:53:28,200 INFO  [org.jboss.as] (MSC service thread 58-6) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms
 [0m


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandalonePicketLinkXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandalonePicketLinkXml(ParseAndMarshalModelsTestCase.java:79)
------- Stdout: -------
 [0m03:53:40,086 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
 [0m [0m03:53:40,090 INFO  [org.jboss.as] (MSC service thread 73-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
 [0m [0m03:53:40,246 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 159ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
 [0m03:53:40,297 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
03:53:40,298 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
 [0m03:53:40,387 INFO  [org.jboss.as] (MSC service thread 73-1) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 1ms
 [0m


@wildfly-ci
Copy link

Full integration - Windows Build 1222 outcome was FAILURE using a merge of 975d84c
Summary: Tests failed: 9 (9 new), passed: 3321, ignored: 195 Build time: 01:09:39

Failed tests

org.jboss.as.test.manualmode.model.ReadFullModelTestCase.test: java.lang.AssertionError: undefined
    at org.jboss.as.model.test.ModelTestUtils.checkOutcome(ModelTestUtils.java:121)
    at org.jboss.as.model.test.ModelTestUtils.checkResultAndGetContents(ModelTestUtils.java:106)
    at org.jboss.as.test.manualmode.model.ReadFullModelTestCase.test(ReadFullModelTestCase.java:81)
------- Stdout: -------
12:01:11,213 WARNING [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Bundles path is deprecated and no longer used.
12:01:11,217 INFO  [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [C:\opt\java\jdk1.8.0_92\bin\java, -D[Standalone], -Dorg.jboss.ejb.client.wildfly-testsuite-hack=true, -Xmx512m, -XX:MetaspaceSize=128m, -Djboss.dist=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode/../../../dist/target/wildfly-10.1.0.Final-SNAPSHOT, -Djava.net.preferIPv4Stack=false, -Djava.net.preferIPv6Addresses=true, -server, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=::1, -Dmcast=ff13::1, -Dmcast.ttl=0, -Djbossas.ts.submodule.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode, -Djbossas.ts.integ.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode/.., -Djbossas.ts.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode/../.., -Djbossas.project.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode/../../.., -Djboss.inst=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode/target/jbossas-messaging-ha-server1, -Djboss.node.name=default-jbossas-messaging-ha-server1, -ea, -Djboss.home.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1, -Dorg.jboss.boot.log.file=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\log\server.log, -Dlogging.configuration=file:C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\configuration\logging.properties, -jar, C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\jboss-modules.jar, -mp, C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\modules;C:\BuildAgent\work\38e1ea00f932992d\full\dist\target\wildfly-10.1.0.Final-SNAPSHOT\modules;C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\modules, org.jboss.as.standalone, -Djboss.home.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1, -Djboss.server.base.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone, -Djboss.server.log.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\log, -Djboss.server.config.dir=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\configuration, -Dts.wildfly.version=10.1.0.Final-SNAPSHOT, -c=standalone-full-ha.xml]
12:01:11,266 INFO  [org.xnio] (main) XNIO version 3.3.6.Final
12:01:11,291 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.3.6.Final
12:01:11,424 INFO  [org.jboss.remoting] (main) JBoss Remoting version 4.0.18.Final
12:01:11,665 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:01:11,928 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
12:01:12,005 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:01:13,693 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
12:01:13,707 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.3.6.Final
12:01:13,715 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.3.6.Final
12:01:13,768 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 43) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
12:01:13,788 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.18.Final
12:01:13,791 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 44) WFLYCLINF0001: Activating Infinispan subsystem.
12:01:13,800 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 64) WFLYSEC0002: Activating Security Subsystem
12:01:13,811 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 66) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
12:01:13,813 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.6.Final
12:01:13,818 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 68) WFLYWS0002: Activating WebServices Extension
12:01:13,819 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 57) WFLYNAM0001: Activating Naming Subsystem
12:01:13,827 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 49) WFLYCLJG0001: Activating JGroups subsystem.
12:01:13,839 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 39) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
12:01:13,850 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 45) WFLYIIOP0001: Activating IIOP Subsystem
12:01:13,867 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 52) WFLYJSF0007: Activated the following JSF Implementations: [main]
12:01:13,873 INFO  [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.3.Final)
12:01:13,876 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.3.21.Final starting
12:01:13,875 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0003: Undertow 1.3.21.Final starting
12:01:13,897 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
12:01:13,898 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
12:01:13,904 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
12:01:14,106 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.
12:01:14,106 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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.
12:01:14,390 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0014: Creating file handler for path 'C:\BuildAgent\work\38e1ea00f932992d\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: '[]']
12:01:14,577 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0012: Started server default-server.
12:01:14,578 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
12:01:14,659 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on [::1]:8080
12:01:14,661 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow AJP listener ajp listening on [::1]:8009
12:01:14,676 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 70) MODCLUSTER000001: Initializing mod_cluster version 1.3.2.Final
12:01:14,765 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-5) WFLYIIOP0009: CORBA ORB Service started
12:01:14,898 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 70) MODCLUSTER000032: Listening to proxy advertisements on /ff13:0:0:0:0:0:0:1:23364
12:01:14,904 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
12:01:15,017 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-7) WFLYDS0013: Started FileSystemDeploymentService for directory C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\deployments
12:01:15,245 INFO  [org.jboss.ws.common.management] (MSC service thread 1-6) JBWS022052: Starting JBossWS 5.1.3.SP1 (Apache CXF 3.1.4) 
12:01:18,312 INFO  [org.wildfly.extension.messaging-activemq] (MSC service thread 1-5) WFLYMSGAMQ0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.
12:01:18,488 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 71) AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=true,journalDirectory=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\data\activemq\journal,bindingsDirectory=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\data\activemq\bindings,largeMessagesDirectory=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\data\activemq\largemessages,pagingDirectory=C:\BuildAgent\work\38e1ea00f932992d\full\testsuite\integration\manualmode\target\jbossas-messaging-ha-server1\standalone\data\activemq\paging)
12:01:18,518 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 71) AMQ221013: Using NIO Journal
12:01:18,667 INFO  [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 71) AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullHAXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullHAXml(ParseAndMarshalModelsTestCase.java:69)
------- Stdout: -------
12:01:37,636 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:01:37,640 INFO  [org.jboss.as] (MSC service thread 9-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:01:38,069 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 432ms - Started 35 of 57 services (28 services are lazy, passive or on-demand)
12:01:38,120 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:01:38,121 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:01:38,252 INFO  [org.jboss.as] (MSC service thread 9-6) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneJtsXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneJtsXml(ParseAndMarshalModelsTestCase.java:89)
------- Stdout: -------
12:01:48,833 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:01:48,839 INFO  [org.jboss.as] (MSC service thread 13-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:01:49,051 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 218ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
12:01:49,103 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:01:49,104 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:01:49,377 INFO  [org.jboss.as] (MSC service thread 13-5) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 9ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXtsXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXtsXml(ParseAndMarshalModelsTestCase.java:84)
------- Stdout: -------
12:02:07,991 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:02:07,998 INFO  [org.jboss.as] (MSC service thread 26-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:02:08,193 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 202ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
12:02:08,244 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:02:08,245 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:02:08,373 INFO  [org.jboss.as] (MSC service thread 26-7) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneFullXml(ParseAndMarshalModelsTestCase.java:64)
------- Stdout: -------
12:02:08,391 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:02:08,395 INFO  [org.jboss.as] (MSC service thread 27-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:02:08,530 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 138ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
12:02:08,580 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:02:08,581 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:02:08,707 INFO  [org.jboss.as] (MSC service thread 27-5) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneXml(ParseAndMarshalModelsTestCase.java:54)
------- Stdout: -------
12:02:08,720 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:02:08,724 INFO  [org.jboss.as] (MSC service thread 28-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:02:08,846 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 126ms - Started 35 of 47 services (18 services are lazy, passive or on-demand)
12:02:08,897 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:02:08,898 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:02:09,023 INFO  [org.jboss.as] (MSC service thread 28-5) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneHAXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneHAXml(ParseAndMarshalModelsTestCase.java:59)
------- Stdout: -------
12:03:21,699 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:03:21,706 INFO  [org.jboss.as] (MSC service thread 57-8) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:03:21,858 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 159ms - Started 35 of 54 services (25 services are lazy, passive or on-demand)
12:03:21,909 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:03:21,910 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:03:22,051 INFO  [org.jboss.as] (MSC service thread 57-3) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 2ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneGenericJMSXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandaloneGenericJMSXml(ParseAndMarshalModelsTestCase.java:94)
------- Stdout: -------
12:03:22,065 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:03:22,068 INFO  [org.jboss.as] (MSC service thread 58-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:03:22,209 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 144ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
12:03:22,260 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:03:22,261 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:03:22,394 INFO  [org.jboss.as] (MSC service thread 58-8) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 1ms


org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandalonePicketLinkXml: java.lang.AssertionError: Failed to execute line '/:read-resource(recursive=true)': org.jboss.as.cli.CommandLineException: {
    "outcome" => "failed",
    "rolled-back" => true
}
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:165)
    at org.jboss.as.test.integration.management.util.CLIWrapper.sendLine(CLIWrapper.java:187)
    at org.jboss.as.test.shared.ModelParserUtils.readResourceTree(ModelParserUtils.java:208)
    at org.jboss.as.test.shared.ModelParserUtils.standaloneXmlTest(ModelParserUtils.java:73)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.standaloneXmlTest(ParseAndMarshalModelsTestCase.java:242)
    at org.jboss.as.test.manualmode.parse.ParseAndMarshalModelsTestCase.testStandalonePicketLinkXml(ParseAndMarshalModelsTestCase.java:79)
------- Stdout: -------
12:03:45,895 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
12:03:45,900 INFO  [org.jboss.as] (MSC service thread 73-7) WFLYSRV0049: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) starting
12:03:46,141 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) started in 246ms - Started 35 of 50 services (21 services are lazy, passive or on-demand)
12:03:46,192 INFO  [org.jboss.as.cli.CommandContext] (main) Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.
12:03:46,193 INFO  [org.jboss.as.cli.CommandContext] (main) {
    "outcome" => "success",
    "result" => "running"
}
12:03:46,563 INFO  [org.jboss.as] (MSC service thread 73-3) WFLYSRV0050: WildFly Full 10.1.0.Final-SNAPSHOT (WildFly Core 3.0.0.Alpha1-SNAPSHOT) stopped in 19ms


@jmesnil jmesnil closed this May 3, 2016
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