[jboss-jira] [JBoss JIRA] (WFCORE-1505) Missing services for outbound socket bindings on the HC

Kabir Khan (JIRA) issues at jboss.org
Tue Apr 26 15:51:00 EDT 2016


     [ https://issues.jboss.org/browse/WFCORE-1505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan updated WFCORE-1505:
-------------------------------
    Description: 
Calling

{code}
/host=master/socket-binding-group=sockets/socket-binding=one:add(port=1121)
{code}

I see a corresponding service in the service container'
{code}
Service "org.wildfly.network.socket-binding.one" (aliases: jboss.binding.one) (class org.jboss.as.server.services.net.SocketBindingService) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.host.controller.model.controller) (dependencies: jboss.socket-binding-manager)
{code}

However, when e.g. doing:
{code}
/host=master/socket-binding-group=sockets/remote-destination-outbound-socket-binding=test:add(host=localhost,port=12345)
{code}
I see no corresponding service in the dump.

  was:
Calling

{code}
{code}

I see a corresponding service in the service container'
{code}
Service "org.wildfly.network.socket-binding.one" (aliases: jboss.binding.one) (class org.jboss.as.server.services.net.SocketBindingService) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.host.controller.model.controller) (dependencies: jboss.socket-binding-manager)
{code}

However, when e.g. doing:
{code}
/host=master/socket-binding-group=sockets/remote-destination-outbound-socket-binding=test:add(host=localhost,port=12345)
{code}
I see no corresponding service in the dump.



> Missing services for outbound socket bindings on the HC
> -------------------------------------------------------
>
>                 Key: WFCORE-1505
>                 URL: https://issues.jboss.org/browse/WFCORE-1505
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Kabir Khan
>            Assignee: Kabir Khan
>             Fix For: 3.0.0.Alpha1
>
>
> Calling
> {code}
> /host=master/socket-binding-group=sockets/socket-binding=one:add(port=1121)
> {code}
> I see a corresponding service in the service container'
> {code}
> Service "org.wildfly.network.socket-binding.one" (aliases: jboss.binding.one) (class org.jboss.as.server.services.net.SocketBindingService) mode ON_DEMAND state DOWN (WAITING) (parent: jboss.host.controller.model.controller) (dependencies: jboss.socket-binding-manager)
> {code}
> However, when e.g. doing:
> {code}
> /host=master/socket-binding-group=sockets/remote-destination-outbound-socket-binding=test:add(host=localhost,port=12345)
> {code}
> I see no corresponding service in the dump.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list