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

WFLY-1438 Add support for listing WebSocket ServerEndpoints in the CLI #8317

Merged
merged 1 commit into from Oct 22, 2015

Conversation

stuartwdouglas
Copy link
Contributor

No description provided.

@wildfly-ci
Copy link

Linux with security manager Build 3442 outcome was FAILURE using a merge of 5693a87
Summary: Tests failed: 3 (3 new), passed: 959, ignored: 291 Build time: 00:08:15

Failed tests

org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestCase:   at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"req-dump-ws.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m06:02:48,317 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0022: Unregistered web context: /non-blocking-handler
 [0m [0m06:02:48,336 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment non-blocking-handler.war (runtime-name: non-blocking-handler.war) in 20ms
 [0m [0m06:02:48,341 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/81/c223f9c9132a5f15ace4d39a3eeaf7c007dd03/content
 [0m [0m06:02:48,342 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "non-blocking-handler.war" (runtime-name: "non-blocking-handler.war")
 [0m06:02:48,492 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.keystore
06:02:48,495 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.truststore
06:02:48,496 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.crt
06:02:48,496 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.keystore
06:02:48,505 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.truststore
06:02:48,506 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.crt
06:02:48,506 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/untrusted.keystore
06:02:48,506 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/untrusted.crt
06:02:48,507 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Key material created in /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir
06:02:48,518 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm")
    ],
    "operation" => "add"
}
06:02:48,518 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {"outcome" => "success"}
06:02:48,530 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm"),
        ("authentication" => "truststore")
    ],
    "operation" => "add",
    "keystore-path" => "/opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.truststore",
    "keystore-password" => "123456"
}
06:02:48,531 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,


org.jboss.as.test.integration.web.security.websocket.WebSocketSecurityTestCase:     at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m06:02:57,452 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: /tg-mixed
 [0m [0m06:02:57,466 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment tg-mixed.war (runtime-name: tg-mixed.war) in 18ms
 [0m [0m06:02:57,473 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/97/ce568a8afe99cb1f44f71252ba913d53d5ff34/content
 [0m [0m06:02:57,474 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "tg-mixed.war" (runtime-name: "tg-mixed.war")
 [0m [0m06:02:57,487 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0022: Unregistered web context: /tg-dd
 [0m [0m06:02:57,499 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment tg-dd.war (runtime-name: tg-dd.war) in 14ms
 [0m [0m06:02:57,507 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/7d/d544bdacf655952ff5ebeecd1ba2b2a5a67519/content
 [0m [0m06:02:57,507 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "tg-dd.war" (runtime-name: "tg-dd.war")
 [0m [0m06:02:57,522 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: /tg-annotated
 [0m [0m06:02:57,537 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment tg-annotated.war (runtime-name: tg-annotated.war) in 15ms
 [0m06:02:57,549 INFO  [org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase] (main) begin tidy up
 [0m06:02:57,545 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/37/ad7869fb9b31b861b6842156ecadfc38daa32d/content
 [0m [0m06:02:57,545 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "tg-annotated.war" (runtime-name: "tg-annotated.war")
 [0m{
    "step-1" => {"outcome" => "success"},
    "step-2" => {"outcome" => "success"},
    "step-3" => {"outcome" => "success"}
}
 [0m06:02:58,729 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/7d/49534b15facccab14ab6eb277622745c2775d6/content
 [0m [0m06:02:58,731 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
 [0m [33m06:02:58,770 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [31m06:02:58,778 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

 [0m [31m06:02:58,780 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"


org.jboss.as.test.integration.web.websocket.WebSocketTestCase:  at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m06:03:00,322 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: /war-example
 [0m [0m06:03:00,330 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment war-example.war (runtime-name: war-example.war) in 8ms
 [0m [0m06:03:00,335 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/db/417fd651d0650516df09914f7589f904c54d3f/content
 [0m [0m06:03:00,335 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "war-example.war" (runtime-name: "war-example.war")
 [0m [0m06:03:00,366 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/4b/96563f1ed2d763b13665e60f1415350b9f8d36/content
 [0m [0m06:03:00,369 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
 [0m [33m06:03:00,387 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [31m06:03:00,389 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

 [0m [31m06:03:00,392 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [31m06:03:00,392 ERROR [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0021: Deploy of deployment "websocket.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [0m06:03:00,400 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment websocket.war (runtime-name: websocket.war) in 4ms
 [0m [0m06:03:00,401 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."websocket.war".POST_MODULE

 [0m06:03:00,405 WARN  [org.jboss.as.arquillian.container.ArchiveDeployer] (main) Cannot undeploy: websocket.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114)
    at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:150)
Caused by: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)


@wildfly-ci
Copy link

Linux Build 8614 outcome was FAILURE using a merge of c48e41a
Summary: Tests failed: 4 (4 new), passed: 3266, ignored: 363 Build time: 00:54:14

Failed tests

org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestCase:   at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"req-dump-ws.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m05:58:48,178 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 11) WFLYUT0022: Unregistered web context: /non-blocking-handler
 [0m [0m05:58:48,193 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment non-blocking-handler.war (runtime-name: non-blocking-handler.war) in 16ms
 [0m [0m05:58:48,204 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/8a/cbcdc650de201484da933758be674dc3a4b1ea/content
 [0m [0m05:58:48,204 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "non-blocking-handler.war" (runtime-name: "non-blocking-handler.war")
 [0m05:58:48,392 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.keystore
05:58:48,396 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.truststore
05:58:48,397 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.crt
05:58:48,397 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.keystore
05:58:48,398 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.truststore
05:58:48,398 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/client.crt
05:58:48,399 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/untrusted.keystore
05:58:48,410 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/untrusted.crt
05:58:48,411 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Key material created in /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir
05:58:48,429 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm")
    ],
    "operation" => "add"
}
05:58:48,429 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {"outcome" => "success"}
05:58:48,449 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm"),
        ("authentication" => "truststore")
    ],
    "operation" => "add",
    "keystore-path" => "/opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/workdir/https-workdir/server.truststore",
    "keystore-password" => "123456"
}
05:58:48,450 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,


org.jboss.as.test.integration.web.security.websocket.WebSocketSecurityTestCase:     at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m05:58:55,844 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0022: Unregistered web context: /tg-mixed
 [0m [0m05:58:55,848 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment tg-mixed.war (runtime-name: tg-mixed.war) in 4ms
 [0m [0m05:58:55,851 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/f7/3f8d826ef198e8a030a783ce227fc5e7bdcd8f/content
 [0m [0m05:58:55,851 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "tg-mixed.war" (runtime-name: "tg-mixed.war")
 [0m [0m05:58:55,863 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 6) WFLYUT0022: Unregistered web context: /tg-dd
 [0m [0m05:58:55,869 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment tg-dd.war (runtime-name: tg-dd.war) in 6ms
 [0m [0m05:58:55,874 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/91/880f5c2f4c2d8614618af7f6fe4c1dc8919659/content
 [0m [0m05:58:55,874 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "tg-dd.war" (runtime-name: "tg-dd.war")
 [0m [0m05:58:55,884 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 22) WFLYUT0022: Unregistered web context: /tg-annotated
 [0m [0m05:58:55,890 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment tg-annotated.war (runtime-name: tg-annotated.war) in 6ms
 [0m [0m05:58:55,899 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/fa/15c5bcda7c5a11a175522afb1d8e76c5e06543/content
 [0m [0m05:58:55,900 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "tg-annotated.war" (runtime-name: "tg-annotated.war")
 [0m05:58:55,903 INFO  [org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase] (main) begin tidy up
{
    "step-1" => {"outcome" => "success"},
    "step-2" => {"outcome" => "success"},
    "step-3" => {"outcome" => "success"}
}
 [0m05:58:56,981 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/85/efad78a2b3c00e9322df459a01774a0fecf28c/content
 [0m [0m05:58:56,982 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
 [0m [33m05:58:56,991 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [31m05:58:57,000 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

 [0m [31m05:58:57,001 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"


org.jboss.as.test.integration.web.websocket.WebSocketTestCase:  at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m05:58:58,098 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 5) WFLYUT0022: Unregistered web context: /war-example
 [0m [0m05:58:58,100 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment war-example.war (runtime-name: war-example.war) in 3ms
 [0m [0m05:58:58,104 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/b1/d7633b692fcee63d158d1010969a5bbd887641/content
 [0m [0m05:58:58,104 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "war-example.war" (runtime-name: "war-example.war")
 [0m [0m05:58:58,125 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/web/target/jbossas/standalone/data/content/2b/d67c0d038331520be7cf6e89aea025b78eed70/content
 [0m [0m05:58:58,128 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
 [0m [33m05:58:58,136 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [31m05:58:58,137 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

 [0m [31m05:58:58,138 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [31m05:58:58,138 ERROR [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0021: Deploy of deployment "websocket.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [0m05:58:58,140 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment websocket.war (runtime-name: websocket.war) in 1ms
 [0m [0m05:58:58,140 INFO  [org.jboss.as.controller] (management-handler-thread - 4) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."websocket.war".POST_MODULE

 [0m05:58:58,145 WARN  [org.jboss.as.arquillian.container.ArchiveDeployer] (main) Cannot undeploy: websocket.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114)
    at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:150)
Caused by: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)


org.jboss.as.test.integration.ee.injection.support.websocket.WebSocketInjectionSupportTestCase:     at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
 [0m06:04:25,655 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 67) WFLYUT0022: Unregistered web context: /ec73729d-2436-4d4a-9def-38d1bd428dbc
 [0m [0m06:04:25,661 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment ec73729d-2436-4d4a-9def-38d1bd428dbc.war
 [0m [0m06:04:25,666 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment ec73729d-2436-4d4a-9def-38d1bd428dbc.war (runtime-name: ec73729d-2436-4d4a-9def-38d1bd428dbc.war) in 12ms
 [0m [0m06:04:25,674 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/basic/target/jbossas/standalone/data/content/71/18c848da0b90a841cc542107577f05f22e5200/content
 [0m [0m06:04:25,674 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "ec73729d-2436-4d4a-9def-38d1bd428dbc.war" (runtime-name: "ec73729d-2436-4d4a-9def-38d1bd428dbc.war")
 [0m [0m06:04:25,713 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location /opt/buildAgent/work/a31d203e70e89f90/testsuite/integration/basic/target/jbossas/standalone/data/content/7f/30bdac1e8cc48df01c9739fefd7b6c439a8f21/content
 [0m [0m06:04:25,715 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
 [0m [33m06:04:25,744 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
 [0m [0m06:04:25,746 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment websocket.war
 [0m [31m06:04:25,761 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

 [0m [31m06:04:25,762 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [31m06:04:25,762 ERROR [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0021: Deploy of deployment "websocket.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
 [0m [0m06:04:25,765 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment websocket.war (runtime-name: websocket.war) in 2ms
 [0m [0m06:04:25,767 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."websocket.war".POST_MODULE

 [0m06:04:25,775 WARN  [org.jboss.as.arquillian.container.ArchiveDeployer] (main) Cannot undeploy: websocket.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114)
    at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:150)


@wildfly-ci
Copy link

Windows Build 3645 outcome was FAILURE using a merge of 71454d8
Summary: Tests failed: 4 (4 new), passed: 3266, ignored: 363 Build time: 00:59:02

Failed tests

org.jboss.as.test.integration.web.handlers.RequestDumpingHandlerTestCase:   at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"req-dump-ws.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"req-dump-ws.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
06:08:46,725 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: /form-auth
06:08:46,740 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment form-auth.war (runtime-name: form-auth.war) in 15ms
06:08:46,751 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\12\f6590117fd94bad07d536c81791fb569274507\content
06:08:46,751 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0009: Undeployed "form-auth.war" (runtime-name: "form-auth.war")
06:08:46,843 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\server.keystore
06:08:46,847 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\server.truststore
06:08:46,848 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\server.crt
06:08:46,849 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\client.keystore
06:08:46,850 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\client.truststore
06:08:46,854 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\client.crt
06:08:46,854 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\untrusted.keystore
06:08:46,855 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Creating test file C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir\untrusted.crt
06:08:46,855 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Key material created in C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\workdir\https-workdir
06:08:46,869 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm")
    ],
    "operation" => "add"
}
06:08:46,871 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {"outcome" => "success"}
06:08:46,886 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update: {
    "address" => [
        ("core-service" => "management"),
        ("security-realm" => "httpsRealm"),
        ("authentication" => "truststore")
    ],
    "operation" => "add",
    "keystore-path" => "C:\\BuildAgent\\work\\a31d203e70e89f90\\testsuite\\integration\\web\\target\\workdir\\https-workdir\\server.truststore",
    "keystore-password" => "123456"
}
06:08:46,887 INFO  [org.jboss.as.test.integration.security.common.Utils] (main) Client update result: {
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,


org.jboss.as.test.integration.web.security.websocket.WebSocketSecurityTestCase:     at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
06:08:57,310 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 4) WFLYUT0022: Unregistered web context: /tg-mixed
06:08:57,321 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment tg-mixed.war (runtime-name: tg-mixed.war) in 10ms
06:08:57,336 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\5c\2c9969470fdae60e03c289b59f101190ca9c46\content
06:08:57,337 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "tg-mixed.war" (runtime-name: "tg-mixed.war")
06:08:57,340 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 9) WFLYUT0022: Unregistered web context: /tg-dd
06:08:57,350 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment tg-dd.war (runtime-name: tg-dd.war) in 10ms
06:08:57,361 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\c5\1c9cf28943c2facfaffa3353c71ad278233319\content
06:08:57,362 INFO  [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0009: Undeployed "tg-dd.war" (runtime-name: "tg-dd.war")
06:08:57,365 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 8) WFLYUT0022: Unregistered web context: /tg-annotated
06:08:57,372 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment tg-annotated.war (runtime-name: tg-annotated.war) in 8ms
06:08:57,385 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\b2\0ac4a5e5298abdfcc5e2f466b1ebc322bfd1a7\content
06:08:57,385 INFO  [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0009: Undeployed "tg-annotated.war" (runtime-name: "tg-annotated.war")
06:08:57,386 INFO  [org.jboss.as.test.integration.web.security.tg.TransportGuaranteeTestCase] (main) begin tidy up
{
    "step-1" => {"outcome" => "success"},
    "step-2" => {"outcome" => "success"},
    "step-3" => {"outcome" => "success"}
}
06:08:58,535 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\ad\cf27ff10383404b58d114216369a8dcdfcdc11\content
06:08:58,537 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
06:08:58,573 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
06:08:58,576 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

06:08:58,577 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 4) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"


org.jboss.as.test.integration.web.websocket.WebSocketTestCase:  at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
06:08:59,735 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 22) WFLYUT0022: Unregistered web context: /war-example
06:08:59,746 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment war-example.war (runtime-name: war-example.war) in 11ms
06:08:59,754 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\77\fe1d4dbd228be5e1a356cf9d1ee1eaeb2e6722\content
06:08:59,754 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "war-example.war" (runtime-name: "war-example.war")
06:08:59,788 INFO  [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\web\target\jbossas\standalone\data\content\1d\e1eebe0dce879bb905a3a13c625f6f1c9d6cfe\content
06:08:59,790 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
06:08:59,823 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-3) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
06:08:59,827 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

06:08:59,827 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
06:08:59,828 ERROR [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0021: Deploy of deployment "websocket.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
06:08:59,834 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0028: Stopped deployment websocket.war (runtime-name: websocket.war) in 6ms
06:08:59,835 INFO  [org.jboss.as.controller] (management-handler-thread - 3) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."websocket.war".POST_MODULE

06:08:59,847 WARN  [org.jboss.as.arquillian.container.ArchiveDeployer] (main) Cannot undeploy: websocket.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114)
    at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:150)
Caused by: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)


org.jboss.as.test.integration.ee.injection.support.websocket.WebSocketInjectionSupportTestCase:     at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:83)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getActionResult(ServerDeploymentPlanResultFuture.java:134)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.getResultFromNode(ServerDeploymentPlanResultFuture.java:123)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:85)
    at org.jboss.as.controller.client.helpers.standalone.impl.ServerDeploymentPlanResultFuture.get(ServerDeploymentPlanResultFuture.java:42)
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.deploy(ServerDeploymentHelper.java:55)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:77)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deployInternal(ArchiveDeployer.java:64)
    at org.jboss.as.arquillian.container.ArchiveDeployer.deploy(ArchiveDeployer.java:46)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.deploy(CommonDeployableContainer.java:144)
------- Stdout: -------
06:14:34,245 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 3) WFLYUT0022: Unregistered web context: /6c3b7b00-dbc0-4fcf-9e7d-06d99216012d
06:14:34,249 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0010: Stopping weld service for deployment 6c3b7b00-dbc0-4fcf-9e7d-06d99216012d.war
06:14:34,257 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment 6c3b7b00-dbc0-4fcf-9e7d-06d99216012d.war (runtime-name: 6c3b7b00-dbc0-4fcf-9e7d-06d99216012d.war) in 11ms
06:14:34,266 INFO  [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\basic\target\jbossas\standalone\data\content\54\26af3d4b27c139bcfac6c96ade214c49cf5fa4\content
06:14:34,267 INFO  [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0009: Undeployed "6c3b7b00-dbc0-4fcf-9e7d-06d99216012d.war" (runtime-name: "6c3b7b00-dbc0-4fcf-9e7d-06d99216012d.war")
06:14:34,305 INFO  [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location C:\BuildAgent\work\a31d203e70e89f90\testsuite\integration\basic\target\jbossas\standalone\data\content\c0\b71660f8b9c2bebae3788ac0e4ab20f2e546ae\content
06:14:34,308 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "websocket.war" (runtime-name: "websocket.war")
06:14:34,339 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) WFLYSRV0018: Deployment "deployment.websocket.war" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
06:14:34,341 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment websocket.war
06:14:34,350 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.deployment.unit."websocket.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."websocket.war".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment "websocket.war"
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:154)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)
    at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)
    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: java.lang.NullPointerException
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.doDeployment(UndertowJSRWebSocketDeploymentProcessor.java:213)
    at org.wildfly.extension.undertow.deployment.UndertowJSRWebSocketDeploymentProcessor.deploy(UndertowJSRWebSocketDeploymentProcessor.java:163)
    at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:147)
    ... 5 more

06:14:34,351 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "websocket.war")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
06:14:34,352 ERROR [org.jboss.as.server] (management-handler-thread - 2) WFLYSRV0021: Deploy of deployment "websocket.war" was rolled back with the following failure message: 
{"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.\"websocket.war\".POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.\"websocket.war\".POST_MODULE: WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"websocket.war\"
    Caused by: java.lang.NullPointerException"}}
06:14:34,360 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment websocket.war (runtime-name: websocket.war) in 8ms
06:14:34,361 INFO  [org.jboss.as.controller] (management-handler-thread - 2) WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service jboss.deployment.unit."websocket.war".POST_MODULE

06:14:34,367 WARN  [org.jboss.as.arquillian.container.ArchiveDeployer] (main) Cannot undeploy: websocket.war: org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper$ServerDeploymentException: java.lang.Exception: "WFLYCTL0216: Management resource '[(\"deployment\" => \"websocket.war\")]' not found"
    at org.jboss.as.controller.client.helpers.standalone.ServerDeploymentHelper.undeploy(ServerDeploymentHelper.java:114)
    at org.jboss.as.arquillian.container.ArchiveDeployer.undeploy(ArchiveDeployer.java:55)
    at org.jboss.as.arquillian.container.CommonDeployableContainer.undeploy(CommonDeployableContainer.java:150)


n1hility added a commit that referenced this pull request Oct 22, 2015
WFLY-1438 Add support for listing WebSocket ServerEndpoints in the CLI
@n1hility n1hility merged commit 255f204 into wildfly:master Oct 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants