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-1157] listener API for process state changes #1981

Merged
merged 1 commit into from
Nov 29, 2016

Conversation

ehsavoie
Copy link
Contributor

  • add API to let user be notified of process state changes by adding a
    class to the resource process-state-listeners in the core-management subsystem.
  • add by default the core-management subsystems to the standalone and
    domain subsystem templates.
  • split the core-management module in 2 parts : client and subsystem.
  • one service per listener
  • add a specific JMX notifier that listens on RuntimeConfigurationState and RunningState changes : RunningStateJmx.
  • basic documentation.

JIRA: https://issues.jboss.org/browse/WFCORE-1157
EAP: https://issues.jboss.org/browse/JBEAP-7201


@Override
protected boolean requiresRuntime(OperationContext context) {
return super.requiresRuntime(context) || context.getRunningMode() == RunningMode.ADMIN_ONLY;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think will return true for:

  • For a normal server - ok
  • For an admin-only server -not ok
  • For a HC subsystem in normal mode - ok
  • For a HC subsystem in admin-only mode - ok
  • For a <profile>s subsystem in admin-only mode - NOT OK

It will return false for a <profile>s subsystem in normal mode, which is ok

Copy link
Contributor

Choose a reason for hiding this comment

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

Probably just return true

  • if processType.isServer()
  • Otherwise, check that the address begins with the 'host' and 'subsystem' keys


@Override
protected boolean requiresRuntime(OperationContext context) {
return super.requiresRuntime(context) || context.getRunningMode() == RunningMode.ADMIN_ONLY;
Copy link
Contributor

Choose a reason for hiding this comment

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

This will return true for a s subsystem in admin-only mode - NOT OK

* This should not throw an exception.
* @param properties the properties to initialize the listener.
*/
default void init(Map<String, String> properties) {}
Copy link
Contributor

Choose a reason for hiding this comment

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

One point Brian made was that

  1. Does ProcessStateListener.init provide adequate information to allow callers to decide what to do? (ProcessType, RunningMode, current RuntimeConfigurationState, current RunningState)
    Also, if ProcessType, RunningMode are provided via init there is no need to provide them with the event objects as they do not change.

Copy link
Contributor

Choose a reason for hiding this comment

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

If we do this, we should make sure that we wrap this in a class (ProcessStateListenerInitEvent or something like that) so that we can extend it with more information in future

@wildfly-ci
Copy link

Linux Build 4953 outcome was FAILURE using a merge of de07c29
Summary: Tests failed: 2 (1 new), passed: 3848, ignored: 74 Build time: 00:44:18

Failed tests

org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:119)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:129)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:108)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:85)
------- Stdout: -------
12:47:13,178 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
12:47:13,346 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
12:47:13,370 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
12:47:13,384 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
12:47:13,471 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m12:47:13,699 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:47:13,997 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:47:14,180 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:47:14,414 INFO  [org.jboss.as.domain.management] (MSC service thread 1-5) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:47:14,926 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:47:14,945 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.4.1.Final
 [0m [0m12:47:14,952 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:47:15,008 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.0.Beta7
 [0m [0m12:47:15,021 INFO  [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:47:15,052 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:47:15,055 INFO  [org.wildfly.security] (MSC service thread 1-8) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:47:15,088 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-6) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:47:15,170 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 12) WFLYSRV0212: Resuming server
 [0m [0m12:47:15,171 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:47:15,171 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:47:15,171 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1887ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:47:15,605 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/data/content/ea/b4e2daddf4e65151f56e75d01c3822275d5262/content
 [0m [0m12:47:15,623 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:47:15,661 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:47:15,661 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:47:15,661 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:47:15,667 INFO  [stdout] (MSC service thread 1-5) Properties found
 [0m [0m12:47:15,693 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:47:15,708 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0236: Suspending server with no timeout.
 [0m [0m12:47:15,722 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
 [0m [0m12:47:15,740 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 6ms
 [0m [0m12:47:15,758 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 24ms
 [0m12:47:16,085 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
 [0m12:47:16,482 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:47:16,767 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:47:16,893 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:47:17,078 INFO  [org.jboss.as.domain.management] (MSC service thread 1-6) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:47:17,525 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:47:17,543 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.1.Final
 [0m [0m12:47:17,549 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:47:17,615 INFO  [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:47:17,624 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:47:17,635 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")


org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Incorrect line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:101)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:111)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:96)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:75)
------- Stdout: -------
 [0m12:21:06,245 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:21:06,451 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:21:06,556 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:21:06,707 INFO  [org.jboss.as.domain.management] (MSC service thread 1-3) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:21:07,083 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:21:07,097 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.1.Final
 [0m [0m12:21:07,102 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:21:07,135 INFO  [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:21:07,151 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:21:07,164 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.0.Beta7
 [0m [0m12:21:07,179 INFO  [org.wildfly.security] (MSC service thread 1-3) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:21:07,197 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:21:07,279 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
 [0m [0m12:21:07,280 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:21:07,280 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:21:07,280 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1322ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:21:08,029 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/data/content/7a/fd67b52f52876454164de6687cc2179732395f/content
 [0m [0m12:21:08,044 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:21:08,084 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:21:08,084 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:21:08,084 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:21:08,090 INFO  [stdout] (MSC service thread 1-8) Properties found
 [0m [0m12:21:08,115 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:21:08,133 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 9ms
 [0m [0m12:21:08,152 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 28ms
 [0m [0m12:21:08,153 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:21:08,184 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:21:08,203 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:21:08,204 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:21:08,205 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:21:08,207 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-6) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [33m12:21:08,212 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:21:08,212 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:21:08,212 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:21:08,215 INFO  [stdout] (MSC service thread 1-4) Properties found
 [0m [0m12:21:08,220 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:21:08,235 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:21:08,236 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:21:08,236 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 82ms - Started 76 of 79 services (22 services are lazy, passive or on-demand)
 [0m [0m12:21:08,237 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0212: Resuming server
 [0m [0m12:21:08,291 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 2ms
 [0m [0m12:21:08,298 INFO  [org.jboss.as] (MSC service thread 1-5) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 9ms
 [0m [0m12:21:08,299 INFO  [org.jboss.as] (MSC service thread 1-5) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:21:08,332 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:21:08,346 INFO  [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none


@wildfly-ci
Copy link

Linux Build 4955 outcome was FAILURE using a merge of de07c29
Summary: Tests failed: 2, passed: 3848, ignored: 74 Build time: 00:44:08

Failed tests

org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Incorrect line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:101)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:111)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:96)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:75)
------- Stdout: -------
 [0m12:33:51,040 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:33:51,247 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:33:51,354 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:51,506 INFO  [org.jboss.as.domain.management] (MSC service thread 1-5) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:33:51,874 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:51,889 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.4.1.Final
 [0m [0m12:33:51,894 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:33:51,933 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.0.Beta7
 [0m [0m12:33:51,952 INFO  [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [0m12:33:51,954 INFO  [org.wildfly.security] (MSC service thread 1-6) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:33:51,957 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-8) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [33m12:33:52,009 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:33:52,089 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
 [0m [0m12:33:52,090 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:33:52,090 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:33:52,090 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1322ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:33:52,810 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/data/content/d1/4c250fc7b86f4a6d3ece278955bfb0db84182f/content
 [0m [0m12:33:52,824 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:33:52,865 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:52,865 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:52,865 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:33:52,871 INFO  [stdout] (MSC service thread 1-5) Properties found
 [0m [0m12:33:52,896 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:33:52,926 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 8ms
 [0m [0m12:33:52,940 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 25ms
 [0m [0m12:33:52,941 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:52,980 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:52,985 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:33:52,986 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:33:52,987 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:33:52,992 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:52,992 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:52,992 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:33:52,994 INFO  [stdout] (MSC service thread 1-5) Properties found
 [0m [33m12:33:52,997 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-6) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:33:53,005 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:33:53,022 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:33:53,023 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:33:53,023 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 72ms - Started 76 of 79 services (22 services are lazy, passive or on-demand)
 [0m [0m12:33:53,026 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 2) WFLYSRV0212: Resuming server
 [0m [0m12:33:53,091 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 2ms
 [0m [0m12:33:53,104 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 16ms
 [0m [0m12:33:53,105 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:53,135 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:53,145 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")


org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:119)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:129)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:108)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:85)
------- Stdout: -------
12:59:51,546 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
12:59:51,659 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
12:59:51,674 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
12:59:51,688 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
12:59:51,765 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m12:59:51,993 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:59:52,244 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:59:52,362 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:59:52,529 INFO  [org.jboss.as.domain.management] (MSC service thread 1-2) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:59:52,966 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:59:52,981 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.4.1.Final
 [0m [0m12:59:52,989 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:59:53,042 INFO  [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [0m12:59:53,051 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.0.Beta7
 [0m [33m12:59:53,065 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:59:53,089 INFO  [org.wildfly.security] (MSC service thread 1-6) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:59:53,143 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:59:53,227 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:59:53,227 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:59:53,227 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1584ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:59:53,229 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
 [0m [0m12:59:53,614 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/data/content/cd/3fb4bef03d2111aa27ad3b7936fecbdf7527bb/content
 [0m [0m12:59:53,630 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:59:53,673 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:59:53,674 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:59:53,674 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:59:53,680 INFO  [stdout] (MSC service thread 1-1) Properties found
 [0m [0m12:59:53,706 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:59:53,729 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0236: Suspending server with no timeout.
 [0m [0m12:59:53,737 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
 [0m [0m12:59:53,762 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 12ms
 [0m [0m12:59:53,779 INFO  [org.jboss.as] (MSC service thread 1-6) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 28ms
 [0m12:59:54,103 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
 [0m12:59:54,489 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:59:54,715 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:59:54,838 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:59:55,004 INFO  [org.jboss.as.domain.management] (MSC service thread 1-5) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:59:55,405 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:59:55,420 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.1.Final
 [0m [0m12:59:55,427 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:59:55,477 INFO  [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [0m12:59:55,485 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.0.Beta7
 [0m [33m12:59:55,495 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost


@wildfly-ci
Copy link

Linux Build 4956 outcome was FAILURE using a merge of de07c29
Summary: Tests failed: 2, passed: 3848, ignored: 74 Build time: 00:44:13

Failed tests

org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Incorrect line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:101)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:111)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:96)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:75)
------- Stdout: -------
 [0m12:33:55,945 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:33:56,147 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:33:56,253 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:56,405 INFO  [org.jboss.as.domain.management] (MSC service thread 1-6) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:33:56,773 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:56,788 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.4.1.Final
 [0m [0m12:33:56,793 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:33:56,853 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.0.Beta7
 [0m [33m12:33:56,858 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:33:56,860 INFO  [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [0m12:33:56,881 INFO  [org.wildfly.security] (MSC service thread 1-8) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:33:56,929 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:33:57,007 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:33:57,008 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:33:57,008 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1340ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:33:57,008 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0212: Resuming server
 [0m [0m12:33:57,701 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/data/content/b0/ab74c924d3fedf47f07db758780231784a4741/content
 [0m [0m12:33:57,716 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:33:57,753 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:57,753 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:57,753 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:33:57,758 INFO  [stdout] (MSC service thread 1-3) Properties found
 [0m [0m12:33:57,781 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:33:57,800 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 6ms
 [0m [0m12:33:57,813 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 20ms
 [0m [0m12:33:57,813 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:57,850 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:57,860 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:33:57,861 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-2) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [33m12:33:57,862 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:33:57,862 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:33:57,868 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:57,868 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:33:57,868 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:33:57,871 INFO  [stdout] (MSC service thread 1-2) Properties found
 [0m [0m12:33:57,875 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:33:57,892 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:33:57,892 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:33:57,892 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 72ms - Started 76 of 79 services (22 services are lazy, passive or on-demand)
 [0m [0m12:33:57,893 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0212: Resuming server
 [0m [0m12:33:57,964 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 1ms
 [0m [0m12:33:57,985 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 22ms
 [0m [0m12:33:57,987 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:33:58,015 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:33:58,033 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none


org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Line jmx.attribute.change 3 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:116)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:129)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:108)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:85)
------- Stdout: -------
12:59:56,484 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
12:59:56,596 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
12:59:56,628 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
12:59:56,642 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
12:59:56,726 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m12:59:56,935 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:59:57,171 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:59:57,290 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:59:57,459 INFO  [org.jboss.as.domain.management] (MSC service thread 1-1) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:59:57,859 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:59:57,874 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.4.1.Final
 [0m [0m12:59:57,880 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:59:57,918 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 5.0.0.Beta7
 [0m [0m12:59:57,931 INFO  [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:59:57,939 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:59:57,953 INFO  [org.wildfly.security] (MSC service thread 1-7) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:59:57,985 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-5) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:59:58,068 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
 [0m [0m12:59:58,069 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:59:58,069 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:59:58,069 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1484ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:59:58,542 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/data/content/5a/d96c9b2f3243b04a65b319038be78cdc8b7d3a/content
 [0m [0m12:59:58,558 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:59:58,596 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:59:58,596 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:59:58,597 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:59:58,602 INFO  [stdout] (MSC service thread 1-4) Properties found
 [0m [0m12:59:58,629 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:59:58,641 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0236: Suspending server with no timeout.
 [0m [0m12:59:58,648 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
 [0m [0m12:59:58,674 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 11ms
 [0m [0m12:59:58,696 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 32ms
 [0m12:59:59,022 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
 [0m12:59:59,419 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:59:59,652 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:59:59,775 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:59:59,942 INFO  [org.jboss.as.domain.management] (MSC service thread 1-2) WFLYDM0136: Registered OpenSSL provider
 [0m [0m13:00:00,367 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m13:00:00,383 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.4.1.Final
 [0m [0m13:00:00,390 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m13:00:00,458 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m13:00:00,461 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m13:00:00,470 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.0.Beta7


@wildfly-ci
Copy link

Linux Build 4957 outcome was FAILURE using a merge of de07c29
Summary: Tests failed: 2, passed: 3848, ignored: 74 Build time: 00:45:12

Failed tests

org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Incorrect line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:101)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:111)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:96)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:75)
------- Stdout: -------
 [0m12:34:11,157 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m12:34:11,359 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m12:34:11,466 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:34:11,665 INFO  [org.jboss.as.domain.management] (MSC service thread 1-3) WFLYDM0136: Registered OpenSSL provider
 [0m [0m12:34:12,048 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:34:12,065 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.4.1.Final
 [0m [0m12:34:12,071 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m12:34:12,108 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.0.Beta7
 [0m [0m12:34:12,127 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:34:12,141 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:34:12,152 INFO  [org.wildfly.security] (MSC service thread 1-6) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m12:34:12,200 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-3) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m12:34:12,283 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:34:12,284 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:34:12,284 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
 [0m [0m12:34:12,284 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1403ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m12:34:12,983 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/data/content/66/171add8f281e30da092ebd0bd875bbe4aeaf92/content
 [0m [0m12:34:13,000 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:34:13,043 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:34:13,043 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:34:13,043 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:34:13,049 INFO  [stdout] (MSC service thread 1-7) Properties found
 [0m [0m12:34:13,075 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:34:13,101 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 11ms
 [0m [0m12:34:13,119 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 30ms
 [0m [0m12:34:13,123 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:34:13,178 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:34:13,191 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m12:34:13,193 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/standalone/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m12:34:13,193 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m12:34:13,193 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-1) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [33m12:34:13,199 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m12:34:13,199 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m12:34:13,199 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m12:34:13,202 INFO  [stdout] (MSC service thread 1-6) Properties found
 [0m [0m12:34:13,208 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m12:34:13,224 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m12:34:13,224 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m12:34:13,224 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 101ms - Started 76 of 79 services (22 services are lazy, passive or on-demand)
 [0m [0m12:34:13,229 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
 [0m [0m12:34:13,272 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 1ms
 [0m [0m12:34:13,280 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 10ms
 [0m [0m12:34:13,281 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m12:34:13,305 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m12:34:13,314 INFO  [org.jboss.as.patching] (MSC service thread 1-7) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none


org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Line jmx.attribute.change 12 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:119)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:129)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:108)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:85)
------- Stdout: -------
13:00:18,610 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
13:00:18,735 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
13:00:18,754 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
13:00:18,768 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
13:00:18,863 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m13:00:19,059 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m13:00:19,296 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m13:00:19,417 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m13:00:19,586 INFO  [org.jboss.as.domain.management] (MSC service thread 1-5) WFLYDM0136: Registered OpenSSL provider
 [0m [0m13:00:20,026 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m13:00:20,043 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.4.1.Final
 [0m [0m13:00:20,050 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m13:00:20,095 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta7
 [0m [0m13:00:20,111 INFO  [org.jboss.as.patching] (MSC service thread 1-3) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m13:00:20,121 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-5) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
 [0m [0m13:00:20,149 INFO  [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta13
 [0m [33m13:00:20,184 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
 [0m [0m13:00:20,279 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
 [0m [0m13:00:20,279 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
 [0m [0m13:00:20,279 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 1573ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
 [0m [0m13:00:20,281 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 3) WFLYSRV0212: Resuming server
 [0m [0m13:00:20,707 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/data/content/4b/40337346d6f59f52ed4392c030444be3348588/content
 [0m [0m13:00:20,724 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
 [0m [33m13:00:20,766 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
 [0m [33m13:00:20,766 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
 [0m [33m13:00:20,766 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
 [0m [0m13:00:20,772 INFO  [stdout] (MSC service thread 1-6) Properties found
 [0m [0m13:00:20,800 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
 [0m [0m13:00:20,816 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0236: Suspending server with no timeout.
 [0m [0m13:00:20,819 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
 [0m [0m13:00:20,837 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 11ms
 [0m [0m13:00:20,844 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 19ms
 [0m13:00:21,171 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: /usr/java/jdk1.8.0_74/jre/bin/java -D[Standalone] -javaagent:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:/store/repository/org/jboss/byteman/byteman/3.0.3/byteman-3.0.3.jar,sys:/store/work/tc-work/4c983eca15c0017f/testsuite/shared/target/wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=/store/repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode -ea -Dorg.jboss.boot.log.file=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log/server.log -Dlogging.configuration=file:/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/logging.properties -jar /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/jboss-modules.jar -mp /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/modules org.jboss.as.standalone -Djboss.home.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core -Djboss.server.base.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone -Djboss.server.log.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/log -Djboss.server.config.dir=/store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
 [0m13:00:21,562 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
 [0m [0m13:00:21,797 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
 [0m [0m13:00:21,918 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
 [0m [0m13:00:22,098 INFO  [org.jboss.as.domain.management] (MSC service thread 1-1) WFLYDM0136: Registered OpenSSL provider
 [0m [0m13:00:22,557 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
 [0m [0m13:00:22,577 INFO  [org.xnio] (MSC service thread 1-8) XNIO version 3.4.1.Final
 [0m [0m13:00:22,582 INFO  [org.xnio.nio] (MSC service thread 1-8) XNIO NIO Implementation Version 3.4.1.Final
 [0m [0m13:00:22,621 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.0.Beta7
 [0m [0m13:00:22,636 INFO  [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
 [0m [33m13:00:22,656 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore /store/work/tc-work/4c983eca15c0017f/testsuite/manualmode/target/wildfly-core/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost


@wildfly-ci
Copy link

Windows Build 4273 outcome was FAILURE using a merge of de07c29
Summary: Tests failed: 2 (1 new), passed: 3848, ignored: 74 Build time: 01:02:52

Failed tests

org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Incorrect line jmx.attribute.change 22 jboss.root:type=state The attribute 'RunningState' has changed from 'suspended' to 'normal'
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:104)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:111)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:96)
	at org.jboss.as.test.integration.jmx.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:75)
------- Stdout: -------
ollerClientOperationHandler.java:157)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:464)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:225)
	at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:185)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at sun.security.ssl.InputRecord.read(InputRecord.java:505)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
	... 39 more

20:08:26,209 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\4c983eca15c0017f\testsuite\standalone\target\wildfly-core\standalone\data\content\fc\a203e8c2fd1c55bf82968bfdc7f73084d843c8\content
20:08:26,225 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
20:08:26,280 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
20:08:26,280 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
20:08:26,280 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-7) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:08:26,288 INFO  [stdout] (MSC service thread 1-7) Properties found

20:08:26,300 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
20:08:26,349 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 37ms
20:08:26,358 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 48ms
20:08:26,358 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
20:08:26,401 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
20:08:26,433 INFO  [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
20:08:26,435 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\standalone\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
20:08:26,436 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
20:08:26,444 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
20:08:26,445 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
20:08:26,445 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:08:26,450 INFO  [stdout] (MSC service thread 1-2) Properties found

20:08:26,451 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
20:08:26,457 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
20:08:26,475 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
20:08:26,475 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
20:08:26,475 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
20:08:26,475 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 116ms - Started 76 of 79 services (22 services are lazy, passive or on-demand)
20:08:26,934 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 12ms
20:08:26,938 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 17ms
20:08:26,939 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting


org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications: java.lang.AssertionError: Line jmx.attribute.change 3 jboss.root:type=state The attribute 'RunningState' has changed from 'starting' to 'normal'
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.lambda$checkFacadeJmxNotifications$1(JmxControlledStateNotificationsTestCase.java:116)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.readAndCheckFile(JmxControlledStateNotificationsTestCase.java:129)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkFacadeJmxNotifications(JmxControlledStateNotificationsTestCase.java:108)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.checkNotifications(JmxControlledStateNotificationsTestCase.java:85)
------- Stdout: -------
20:40:25,893 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
20:40:26,136 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
20:40:26,173 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
20:40:26,204 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
20:40:26,343 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
20:40:26,636 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
20:40:26,990 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
20:40:27,160 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
20:40:27,396 INFO  [org.jboss.as.domain.management] (MSC service thread 1-1) WFLYDM0136: Registered OpenSSL provider
20:40:27,985 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
20:40:28,007 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.1.Final
20:40:28,014 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.1.Final
20:40:28,075 INFO  [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.0.Beta7
20:40:28,091 INFO  [org.wildfly.security] (MSC service thread 1-4) ELY00001: WildFly Elytron version 1.1.0.Beta13
20:40:28,124 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
20:40:28,235 INFO  [org.jboss.as.patching] (MSC service thread 1-8) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
20:40:28,245 WARN  [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-7) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
20:40:28,390 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
20:40:28,393 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
20:40:28,393 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[::1]:9990
20:40:28,394 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 2261ms - Started 58 of 61 services (20 services are lazy, passive or on-demand)
20:40:28,934 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\data\content\9a\cdd7217e68d1143da84435894a78a5cc65b56a\content
20:40:28,952 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "test-jmx-notifications-deployment.jar" (runtime-name: "test-jmx-notifications-deployment.jar")
20:40:29,001 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
20:40:29,001 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
20:40:29,002 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.test-jmx-notifications-deployment.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
20:40:29,009 INFO  [stdout] (MSC service thread 1-5) Properties found

20:40:29,049 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "test-jmx-notifications-deployment.jar" (runtime-name : "test-jmx-notifications-deployment.jar")
20:40:29,063 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0236: Suspending server with no timeout.
20:40:29,073 INFO  [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
20:40:29,098 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment test-jmx-notifications-deployment.jar (runtime-name: test-jmx-notifications-deployment.jar) in 13ms
20:40:29,125 INFO  [org.jboss.as] (MSC service thread 1-3) WFLYSRV0050: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" stopped in 36ms
20:40:29,509 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
20:40:30,130 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
20:40:30,456 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
20:40:30,601 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
20:40:30,838 INFO  [org.jboss.as.domain.management] (MSC service thread 1-6) WFLYDM0136: Registered OpenSSL provider
20:40:31,556 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
20:40:31,576 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.4.1.Final
20:40:31,590 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.1.Final
20:40:31,659 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.0.Beta7
20:40:31,679 INFO  [org.wildfly.security] (MSC service thread 1-8) ELY00001: WildFly Elytron version 1.1.0.Beta13


@wildfly-ci
Copy link

Windows Build 4284 outcome was FAILURE using a merge of 4fde352
Summary: Tests failed: 4 (4 new), passed: 3847, ignored: 74 Build time: 01:04:24

Failed tests

org.wildfly.core.test.standalone.mgmt.RemoveManagementInterfaceTestCase.testRemoveManagementInterface: org.jboss.as.cli.CommandLineException: The controller is not available at [::1]:9999
	at org.jboss.as.protocol.ProtocolConnectionUtils.connectSync(ProtocolConnectionUtils.java:131)
	at org.jboss.as.protocol.ProtocolConnectionManager$EstablishingConnection.connect(ProtocolConnectionManager.java:259)
	at org.jboss.as.protocol.ProtocolConnectionManager.connect(ProtocolConnectionManager.java:70)
	at org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy$Establishing.getChannel(ManagementClientChannelStrategy.java:162)
	at org.jboss.as.cli.impl.CLIModelControllerClient.getOrCreateChannel(CLIModelControllerClient.java:180)
	at org.jboss.as.cli.impl.CLIModelControllerClient$3.getChannel(CLIModelControllerClient.java:132)
	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:135)
	at org.jboss.as.protocol.mgmt.ManagementChannelHandler.executeRequest(ManagementChannelHandler.java:110)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeRequest(AbstractModelControllerClient.java:263)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:168)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:147)
	at org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:75)
	at org.jboss.as.cli.impl.CommandContextImpl.tryConnection(CommandContextImpl.java:1299)
	at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:1143)
	at org.jboss.as.cli.impl.CommandContextImpl.connectController(CommandContextImpl.java:1120)
	at org.wildfly.core.test.standalone.mgmt.HTTPSConnectionWithCLITestCase.reloadServer(HTTPSConnectionWithCLITestCase.java:177)
	at org.wildfly.core.test.standalone.mgmt.RemoveManagementInterfaceTestCase.testRemoveManagementInterface(RemoveManagementInterfaceTestCase.java:93)
------- Stdout: -------
10:39:53,537 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration --admin-only -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
10:39:53,697 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
10:39:53,718 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
10:39:53,743 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
10:39:53,875 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:39:54,109 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
10:39:54,464 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
10:39:54,624 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
10:39:54,827 INFO  [org.jboss.as.domain.management] (MSC service thread 1-2) WFLYDM0136: Registered OpenSSL provider
10:39:55,429 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
10:39:55,501 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
10:39:55,525 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.4.1.Final
10:39:55,535 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.1.Final
10:39:55,573 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-6) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
10:39:55,607 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta7
10:39:55,635 INFO  [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:39:55,813 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server
10:39:55,814 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[::1]:9990/management
10:39:55,815 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
10:39:55,815 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 2130ms - Started 53 of 57 services (20 services are lazy, passive or on-demand)
10:39:56,452 INFO  [org.jboss.as.test.integration.security.common.CoreUtils] (main) Client update: {
    "address" => [
        ("socket-binding-group" => "standard-sockets"),
        ("socket-binding" => "management-native")
    ],
    "operation" => "add",
    "port" => 9999,
    "interface" => "management"
}
10:39:56,452 INFO  [org.jboss.as.test.integration.security.common.CoreUtils] (main) Client update result: {"outcome" => "success"}
10:39:56,459 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) WFLYRMT0001: Listening on [::1]:9999


org.wildfly.core.test.standalone.mgmt.RemoveManagementInterfaceTestCase: java.lang.RuntimeException: "WFLYCTL0158: Operation handler failed: org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.management.http.extensible.requests is already registered"
	at org.jboss.as.test.integration.security.common.CoreUtils.applyUpdate(CoreUtils.java:189)
	at org.wildfly.core.test.standalone.mgmt.RemoveManagementInterfaceTestCase.serverTearDown(RemoveManagementInterfaceTestCase.java:154)
	at org.wildfly.core.test.standalone.mgmt.RemoveManagementInterfaceTestCase.stopContainer(RemoveManagementInterfaceTestCase.java:118)
------- Stdout: -------
10:40:02,960 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0039: Creating http management service using socket-binding (management-http)
10:40:02,961 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("add") failed - address: ([
    ("core-service" => "management"),
    ("management-interface" => "http-interface")
]): org.jboss.msc.service.DuplicateServiceException: Service org.wildfly.management.http.extensible.requests is already registered
	at org.jboss.msc.service.ServiceRegistrationImpl.setInstance(ServiceRegistrationImpl.java:158)
	at org.jboss.msc.service.ServiceControllerImpl.startInstallation(ServiceControllerImpl.java:236)
	at org.jboss.msc.service.ServiceContainerImpl.install(ServiceContainerImpl.java:768)
	at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223)
	at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2416)
	at org.jboss.msc.service.ServiceTargetImpl.install(ServiceTargetImpl.java:223)
	at org.jboss.msc.service.ServiceControllerImpl$ChildServiceTarget.install(ServiceControllerImpl.java:2416)
	at org.jboss.msc.service.ServiceBuilderImpl.install(ServiceBuilderImpl.java:317)
	at org.jboss.as.controller.OperationContextImpl$ContextServiceBuilder.install(OperationContextImpl.java:2177)
	at org.jboss.as.server.mgmt.HttpManagementRequestsService.installService(HttpManagementRequestsService.java:45)
	at org.jboss.as.server.operations.HttpManagementAddHandler.installServices(HttpManagementAddHandler.java:146)
	at org.jboss.as.controller.management.BaseHttpInterfaceAddStepHandler.performRuntime(BaseHttpInterfaceAddStepHandler.java:96)
	at org.jboss.as.controller.AbstractAddStepHandler.performRuntime(AbstractAddStepHandler.java:337)
	at org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:151)
	at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:921)
	at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:664)
	at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
	at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1364)
	at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:416)
	at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:237)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:431)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:206)
	at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:237)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:217)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:137)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:161)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:157)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:464)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:225)
	at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:185)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)

10:40:02,992 INFO  [org.jboss.as.test.integration.security.common.CoreUtils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),


org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase: java.lang.RuntimeException: Could not start container
	at org.wildfly.core.testrunner.Server.start(Server.java:163)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:42)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:57)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:53)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.setup(JmxControlledStateNotificationsTestCase.java:72)
------- Stdout: -------
10:40:04,143 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
10:40:04,308 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
10:40:04,333 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
10:40:04,355 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
10:40:04,500 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:40:04,750 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
10:40:05,083 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
10:40:05,245 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
10:40:05,485 INFO  [org.jboss.as.domain.management] (MSC service thread 1-4) WFLYDM0136: Registered OpenSSL provider
10:40:06,166 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.4.1.Final
10:40:06,174 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.1.Final
10:40:06,235 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.0.Beta7
10:40:06,272 INFO  [org.jboss.as.patching] (MSC service thread 1-5) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
10:40:06,278 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
10:40:06,281 INFO  [org.wildfly.security] (MSC service thread 1-1) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:40:06,331 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) WFLYRMT0001: Listening on [::1]:9999
10:40:06,385 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0212: Resuming server
10:40:06,385 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 2098ms - Started 53 of 58 services (19 services are lazy, passive or on-demand)
10:40:34,668 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
10:40:35,296 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
10:40:35,667 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
10:40:35,823 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
10:40:36,026 INFO  [org.jboss.as.domain.management] (MSC service thread 1-8) WFLYDM0136: Registered OpenSSL provider
10:40:36,567 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.4.1.Final
10:40:36,575 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.4.1.Final
10:40:36,659 INFO  [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
10:40:36,666 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 5.0.0.Beta7
10:40:36,690 INFO  [org.wildfly.security] (MSC service thread 1-6) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:40:36,691 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
10:40:36,743 INFO  [org.jboss.as.remoting] (MSC service thread 1-5) WFLYRMT0001: Listening on [::1]:9999
10:40:36,850 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 5) WFLYSRV0212: Resuming server
10:40:36,851 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 2005ms - Started 53 of 58 services (19 services are lazy, passive or on-demand)java.lang.RuntimeException: Could not start container
	at org.wildfly.core.testrunner.Server.start(Server.java:163)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:42)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:57)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:53)
	at org.wildfly.core.test.standalone.mgmt.events.JmxControlledStateNotificationsTestCase.clean(JmxControlledStateNotificationsTestCase.java:61)


org.wildfly.core.test.standalone.mgmt.events.ProcessStateListenerTestCase.testListenerOnStandaloneServer: java.lang.RuntimeException: Could not start container
	at org.wildfly.core.testrunner.Server.start(Server.java:163)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:42)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:57)
	at org.wildfly.core.testrunner.ServerController.start(ServerController.java:53)
	at org.wildfly.core.test.standalone.mgmt.events.ProcessStateListenerTestCase.doTestListenerServer(ProcessStateListenerTestCase.java:117)
	at org.wildfly.core.test.standalone.mgmt.events.ProcessStateListenerTestCase.testListenerOnStandaloneServer(ProcessStateListenerTestCase.java:113)
------- Stdout: -------
10:41:06,866 INFO  [org.jboss.as.test.module.util.TestModule] (main) creating module in: C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules\org\wildfly\test\events\provider\main
10:41:06,941 INFO  [org.wildfly.core.testrunner.Server] (main) Starting container with: C:\opt\java\jdk1.8.0_92\jre\bin\java -D[Standalone] -javaagent:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar=port:17091,address:127.0.0.1,boot:c:\store\repository\org\jboss\byteman\byteman\3.0.3\byteman-3.0.3.jar,sys:C:\BuildAgent\work\4c983eca15c0017f\testsuite\shared\target\wildfly-core-testsuite-shared-3.0.0.Alpha13-SNAPSHOT.jar -Dorg.jboss.byteman.transform.all -Dorg.jboss.byteman.verbose=true -Dmaven.repo.local=c:\store\repository -Xmx512m -XX:MaxMetaspaceSize=256m -Djboss.dist=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode/target/wildfly-core -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -server -Dts.timeout.factor=100 -Djbossas.ts.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode -ea -Dorg.jboss.boot.log.file=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log\server.log -Dlogging.configuration=file:C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\logging.properties -jar C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\jboss-modules.jar -mp C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\modules org.jboss.as.standalone -Djboss.home.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core -Djboss.server.base.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone -Djboss.server.log.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\log -Djboss.server.config.dir=C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration -c=standalone.xml -bmanagement=::1 -Djboss.http.port=8080 -Djboss.bind.address=::1 
TransformListener() : accepting requests on 127.0.0.1:17091
10:41:07,088 INFO  [org.jboss.remoting] (main) JBoss Remoting version 5.0.0.Beta7
10:41:07,112 INFO  [org.xnio] (main) XNIO version 3.4.1.Final
10:41:07,142 INFO  [org.xnio.nio] (main) XNIO NIO Implementation Version 3.4.1.Final
10:41:07,274 INFO  [org.wildfly.security] (main) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:41:07,558 INFO  [org.jboss.modules] (main) JBoss Modules version 1.6.0.Beta3
10:41:07,921 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.7.Final
10:41:08,095 INFO  [org.jboss.as] (MSC service thread 1-8) WFLYSRV0049: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" starting
10:41:08,330 INFO  [org.jboss.as.domain.management] (MSC service thread 1-2) WFLYDM0136: Registered OpenSSL provider
10:41:09,108 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.1.Final
10:41:09,150 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
10:41:09,165 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.1.Final
10:41:09,181 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-4) WFLYDM0111: Keystore C:\BuildAgent\work\4c983eca15c0017f\testsuite\manualmode\target\wildfly-core\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
10:41:09,250 INFO  [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 5.0.0.Beta7
10:41:09,274 INFO  [org.wildfly.security] (MSC service thread 1-3) ELY00001: WildFly Elytron version 1.1.0.Beta13
10:41:09,319 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) WFLYRMT0001: Listening on [::1]:9999
10:41:09,399 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha13-SNAPSHOT "Kenny" started in 2290ms - Started 53 of 58 services (19 services are lazy, passive or on-demand)
10:41:09,401 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 4) WFLYSRV0212: Resuming server


* add API to let user be notified of process state changes by adding a
class to the resource process-state-listeners in the core-management subsystem.
* add by default the core-management subsystems to the standalone and
  domain subsystem templates.
* split the core-management module in 2 parts : client and subsystem.
* one service per listener
* add a specific JMX notifier that listens on RuntimeConfigurationState and RunningState changes : RunningStateJmx.
* basic documentation.
* small fix for ModuleOpsCompletionTestCase

JIRA: https://issues.jboss.org/browse/WFCORE-1157
@wildfly-ci
Copy link

Full integration - Windows Build 2355 outcome was FAILURE using a merge of 9cf722d
Summary: Tests failed: 1 (1 new), passed: 3559, ignored: 116 Build time: 01:35:05

Failed tests

org.jboss.as.test.manualmode.security.SecuredDataSourceTestCase.test:  at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:146)
 at org.jboss.as.connector.subsystems.datasources.WildFlyDataSource.getConnection(WildFlyDataSource.java:64)
 at org.jboss.as.test.integration.security.common.servlets.DataSourceTestServlet.doGet(DataSourceTestServlet.java:85)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
 at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:85)
 at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62)
 at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36)
 at org.wildfly.extension.undertow.security.SecurityContextAssociationHandler.handleRequest(SecurityContextAssociationHandler.java:78)
 at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131)
 at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57)
 at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46)
 at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64)
 at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60)
 at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77)
 at io.undertow.security.handlers.NotificationReceiverHandler.handleRequest(NotificationReceiverHandler.java:50)
 at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43)
 at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 at org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler.handleRequest(JACCContextIdHandler.java:61)
 at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 at org.wildfly.extension.undertow.deployment.GlobalRequestControllerHandler.handleRequest(GlobalRequestControllerHandler.java:46)
 at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43)
 at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292)
 at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81)
 at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138)
 at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135)
 at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48)
 at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
 at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
 at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1682)
 at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1682)
 at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1682)
 at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1682)
 at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272)
 at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
 at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104)
 at io.undertow.server.Connectors.executeRootHandler(Connectors.java:208)
 at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:809)
 at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
 at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
 at java.lang.Thread.run(Thread.java:745)
Caused by: javax.resource.ResourceException: IJ000453: Unable to get managed connection for java:jboss/datasources/SecuredDataSourceTestCase
 at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.getManagedConnection(AbstractConnectionManager.java:657)
 at org.jboss.jca.core.connectionmanager.tx.TxConnectionManagerImpl.getManagedConnection(TxConnectionManagerImpl.java:430)
 at org.jboss.jca.core.connectionmanager.AbstractConnectionManager.allocateConnection(AbstractConnectionManager.java:748)
 at org.jboss.jca.adapters.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:138)
 ... 42 more
Caused by: javax.resource.ResourceException: IJ031084: Unable to create connection
 at org.jboss.jca.adapters.jdbc.local.LocalManagedConnectionFactory.createLocalManagedConnection(LocalManagedConnectionFactory.java:345)


@ehsavoie
Copy link
Contributor Author

retest this please

@wildfly-ci
Copy link

Linux Build 4975 outcome was FAILURE using a merge of 9cf722d
Summary: Execution timeout (new); tests passed: 3845, ignored: 74 Build time: 01:00:25

@wildfly-ci
Copy link

Linux Build 4976 outcome was FAILURE using a merge of 9cf722d
Summary: Execution timeout; tests passed: 3843, ignored: 74 Build time: 01:00:26

@wildfly-ci
Copy link

Linux Build 4978 outcome was FAILURE using a merge of 9cf722d
Summary: Execution timeout (new); tests passed: 3844, ignored: 74 Build time: 01:00:24

@kabir kabir merged commit f63c02d into wildfly:master Nov 29, 2016
@wildfly-ci
Copy link

Full integration - Windows Build 2357 outcome was FAILURE using a merge of 9cf722d
Summary: Tests failed: 1 (1 new), passed: 3559, ignored: 116 Build time: 01:39:19

Failed tests

org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase.testAddUpdateRemove: java.util.concurrent.TimeoutException: null
	at org.jboss.as.test.shared.RetryTaskExecutor.retryTask(RetryTaskExecutor.java:55)
	at org.jboss.as.test.shared.RetryTaskExecutor.retryTask(RetryTaskExecutor.java:39)
	at org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase.testAddUpdateRemove(SocketsAndInterfacesTestCase.java:162)
------- Stdout: -------
16:55:02,801 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\data\content\be\e7f21f11733339e7cdc6997f1a023973a6990d\content
16:55:02,804 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name: "SocketsAndInterfacesTestCase-dummy.jar")
16:55:02,811 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.SocketsAndInterfacesTestCase-dummy.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
16:55:02,813 INFO  [org.jboss.as.arquillian] (MSC service thread 1-1) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."SocketsAndInterfacesTestCase-dummy.jar",unit=SocketsAndInterfacesTestCase-dummy.jar,tests=[org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase]]
16:55:02,827 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml
	at org.jboss.as.controller.persistence.FilePersistenceUtils.moveTempFileToMain(FilePersistenceUtils.java:86)
	at org.jboss.as.controller.persistence.ConfigurationFile.commitTempFile(ConfigurationFile.java:570)
	at org.jboss.as.controller.persistence.ConfigurationFilePersistenceResource.doCommit(ConfigurationFilePersistenceResource.java:70)
	at org.jboss.as.controller.persistence.AbstractFilePersistenceResource.commit(AbstractFilePersistenceResource.java:58)
	at org.jboss.as.controller.ModelControllerImpl$4.commit(ModelControllerImpl.java:829)
	at org.jboss.as.controller.AbstractOperationContext.executeDoneStage(AbstractOperationContext.java:774)
	at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:690)
	at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
	at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1364)
	at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:416)
	at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:237)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:431)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:206)
	at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:237)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:217)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:137)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:161)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:157)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:464)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:225)
	at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:185)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.nio.file.FileSystemException: C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: The process cannot access the file because it is being used by another process.

	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:376)
	at sun.nio.fs.WindowsFileSystemProvider.move(WindowsFileSystemProvider.java:287)
	at java.nio.file.Files.move(Files.java:1395)
	at org.jboss.as.controller.persistence.FilePersistenceUtils.moveTempFileToMain(FilePersistenceUtils.java:84)
	... 27 more

16:55:02,829 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0010: Deployed "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name : "SocketsAndInterfacesTestCase-dummy.jar")
16:55:02,880 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml


@wildfly-ci
Copy link

Full integration - Windows Build 2361 outcome was FAILURE using a merge of 9cf722d
Summary: Tests failed: 1 (1 new), passed: 3559, ignored: 116 Build time: 01:41:18

Failed tests

org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase.testAddUpdateRemove: java.util.concurrent.TimeoutException: null
	at org.jboss.as.test.shared.RetryTaskExecutor.retryTask(RetryTaskExecutor.java:55)
	at org.jboss.as.test.shared.RetryTaskExecutor.retryTask(RetryTaskExecutor.java:39)
	at org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase.testAddUpdateRemove(SocketsAndInterfacesTestCase.java:162)
------- Stdout: -------
17:24:18,885 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\data\content\d7\09fd53e7799347487c53c9dcdd3dff0941b229\content
17:24:18,886 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name: "SocketsAndInterfacesTestCase-dummy.jar")
17:24:18,892 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-4) WFLYSRV0018: Deployment "deployment.SocketsAndInterfacesTestCase-dummy.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
17:24:18,895 INFO  [org.jboss.as.arquillian] (MSC service thread 1-6) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."SocketsAndInterfacesTestCase-dummy.jar",unit=SocketsAndInterfacesTestCase-dummy.jar,tests=[org.jboss.as.test.integration.management.api.SocketsAndInterfacesTestCase]]
17:24:18,907 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml
	at org.jboss.as.controller.persistence.FilePersistenceUtils.moveTempFileToMain(FilePersistenceUtils.java:86)
	at org.jboss.as.controller.persistence.ConfigurationFile.commitTempFile(ConfigurationFile.java:570)
	at org.jboss.as.controller.persistence.ConfigurationFilePersistenceResource.doCommit(ConfigurationFilePersistenceResource.java:70)
	at org.jboss.as.controller.persistence.AbstractFilePersistenceResource.commit(AbstractFilePersistenceResource.java:58)
	at org.jboss.as.controller.ModelControllerImpl$4.commit(ModelControllerImpl.java:829)
	at org.jboss.as.controller.AbstractOperationContext.executeDoneStage(AbstractOperationContext.java:774)
	at org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:690)
	at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:383)
	at org.jboss.as.controller.OperationContextImpl.executeOperation(OperationContextImpl.java:1364)
	at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:416)
	at org.jboss.as.controller.ModelControllerImpl.lambda$execute$1(ModelControllerImpl.java:237)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:431)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:206)
	at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:237)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:217)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$400(ModelControllerClientOperationHandler.java:137)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:161)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1$1.run(ModelControllerClientOperationHandler.java:157)
	at org.wildfly.security.auth.client.PeerIdentity.runAsAll(PeerIdentity.java:464)
	at org.wildfly.security.auth.server.SecurityIdentity.runAs(SecurityIdentity.java:225)
	at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:185)
	at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:157)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$1.doExecute(ManagementRequestContextImpl.java:70)
	at org.jboss.as.protocol.mgmt.ManagementRequestContextImpl$AsyncTaskRunner.run(ManagementRequestContextImpl.java:160)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
Caused by: java.nio.file.FileSystemException: C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: The process cannot access the file because it is being used by another process.

	at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
	at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
	at sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:376)
	at sun.nio.fs.WindowsFileSystemProvider.move(WindowsFileSystemProvider.java:287)
	at java.nio.file.Files.move(Files.java:1395)
	at org.jboss.as.controller.persistence.FilePersistenceUtils.moveTempFileToMain(FilePersistenceUtils.java:84)
	... 27 more

17:24:18,908 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0010: Deployed "SocketsAndInterfacesTestCase-dummy.jar" (runtime-name : "SocketsAndInterfacesTestCase-dummy.jar")
17:24:18,973 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0268: Failed to rename temp file C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml.tmp to C:\BuildAgent\work\5768cf3a0bee5b47\full\testsuite\integration\basic\target\jbossas\standalone\configuration\standalone.xml


@ehsavoie ehsavoie deleted the WFCORE-1157 branch December 19, 2016 18:08
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.

4 participants