[jboss-jira] [JBoss JIRA] (WFLY-10735) Unable to disable iiop port (non-ssl)

Derek Horton (JIRA) issues at jboss.org
Tue Jul 24 15:57:00 EDT 2018


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

Derek Horton updated WFLY-10735:
--------------------------------
    Description: 
Wildfly 13.0.0.Final

Removing the "iiop" socket-binding from the orb configuration:

        <subsystem xmlns="urn:jboss:domain:iiop-openjdk:2.0">
            <orb ssl-socket-binding="iiop-ssl"/>
            <initializers security="identity" transactions="spec"/>
            <security server-requires-ssl="true" client-requires-ssl="true" support-ssl="true" security-domain="jsse"/>
        </subsystem>

and commenting out the iiop socket-binding leads to the following error:


2018-07-24 14:47:29,315 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: {
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.binding.iiop"],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.iiop-openjdk.orb-service is missing [jboss.binding.iiop]"]
}
2018-07-24 14:47:29,351 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.binding.iiop (missing) dependents: [service jboss.iiop-openjdk.orb-service]


  was:
EAP 7.1.3

Removing the "iiop" socket-binding from the orb configuration:

        <subsystem xmlns="urn:jboss:domain:iiop-openjdk:2.0">
            <orb ssl-socket-binding="iiop-ssl"/>
            <initializers security="identity" transactions="spec"/>
            <security server-requires-ssl="true" client-requires-ssl="true" support-ssl="true" security-domain="jsse"/>
        </subsystem>

and commenting out the iiop socket-binding leads to the following error:


14:29:44,937 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: {
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.binding.iiop"],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.iiop-openjdk.orb-service is missing [jboss.binding.iiop]"],
    "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {




> Unable to disable iiop port (non-ssl)
> -------------------------------------
>
>                 Key: WFLY-10735
>                 URL: https://issues.jboss.org/browse/WFLY-10735
>             Project: WildFly
>          Issue Type: Bug
>    Affects Versions: 13.0.0.Final
>            Reporter: Derek Horton
>
> Wildfly 13.0.0.Final
> Removing the "iiop" socket-binding from the orb configuration:
>         <subsystem xmlns="urn:jboss:domain:iiop-openjdk:2.0">
>             <orb ssl-socket-binding="iiop-ssl"/>
>             <initializers security="identity" transactions="spec"/>
>             <security server-requires-ssl="true" client-requires-ssl="true" support-ssl="true" security-domain="jsse"/>
>         </subsystem>
> and commenting out the iiop socket-binding leads to the following error:
> 2018-07-24 14:47:29,315 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: {
>     "WFLYCTL0412: Required services that are not installed:" => ["jboss.binding.iiop"],
>     "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.iiop-openjdk.orb-service is missing [jboss.binding.iiop]"]
> }
> 2018-07-24 14:47:29,351 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> WFLYCTL0184:    New missing/unsatisfied dependencies:
>       service jboss.binding.iiop (missing) dependents: [service jboss.iiop-openjdk.orb-service]



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list