Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-8409

Backward compatibility: IIOP doesn't work with standalone-full profile from EAP 7.0.0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 11.0.0.Beta1
    • 10.1.0.Final
    • IIOP
    • None

    Description

      Description of problem:
      IIOP doesn't work with standalone-full profile from EAP 7.0.0.

      This is regression against EAP 7.1.0.DR10.

      This backward compatibility works correctly in EAP 6.x. EAP 6.4.0 works correctly with standalone-full.xml from EAP 6.0.0.

      Unable to find source-code formatter for language: diff. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
      @@ -270,8 +271,9 @@
                   </cache-container>
               </subsystem>
               <subsystem xmlns="urn:jboss:domain:iiop-openjdk:3.0">
      -            <orb socket-binding="iiop" ssl-socket-binding="iiop-ssl"/>
      +            <orb socket-binding="iiop"/>
                   <initializers security="identity" transactions="spec"/>
      +            <security server-requires-ssl="false" client-requires-ssl="false"/>
               </subsystem>
               <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
               <subsystem xmlns="urn:jboss:domain:jca:4.0">
      @@ -304,7 +306,7 @@
      

      How reproducible:
      Always

      Steps to Reproduce:

      1. get fresh EAP 7.1.0.DR11
      2. rm standalone/configuration/standalone-full.xml
      3. cp ${EAP_7_0_0}/standalone/configuration/standalone-full.xml standalone/configuration/
      4. ./bin/standalone.sh -c standalone-full.xml

      Actual results:

      ...
      10:43:53,503 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 42) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: "WFLYIIOP0111: SSL has not been configured but ssl-port property has been specified"
      10:43:53,515 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 42) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "iiop-openjdk")]) - failure description: "WFLYIIOP0111: SSL has not been configured but ssl-port property has been specified"
      ...
      10:43:55,251 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha22-redhat-1) started in 3272ms - Started 385 of 615 services (419 services are lazy, passive or on-demand)
      

      Expected results:
      No error on output.

      Attachments

        Issue Links

          Activity

            People

              tadamski@redhat.com Tomasz Adamski
              tadamski@redhat.com Tomasz Adamski
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: