[JBoss JIRA] (WFLY-7491) joiner attribute of concatenating-principal-decoder (Elytron subsystem) is marked as nillable but can not be
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7491?page=com.atlassian.jira.plugin.... ]
Ondrej Kotek updated WFLY-7491:
-------------------------------
Description:
*Issue description:*
After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
{noformat}
14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
OPVDX001: Validation error in standalone-elytron.xml ===========================
346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
347: </constant-permission-mapper>
348: <concatenating-principal-decoder name="concatPrincDecoder">
^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
All of the following are required: joiner
349: <principal-decoder name="constPrincDecoder"/>
350: <principal-decoder name="constPrincDecoder"/>
351: </concatenating-principal-decoder>
The underlying error message was:
> ParseError at [row,col]:[348,17]
> Message: WFLYCTL0133: Missing required attribute(s): joiner
================================================================================
14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
at org.jboss.as.server.ServerService.boot(ServerService.java:355)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
at java.lang.Thread.run(Thread.java:745)
14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{noformat}
The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
*Suggestions for improvement:*
In case it makes sense to have no joiner, the joiner should not be required. (There could be reasonable cases.) Otherwise, the CLI {{joiner}} attribute should be declared as {{"nillable" => false}}.
The XSD {{joiner}} attribute should have defined {{default="."}}.
was:
*Issue description:*
After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
{noformat}
14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
OPVDX001: Validation error in standalone-elytron.xml ===========================
346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
347: </constant-permission-mapper>
348: <concatenating-principal-decoder name="concatPrincDecoder">
^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
All of the following are required: joiner
349: <principal-decoder name="constPrincDecoder"/>
350: <principal-decoder name="constPrincDecoder"/>
351: </concatenating-principal-decoder>
The underlying error message was:
> ParseError at [row,col]:[348,17]
> Message: WFLYCTL0133: Missing required attribute(s): joiner
================================================================================
14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
at org.jboss.as.server.ServerService.boot(ServerService.java:355)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
at java.lang.Thread.run(Thread.java:745)
14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{noformat}
The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
*Suggestions for improvement:*
In case it makes sense to have no joiner, the joiner should not be required. (There could be reasonable cases.) Otherwise, the CLI {{joiner}} attribute should be declared as {{"nillable" => false}} and the XSD {{joiner}} attribute should have defined {{default="."}}.
> joiner attribute of concatenating-principal-decoder (Elytron subsystem) is marked as nillable but can not be
> ------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-7491
> URL: https://issues.jboss.org/browse/WFLY-7491
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> *Issue description:*
> After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
> {noformat}
> 14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
> OPVDX001: Validation error in standalone-elytron.xml ===========================
> 346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
> 347: </constant-permission-mapper>
> 348: <concatenating-principal-decoder name="concatPrincDecoder">
> ^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
> All of the following are required: joiner
> 349: <principal-decoder name="constPrincDecoder"/>
> 350: <principal-decoder name="constPrincDecoder"/>
> 351: </concatenating-principal-decoder>
> The underlying error message was:
> > ParseError at [row,col]:[348,17]
> > Message: WFLYCTL0133: Missing required attribute(s): joiner
> ================================================================================
> 14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
> at org.jboss.as.server.ServerService.boot(ServerService.java:355)
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
> at java.lang.Thread.run(Thread.java:745)
> 14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> {noformat}
> The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
> *Suggestions for improvement:*
> In case it makes sense to have no joiner, the joiner should not be required. (There could be reasonable cases.) Otherwise, the CLI {{joiner}} attribute should be declared as {{"nillable" => false}}.
> The XSD {{joiner}} attribute should have defined {{default="."}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7491) joiner attribute of concatenating-principal-decoder (Elytron subsystem) is marked as nillable but can not be
by Ondrej Kotek (JIRA)
[ https://issues.jboss.org/browse/WFLY-7491?page=com.atlassian.jira.plugin.... ]
Ondrej Kotek updated WFLY-7491:
-------------------------------
Description:
*Issue description:*
After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
{noformat}
14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
OPVDX001: Validation error in standalone-elytron.xml ===========================
346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
347: </constant-permission-mapper>
348: <concatenating-principal-decoder name="concatPrincDecoder">
^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
All of the following are required: joiner
349: <principal-decoder name="constPrincDecoder"/>
350: <principal-decoder name="constPrincDecoder"/>
351: </concatenating-principal-decoder>
The underlying error message was:
> ParseError at [row,col]:[348,17]
> Message: WFLYCTL0133: Missing required attribute(s): joiner
================================================================================
14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
at org.jboss.as.server.ServerService.boot(ServerService.java:355)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
at java.lang.Thread.run(Thread.java:745)
14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{noformat}
The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
*Suggestions for improvement:*
In case it makes sense to have no joiner, the joiner should not be required. (There could be reasonable cases.) Otherwise, the CLI {{joiner}} attribute should be declared as {{"nillable" => false}} and the XSD {{joiner}} attribute should have defined {{default="."}}.
was:
*Issue description:*
After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
{noformat}
14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
OPVDX001: Validation error in standalone-elytron.xml ===========================
346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
347: </constant-permission-mapper>
348: <concatenating-principal-decoder name="concatPrincDecoder">
^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
All of the following are required: joiner
349: <principal-decoder name="constPrincDecoder"/>
350: <principal-decoder name="constPrincDecoder"/>
351: </concatenating-principal-decoder>
The underlying error message was:
> ParseError at [row,col]:[348,17]
> Message: WFLYCTL0133: Missing required attribute(s): joiner
================================================================================
14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
at org.jboss.as.server.ServerService.boot(ServerService.java:355)
at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
at java.lang.Thread.run(Thread.java:745)
14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
{noformat}
The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
*Suggestions for improvement:*
In case it makes sense to have no joiner, the joiner should not be required. Otherwise, the {{joiner}} attribute should be declared as {{"nillable" => false}} in CLI.
> joiner attribute of concatenating-principal-decoder (Elytron subsystem) is marked as nillable but can not be
> ------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-7491
> URL: https://issues.jboss.org/browse/WFLY-7491
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Ondrej Kotek
> Assignee: Darran Lofthouse
> Labels: user_experience
>
> *Issue description:*
> After having undefined the {{joiner}} attribute of {{concatenating-principal-decoder}} in Elytron subsystem, the server does not start. The {{joiner}} attribute is declared as {{"nillable" => true}} in CLI, but can not be -- see _Steps to Reproce_ that results in
> {noformat}
> 14:50:29,357 ERROR [org.jboss.as.controller] (Controller Boot Thread)
> OPVDX001: Validation error in standalone-elytron.xml ===========================
> 346: <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/>
> 347: </constant-permission-mapper>
> 348: <concatenating-principal-decoder name="concatPrincDecoder">
> ^^^^ 'concatenating-principal-decoder' is missing one or more required attributes
> All of the following are required: joiner
> 349: <principal-decoder name="constPrincDecoder"/>
> 350: <principal-decoder name="constPrincDecoder"/>
> 351: </concatenating-principal-decoder>
> The underlying error message was:
> > ParseError at [row,col]:[348,17]
> > Message: WFLYCTL0133: Missing required attribute(s): joiner
> ================================================================================
> 14:50:29,357 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0085: Failed to parse configuration
> at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:143)
> at org.jboss.as.server.ServerService.boot(ServerService.java:355)
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:302)
> at java.lang.Thread.run(Thread.java:745)
> 14:50:29,358 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details.
> {noformat}
> The {{joiner}} attribute has {{use="required"}} in _wildfly-elytron_1_0.xsd_.
> *Suggestions for improvement:*
> In case it makes sense to have no joiner, the joiner should not be required. (There could be reasonable cases.) Otherwise, the CLI {{joiner}} attribute should be declared as {{"nillable" => false}} and the XSD {{joiner}} attribute should have defined {{default="."}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7497) Incorrect value returned by undertow for "max number of concurrent active sessions" metric
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7497?page=com.atlassian.jira.plugin.... ]
Stuart Douglas moved JBEAP-6933 to WFLY-7497:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7497 (was: JBEAP-6933)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Affects Version/s: (was: 7.0.0.ER7)
> Incorrect value returned by undertow for "max number of concurrent active sessions" metric
> ------------------------------------------------------------------------------------------
>
> Key: WFLY-7497
> URL: https://issues.jboss.org/browse/WFLY-7497
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
>
> Undertow is returning "_maximum active sessions allowed_" configured in the deployment as the "_max number of concurrent active sessions_" metric.
> h4. Additional Information:
> I requested a resource description and the description of the attribute says it is a metric.
> {code:java}
> [standalone@localhost:9990 /] /deployment=helloworld2.war/subsystem=undertow:read-resource-description
> .......
> .......
> "max-active-sessions" => {
> "type" => INT,
> "description" => "*Max number of concurrent active sessions*",
> "expressions-allowed" => false,
> "nillable" => false,
> "access-type" => "metric",
> "storage" => "runtime"
> },
> .....
> .....
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1947) DomainSuspendResumeTestCase#testSuspendResumeDomainLevel fails intermittently on IPv6
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1947?page=com.atlassian.jira.plugi... ]
Stuart Douglas moved JBEAP-6932 to WFCORE-1947:
-----------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1947 (was: JBEAP-6932)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: (was: 7.1.0.DR3)
> DomainSuspendResumeTestCase#testSuspendResumeDomainLevel fails intermittently on IPv6
> -------------------------------------------------------------------------------------
>
> Key: WFCORE-1947
> URL: https://issues.jboss.org/browse/WFCORE-1947
> Project: WildFly Core
> Issue Type: Bug
> Components: Test Suite
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Priority: Minor
>
> *Description of problem:*
> DomainSuspendResumeTestCase#testSuspendResumeDomainLevel from WF-core fails intermittently on IPv6
> *How reproducible:*
> 1%
> *Actual results:*
> Stack trace:
> {noformat}
> java.util.concurrent.ExecutionException: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: HTTP Status 503 Response: null
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:192)
> at org.jboss.as.test.integration.domain.suspendresume.DomainSuspendResumeTestCase.testSuspendResumeDomainLevel(DomainSuspendResumeTestCase.java:117)
> Caused by: java.io.IOException: java.util.concurrent.ExecutionException: java.io.IOException: HTTP Status 503 Response: null
> at org.jboss.as.test.integration.common.HttpRequest.execute(HttpRequest.java:60)
> at org.jboss.as.test.integration.common.HttpRequest.get(HttpRequest.java:81)
> at org.jboss.as.test.integration.domain.suspendresume.DomainSuspendResumeTestCase$1.call(DomainSuspendResumeTestCase.java:106)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 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.util.concurrent.ExecutionException: java.io.IOException: HTTP Status 503 Response: null
> at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> at java.util.concurrent.FutureTask.get(FutureTask.java:206)
> at org.jboss.as.test.integration.common.HttpRequest.execute(HttpRequest.java:51)
> at org.jboss.as.test.integration.common.HttpRequest.get(HttpRequest.java:81)
> at org.jboss.as.test.integration.domain.suspendresume.DomainSuspendResumeTestCase$1.call(DomainSuspendResumeTestCase.java:106)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 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.io.IOException: HTTP Status 503 Response: null
> at org.jboss.as.test.integration.common.HttpRequest.processResponse(HttpRequest.java:156)
> at org.jboss.as.test.integration.common.HttpRequest.access$000(HttpRequest.java:45)
> at org.jboss.as.test.integration.common.HttpRequest$1.call(HttpRequest.java:78)
> at org.jboss.as.test.integration.common.HttpRequest$1.call(HttpRequest.java:73)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 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)
> {noformat}
> Standard Output:
> {noformat}
> [Host Controller] &#27;[0m&#27;[0m14:09:35,818 INFO [org.jboss.as.domain.controller] (management task-1) WFLYHC0026: Unregistered remote slave host "slave"&#27;[0m
> &#27;[0m14:09:38,851 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1
> &#27;[0m&#27;[0m14:09:39,158 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
> &#27;[0m[Host Controller] &#27;[0m14:09:40,482 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:41,037 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:41,190 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" starting&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,240 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (9990) securePort (-1)&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,258 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,282 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,554 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,707 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:43,914 INFO [org.jboss.as.remoting] (MSC service thread 1-1) WFLYRMT0001: Listening on [2620:52:0:105f::ffff:200]:9999&#27;[0m
> [Host Controller] &#27;[0m&#27;[33m14:09:43,985 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-2) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console&#27;[0m
> [Host Controller] &#27;[33m&#27;[0m&#27;[0m14:09:45,397 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server main-one&#27;[0m
> &#27;[0m14:09:45,493 INFO [org.jboss.as.process.Server:main-one.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:main-one'
> &#27;[0m[Server:main-one] &#27;[0m14:09:46,953 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1&#27;[0m
> [Server:main-one] &#27;[0m&#27;[0m14:09:47,552 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1&#27;[0m
> [Server:main-one] &#27;[0m&#27;[0m14:09:47,737 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" starting&#27;[0m
> [Server:main-one] &#27;[0m&#27;[0m14:09:47,879 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final-redhat-1&#27;[0m
> [Server:main-one] &#27;[0m&#27;[0m14:09:47,891 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final-redhat-1&#27;[0m
> [Server:main-one] &#27;[0m&#27;[0m14:09:48,007 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:49,228 INFO [org.jboss.as.host.controller] (management task-2) WFLYHC0021: Server [Server:main-one] connected using connection [Channel ID 2b048cd4 (inbound) of Remoting connection 0a683b93 to /2620:52:0:105f:0:0:ffff:200:50459 of endpoint "master:MANAGEMENT" <6718116b>]&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:49,353 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server main-one&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:49,408 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[2620:52:0:105f::ffff:200]:9990/management&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:49,408 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://[2620:52:0:105f::ffff:200]:9990&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:49,409 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" (Host Controller) started in 9990ms - Started 52 of 52 services (13 services are lazy, passive or on-demand)&#27;[0m
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> [Server:main-one] &#27;[0m14:09:50,792 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 11) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors&#27;[0m
> [Server:main-one] 14:09:50,958 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=main-one, host=master, server-group=main-server-group} status is starting
> [Server:main-one] 14:09:51,358 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" started in 5543ms - Started 50 of 67 services (24 services are lazy, passive or on-demand)
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] All servers started in 13764 ms
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 14018 ms
> &#27;[0m14:09:52,775 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1
> &#27;[0m&#27;[0m14:09:53,056 INFO [org.jboss.as.process.Host Controller.status] (main) WFLYPC0018: Starting process 'Host Controller'
> &#27;[0m[Host Controller] &#27;[0m14:09:54,298 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:54,746 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:54,871 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" starting&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,339 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,362 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,373 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0003: Creating http management service using network interface (management) port (19990) securePort (-1)&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,496 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,580 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:56,757 INFO [org.jboss.as.remoting] (MSC service thread 1-2) WFLYRMT0001: Listening on [2620:52:0:105f::ffff:200]:19999&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:58,934 INFO [org.jboss.as.domain.controller] (Host Controller Service Threads - 10) WFLYHC0019: Registered remote slave host "slave", WildFly 3.0.0.Alpha5-redhat-2 "Kenny"&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:58,941 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0148: Connected to master host controller at remote://[2620:52:0:105f::ffff:200]:9999&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:09:59,060 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server main-three&#27;[0m
> &#27;[0m14:09:59,142 INFO [org.jboss.as.process.Server:main-three.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:main-three'
> &#27;[0m[Server:main-three] &#27;[0m14:10:00,843 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1&#27;[0m
> [Server:main-three] &#27;[0m&#27;[0m14:10:01,463 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1&#27;[0m
> [Server:main-three] &#27;[0m&#27;[0m14:10:01,673 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" starting&#27;[0m
> [Server:main-three] &#27;[0m&#27;[0m14:10:01,845 INFO [org.xnio] (MSC service thread 1-2) XNIO version 3.4.0.Final-redhat-1&#27;[0m
> [Server:main-three] &#27;[0m&#27;[0m14:10:01,864 INFO [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.4.0.Final-redhat-1&#27;[0m
> [Server:main-three] &#27;[0m&#27;[0m14:10:01,964 INFO [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:03,372 INFO [org.jboss.as.host.controller] (management task-4) WFLYHC0021: Server [Server:main-three] connected using connection [Channel ID 67d9a29d (inbound) of Remoting connection 11386b99 to /2620:52:0:105f:0:0:ffff:200:34339 of endpoint "slave:MANAGEMENT" <45f90c18>]&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:03,505 INFO [org.jboss.as.host.controller] (Controller Boot Thread) WFLYHC0023: Starting server other-two&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:03,526 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server main-three&#27;[0m
> &#27;[0m14:10:03,562 INFO [org.jboss.as.process.Server:other-two.status] (ProcessController-threads - 3) WFLYPC0018: Starting process 'Server:other-two'
> &#27;[0m[Server:main-three] &#27;[0m14:10:05,151 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 8) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors&#27;[0m
> [Server:main-three] 14:10:05,423 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> [Server:main-three] 14:10:06,009 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" started in 6591ms - Started 51 of 68 services (25 services are lazy, passive or on-demand)
> [Server:other-two] &#27;[0m14:10:07,481 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final-redhat-1&#27;[0m
> [Server:other-two] &#27;[0m&#27;[0m14:10:08,387 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final-redhat-1&#27;[0m
> [Server:other-two] &#27;[0m&#27;[0m14:10:08,715 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" starting&#27;[0m
> [Server:other-two] &#27;[0m&#27;[0m14:10:08,969 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.4.0.Final-redhat-1&#27;[0m
> [Server:other-two] &#27;[0m&#27;[0m14:10:08,985 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.4.0.Final-redhat-1&#27;[0m
> [Server:other-two] &#27;[0m&#27;[0m14:10:09,147 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final-redhat-1&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:10,832 INFO [org.jboss.as.host.controller] (management task-7) WFLYHC0021: Server [Server:other-two] connected using connection [Channel ID 44ad4059 (inbound) of Remoting connection 0c272340 to /2620:52:0:105f:0:0:ffff:200:58012 of endpoint "slave:MANAGEMENT" <45f90c18>]&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:10,867 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://[2620:52:0:105f::ffff:200]:19990/management&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:10,868 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:10,868 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" (Host Controller) started in 17586ms - Started 51 of 52 services (15 services are lazy, passive or on-demand)&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:10,879 INFO [org.jboss.as.host.controller] (server-registration-threads - 1) WFLYHC0020: Registering server other-two&#27;[0m
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> [Server:other-two] &#27;[0m14:10:13,104 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 8) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors&#27;[0m
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> [Server:other-two] 14:10:13,514 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: WildFly cumulative patch ID is: base, one-off patches include: none
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] ServerIdentity{name=other-two, host=slave, server-group=other-server-group} status is starting
> [Server:other-two] 14:10:14,207 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 3.0.0.Alpha5-redhat-2 "Kenny" started in 9383ms - Started 51 of 68 services (25 services are lazy, passive or on-demand)
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] All servers started in 22719 ms
> INFO [org.jboss.as.test.integration.domain.management.util.DomainLifecycleUtil] HostController started in 22983 ms
> [Host Controller] &#27;[0m&#27;[0m14:10:14,934 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location /mnt/hudson_workspace/eap-7x-as-testsuite-test-core-rhel-ipv6/d202e32a/testsuite/domain/target/domains/DomainSuspendResumeTestCase/master/data/content/d0/14932745e22c9365392d6248c6743b23679935/content&#27;[0m
> [Server:main-three] 14:10:15,936 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "web-suspend.jar" (runtime-name: "web-suspend.jar")
> [Server:main-one] 14:10:16,058 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "web-suspend.jar" (runtime-name: "web-suspend.jar")
> [Server:main-three] 14:10:16,486 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
> [Server:main-three] 14:10:16,487 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
> [Server:main-three] 14:10:16,487 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.wildfly.extension.request-controller:main") which may be changed or removed in future versions without notice.
> [Server:main-three] 14:10:16,487 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.network:main") which may be changed or removed in future versions without notice.
> [Server:main-one] 14:10:16,567 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.controller:main") which may be changed or removed in future versions without notice.
> [Server:main-one] 14:10:16,568 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
> [Server:main-one] 14:10:16,568 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.wildfly.extension.request-controller:main") which may be changed or removed in future versions without notice.
> [Server:main-one] 14:10:16,569 WARN [org.jboss.as.dependency.private] (MSC service thread 1-2) WFLYSRV0018: Deployment "deployment.web-suspend.jar" is using a private module ("org.jboss.as.network:main") which may be changed or removed in future versions without notice.
> [Server:main-three] 14:10:17,387 INFO [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0010: Deployed "web-suspend.jar" (runtime-name : "web-suspend.jar")
> [Server:main-one] 14:10:17,438 INFO [org.jboss.as.server] (ServerService Thread Pool -- 16) WFLYSRV0010: Deployed "web-suspend.jar" (runtime-name : "web-suspend.jar")
> [Server:main-one] 14:10:18,788 INFO [org.jboss.as.server] (ServerService Thread Pool -- 16) WFLYSRV0236: Suspending server with no timeout.
> [Server:main-three] 14:10:18,930 INFO [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0236: Suspending server with no timeout.
> [Server:main-one] 14:10:18,936 INFO [stdout] (XNIO-1 task-1) Attempting 1 HttpServerExchange{ GET /web-suspend request {Accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], Via=[1.1 proxy-01.mw.lab.eng.bos.redhat.com (squid/3.1.10)], Connection=[keep-alive], Cache-Control=[max-age=259200], X-Forwarded-For=[2620:52:0:105f::ffff:203], User-Agent=[Java/1.8.0_71], Host=[[2620:52:0:105f::ffff:200]:8080]} response {}}
> [Server:other-two] 14:10:18,966 INFO [org.jboss.as.server] (ServerService Thread Pool -- 12) WFLYSRV0236: Suspending server with no timeout.
> [Server:main-one] 14:10:18,990 INFO [stdout] (XNIO-1 I/O-1) Rejected 1 HttpServerExchange{ GET /web-suspend request {Accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], Via=[1.1 proxy-01.mw.lab.eng.bos.redhat.com (squid/3.1.10)], Connection=[keep-alive], Cache-Control=[max-age=259200], X-Forwarded-For=[2620:52:0:105f::ffff:203], User-Agent=[Java/1.8.0_71], Host=[[2620:52:0:105f::ffff:200]:8080]} response {}}
> [Server:main-one] 14:10:19,077 INFO [stdout] (XNIO-1 task-3) Skipping request 2 HttpServerExchange{ GET /web-suspend request {Accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], Via=[1.1 proxy-01.mw.lab.eng.bos.redhat.com (squid/3.1.10)], Connection=[keep-alive], Cache-Control=[max-age=259200], X-Forwarded-For=[2620:52:0:105f::ffff:203], User-Agent=[Java/1.8.0_71], Host=[[2620:52:0:105f::ffff:200]:8080]} response {}}
> [Server:main-one] 14:10:19,140 INFO [stdout] (XNIO-1 task-4) Skipping request 3 HttpServerExchange{ GET /web-suspend request {Accept=[text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2], Via=[1.1 proxy-01.mw.lab.eng.bos.redhat.com (squid/3.1.10)], Connection=[keep-alive], Cache-Control=[max-age=259200], X-Forwarded-For=[2620:52:0:105f::ffff:203], User-Agent=[Java/1.8.0_71], Host=[[2620:52:0:105f::ffff:200]:8080]} response {}}
> [Server:main-three] 14:10:19,552 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment web-suspend.jar (runtime-name: web-suspend.jar) in 133ms
> [Server:main-one] 14:10:19,565 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment web-suspend.jar (runtime-name: web-suspend.jar) in 179ms
> [Server:main-one] 14:10:19,676 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 16) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
> [Server:main-one] 14:10:19,688 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 16) WFLYDR0002: Content removed from location /mnt/hudson_workspace/eap-7x-as-testsuite-test-core-rhel-ipv6/d202e32a/testsuite/domain/target/domains/DomainSuspendResumeTestCase/master/servers/main-one/data/content/d0/14932745e22c9365392d6248c6743b23679935/content
> [Server:main-three] 14:10:19,699 WARN [org.jboss.as.controller] (ServerService Thread Pool -- 6) WFLYCTL0357: Notification of type deployment-undeployed is not described for the resource at the address []
> [Server:main-three] 14:10:19,709 INFO [org.jboss.as.repository] (ServerService Thread Pool -- 6) WFLYDR0002: Content removed from location /mnt/hudson_workspace/eap-7x-as-testsuite-test-core-rhel-ipv6/d202e32a/testsuite/domain/target/domains/DomainSuspendResumeTestCase/slave/data/servers/main-three/content/d0/14932745e22c9365392d6248c6743b23679935/content
> [Server:main-three] 14:10:19,782 INFO [org.jboss.as.server] (ServerService Thread Pool -- 6) WFLYSRV0009: Undeployed "web-suspend.jar" (runtime-name: "web-suspend.jar")
> [Server:main-one] 14:10:19,689 INFO [org.jboss.as.server] (ServerService Thread Pool -- 16) WFLYSRV0009: Undeployed "web-suspend.jar" (runtime-name: "web-suspend.jar")
> [Host Controller] &#27;[0m&#27;[0m14:10:19,875 INFO [org.jboss.as.repository] (Host Controller Service Threads - 4) WFLYDR0002: Content removed from location /mnt/hudson_workspace/eap-7x-as-testsuite-test-core-rhel-ipv6/d202e32a/testsuite/domain/target/domains/DomainSuspendResumeTestCase/slave/data/content/d0/14932745e22c9365392d6248c6743b23679935/content&#27;[0m
> [Host Controller] &#27;[0m&#27;[0m14:10:19,890 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0002: Content removed from location /mnt/hudson_workspace/eap-7x-as-testsuite-test-core-rhel-ipv6/d202e32a/testsuite/domain/target/domains/DomainSuspendResumeTestCase/master/data/content/d0/14932745e22c9365392d6248c6743b23679935/content&#27;[0m
> {noformat}
> *Expected results:*
> No error.
> *Additional info:*
> * [jenkins job run|https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-as-testsu...]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1946) Missing description what happends to request when max-requests attribute is set in request-controller subsystem in CLI
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFCORE-1946?page=com.atlassian.jira.plugi... ]
Stuart Douglas moved JBEAP-6931 to WFCORE-1946:
-----------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1946 (was: JBEAP-6931)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: (was: User Experience)
(was: Web (Undertow))
Affects Version/s: (was: 7.1.0.DR6)
> Missing description what happends to request when max-requests attribute is set in request-controller subsystem in CLI
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: WFCORE-1946
> URL: https://issues.jboss.org/browse/WFCORE-1946
> Project: WildFly Core
> Issue Type: Bug
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Priority: Optional
>
> Current description for {{max-requests}} attribute in request-controller subsystem: “The maximum number of all types of requests that can be running in a server at a time” – What will happen if there will be more requests? Will they wait in queue or they will be dropped. It is not clear from description.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7496) Non complete resource description
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7496?page=com.atlassian.jira.plugin.... ]
Stuart Douglas moved JBEAP-6928 to WFLY-7496:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7496 (was: JBEAP-6928)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: User Experience)
(was: Web (Undertow))
Affects Version/s: (was: 7.1.0.DR7)
> Non complete resource description
> ---------------------------------
>
> Key: WFLY-7496
> URL: https://issues.jboss.org/browse/WFLY-7496
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
>
> Missing time unit
> {noformat}
> "session-timeout" => {
> "type" => INT,
> "description" => "The session timeout for sessions that are owned by crawlers",
> "expressions-allowed" => true,
> "nillable" => true,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> },
> "timeout" => {
> "type" => INT,
> "description" => "The request timeout",
> "expressions-allowed" => false,
> "nillable" => true,
> "access-type" => "read-only",
> "storage" => "runtime"
> "connection-idle-timeout" => {
> "type" => INT,
> "description" => "The amount of time a connection can be idle before it will be closed. Connections will not time out once the pool size is down to the configured minimum (as configured by cached-connections-per-thread)",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => 60L,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "no-services"
> "max-request-time" => {
> "type" => INT,
> "description" => "The maximum time that a proxy request can be active for, before being killed. Defaults to unlimited",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => -1,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "no-services"
> {noformat}
> Description not fully understandable
> {noformat}
> "require-host-http11" => {
> "type" => BOOLEAN,
> "description" => "Require the Host header when using the HTTP/1.1 protocol",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => false,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> },
> "proxy-address-forwarding" => {
> "type" => BOOLEAN,
> "description" => "enables x-forwarded-host and similar headers and set a remote ip address and hostname",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => false,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "resource-services"
> {noformat}
> Name X Description
> {noformat}
> "disabled" => {
> "type" => BOOLEAN,
> "description" => "Enable the JSP container.",
> "expressions-allowed" => true,
> "nillable" => true,
> "default" => false,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFLY-7474) AccessControlException in OpenSSL initialization
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-7474?page=com.atlassian.jira.plugin.... ]
Stuart Douglas commented on WFLY-7474:
--------------------------------------
Fixed in Alpha5
> AccessControlException in OpenSSL initialization
> ------------------------------------------------
>
> Key: WFLY-7474
> URL: https://issues.jboss.org/browse/WFLY-7474
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Josef Cacek
> Assignee: Stuart Douglas
> Priority: Critical
>
> *Issue description*
> When starting server with security manager (i.e. with {{-secmgr}} argument), then OpenSSL initialization fails with
> {code}
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.wildfly.openssl.SSL.init(SSL.java:73)
> at org.wildfly.openssl.SSL.getInstance(SSL.java:49)
> at org.wildfly.openssl.OpenSSLEngine.<clinit>(OpenSSLEngine.java:59)
> at java.lang.Class.forName0(Native Method)
> at java.lang.Class.forName(Class.java:348)
> at io.undertow.protocols.alpn.OpenSSLAlpnProvider$1.run(OpenSSLAlpnProvider.java:47)
> at io.undertow.protocols.alpn.OpenSSLAlpnProvider$1.run(OpenSSLAlpnProvider.java:43)
> at java.security.AccessController.doPrivileged(Native Method)
> at io.undertow.protocols.alpn.OpenSSLAlpnProvider.<clinit>(OpenSSLAlpnProvider.java:43)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
> at java.lang.Class.newInstance(Class.java:442)
> at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
> at java.util.ServiceLoader$LazyIterator.access$700(ServiceLoader.java:323)
> at java.util.ServiceLoader$LazyIterator$2.run(ServiceLoader.java:407)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:409)
> at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
> at io.undertow.protocols.alpn.ALPNManager.<init>(ALPNManager.java:40)
> at io.undertow.protocols.alpn.ALPNManager.<clinit>(ALPNManager.java:35)
> at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:64)
> at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:83)
> at io.undertow.server.protocol.http.AlpnOpenListener.<init>(AlpnOpenListener.java:75)
> at org.wildfly.extension.undertow.HttpsListenerService.createAlpnOpenListener(HttpsListenerService.java:101)
> at org.wildfly.extension.undertow.HttpsListenerService.createOpenListener(HttpsListenerService.java:86)
> at org.wildfly.extension.undertow.ListenerService.start(ListenerService.java:158)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1963)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896)
> 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.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.RuntimePermission" "loadLibrary.wfssl")" in code source "(null <no signer certificates>)" of "org.wildfly.openssl.SSL$LibraryClassLoader@37072772")
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:278)
> at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175)
> at java.lang.SecurityManager.checkLink(SecurityManager.java:835)
> at org.wildfly.security.manager.WildFlySecurityManager.checkLink(WildFlySecurityManager.java:338)
> at java.lang.Runtime.loadLibrary0(Runtime.java:864)
> at java.lang.System.loadLibrary(System.java:1122)
> at org.wildfly.openssl.SSL$LibraryLoader.load(SSL.java:180)
> ... 37 more
> {code}
> There could be a wrong class-loader used or {{doPrivileged()}} block missing, so the initializing code doesn't get the {{AllPermission}} (which is assigned to server modules).
> *Suggested improvement*
> * check and fix OpenSSL initialization, so it gets correct permissions
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months
[JBoss JIRA] (WFCORE-1944) Convert domain-management tests to reference Elytron SecurityRealm and remove old CallbackHandler code.
by Darran Lofthouse (JIRA)
Darran Lofthouse created WFCORE-1944:
----------------------------------------
Summary: Convert domain-management tests to reference Elytron SecurityRealm and remove old CallbackHandler code.
Key: WFCORE-1944
URL: https://issues.jboss.org/browse/WFCORE-1944
Project: WildFly Core
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 3.0.0.Alpha12
The important pieces of code within the legacy security realms are being wrapped using Elytron components, items like the legacy CallbackHandlers can be removed but existing tests need porting to call Elytron APIs.
The legacy tests do need to be retained as they offer a good level of regression testing for the legacy realms.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 8 months