[JBoss JIRA] (WFCORE-2860) The ReloadRedirectTestCase needs to work with Elytron
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2860?page=com.atlassian.jira.plugi... ]
James Perkins reassigned WFCORE-2860:
-------------------------------------
Assignee: Jean-Francois Denise (was: Tomaz Cerar)
> The ReloadRedirectTestCase needs to work with Elytron
> -----------------------------------------------------
>
> Key: WFCORE-2860
> URL: https://issues.jboss.org/browse/WFCORE-2860
> Project: WildFly Core
> Issue Type: Task
> Components: CLI, Test Suite
> Reporter: James Perkins
> Assignee: Jean-Francois Denise
>
> The {{ReloadRedirectTestCase}} test configures an SSL management connection. This doesn't work when Elytron is enabled ({{-Delytron}} for the test suite) because the {{/core-service=management/security-realm=ManagementRealm/}} is not used. An SSL context will need to be created on the Elytron subsystem and the management interface will need to use that context.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (WFCORE-2860) The ReloadRedirectTestCase needs to work with Elytron
by James Perkins (JIRA)
James Perkins created WFCORE-2860:
-------------------------------------
Summary: The ReloadRedirectTestCase needs to work with Elytron
Key: WFCORE-2860
URL: https://issues.jboss.org/browse/WFCORE-2860
Project: WildFly Core
Issue Type: Task
Components: CLI, Test Suite
Reporter: James Perkins
Assignee: Tomaz Cerar
The {{ReloadRedirectTestCase}} test configures an SSL management connection. This doesn't work when Elytron is enabled ({{-Delytron}} for the test suite) because the {{/core-service=management/security-realm=ManagementRealm/}} is not used. An SSL context will need to be created on the Elytron subsystem and the management interface will need to use that context.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months
[JBoss JIRA] (WFLY-8762) WebSocketsDefinition BUFFER_POOL and WORKER are not configured as capability references
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-8762?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar commented on WFLY-8762:
-----------------------------------
Found the problem, it is related to completely broken RestartParent* handlers
after the fix this is result:
{noformat}
[standalone@localhost:9990 /] /subsystem=io/worker=default:remove
{
"outcome" => "failed",
"failure-description" => "WFLYCTL0367: Cannot remove capability 'org.wildfly.io.worker.default' as it is required by other capabilities:
capability 'org.wildfly.undertow.listener.default' requires it for attribute 'worker' at address '/subsystem=undertow/server=default-server/http-listener=default'
capability 'org.wildfly.remoting.endpoint' requires it for attribute 'worker' at address '/subsystem=remoting/configuration=endpoint'
capability 'org.wildfly.undertow.listener.https' requires it for attribute 'worker' at address '/subsystem=undertow/server=default-server/https-listener=https'
capability 'org.wildfly.undertow.servlet-container.websocket.default' requires it for attribute 'worker' at address '/subsystem=undertow/servlet-container=default/setting=websockets'",
"rolled-back" => true
}
{noformat}
> WebSocketsDefinition BUFFER_POOL and WORKER are not configured as capability references
> ---------------------------------------------------------------------------------------
>
> Key: WFLY-8762
> URL: https://issues.jboss.org/browse/WFLY-8762
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Reporter: Brian Stansberry
> Assignee: Tomaz Cerar
>
> This makes it hard to remove or rename the 'default' worker (e.g. as part of doing performance tuning), because the requirement for that worker isn't shown in standalone.xml. Since there's no capability ref failure, boot proceeds to RUNTIME, ServletContainerService can't start but a whole lot of others can't start as well. So there's a lot of noise that obscures the issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 11 months