[jboss-jira] [JBoss JIRA] (WFLY-12356) remoting subsystem's http-connector is missing capability reference

Richard Achmatowicz (Jira) issues at jboss.org
Sun Jun 14 12:26:00 EDT 2020


    [ https://issues.redhat.com/browse/WFLY-12356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14155095#comment-14155095 ] 

Richard Achmatowicz commented on WFLY-12356:
--------------------------------------------

Hi Ranabir

I replied on https://wildfly.zulipchat.com/#narrow/stream/174184-wildfly-developers/topic/Remoting.20subsystem's.20http-connector.20is.20missing

Here is the reply: 

```
@Ranabir Chakraborty Ranabir, when the http remoting connector is set up, it depends on a service provided by Undertow called the HTTP_UPGRADE_REGISTRY which is used to allow Remoting to register itself with Undertow's HTTP Upgrade mechanism. In the PR Brian cited above (not yet merged), I have added a Capability in Undertow for the HTTP_UPGRADE_REGISTRY which can be used by external subsystems like Remoting. Once this PR is merged, you can complete the work by adding a dependency on the Capability for HTTP_UPGRADE_REGISTRY to the Capability for the http-connector, namely HTTP_CONNECTOR_CAPABILITY.
 
```

> remoting subsystem's http-connector is missing capability reference
> -------------------------------------------------------------------
>
>                 Key: WFLY-12356
>                 URL: https://issues.redhat.com/browse/WFLY-12356
>             Project: WildFly
>          Issue Type: Bug
>          Components: Remoting
>    Affects Versions: 17.0.1.Final
>            Reporter: Radoslav Husar
>            Assignee: Ranabir Chakraborty
>            Priority: Major
>              Labels: ux
>
> http-remoting-connector is missing capability reference to the undertow connector.
> {noformat}
> [standalone at localhost:9990 /] /subsystem=remoting/http-connector=http-remoting-connector:write-attribute(name=connector-ref,value=foo)
> {
>     "outcome" => "success",
>     "response-headers" => {
>         "operation-requires-reload" => true,
>         "process-state" => "reload-required"
>     }
> }
> {noformat}
> results in a cryptic error 
> {noformat}
> 11:33:01,792 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
> WFLYCTL0184:    New missing/unsatisfied dependencies:
>       service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service org.wildfly.clustering.cache.registry-entry.ejb.client-mappings, service org.wildfly.ejb.remote]
> WFLYCTL0448: 5 additional services are down due to their dependencies being missing or failed
> 11:33:15,334 INFO  [org.jboss.as.controller] (management-handler-thread - 1) WFLYCTL0183: Service status report
> WFLYCTL0185:    Newly corrected services:
>       service jboss.ejb.association (new available)
>       service jboss.ejb.remoting.connector.client-mappings (new available)
>       service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (no longer required)
>       service org.wildfly.clustering.cache.registry-entry.ejb.client-mappings (new available)
>       service org.wildfly.clustering.cache.registry-factory.ejb.client-mappings (new available)
>       service org.wildfly.clustering.group.ejb (new available)
> {noformat}



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list