Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-30354

[8.1] Configuration of interface is not possible with YAML configuration

XMLWordPrintable

      Using YAML configuration overrides to set an interface criteria does not work.

      For example,imagine booting with our OOTB standalone.xml but with a YAML config file with this content:

      wildfly-configuration:
        interface:
          management:
            inet-address: "0.0.0.0"
      

      The server ignores the setting and listens on the value specified in standalone.xml:

      16:13:20,116 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
      16:13:20,117 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
      

      Note: Downstream, in addition to this the server ends up in 'reload-required' state at the end of boot, which leads to further problems. That doesn't occur in WildFly 35 and later due to the WFCORE-7038 fix.

              bstansbe@redhat.com Brian Stansberry
              bstansbe@redhat.com Brian Stansberry
              Miroslav Novak Miroslav Novak
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: