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

[GSS](7.3.z) HAL-1753 - The Locations table is not updated after changing the profile in breadcrumb navigation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.3.9.CR1, 7.3.9.GA
    • None
    • Web Console
    • None
    • False
    • False
    • +
    • Undefined
    • Hide

      Reload the browser or use the JBoss CLI to check configurations.

      Show
      Reload the browser or use the JBoss CLI to check configurations.
    • Hide

      This issue can be reproduced in the latest JBoss EAP 7.3.7.

      $ cd jboss-eap-7.3
      $ mkdir static-content
      $ bin/add-user.sh -u admin -p cee-dummy-pass
      $ bin/domain.sh
      
      // open a other console then,
      $ cd jboss-eap-7.3
      $ bin/jboss-cli.sh -c
      # add a new file handler to "full" profile
      [domain@localhost:9990 /] /profile=full/subsystem=undertow/configuration=handler/file=static-content:add(path="${jboss.home.dir}/static-content")
      [domain@localhost:9990 /] /profile=full/subsystem=undertow/server=default-server/host=default-host/location=\static:add(handler=static-content)
      
      // open http://127.0.0.1:9990 in the chrome
      1. Select [Configuration] in the web admin console top page
      2. Profiles -> full -> Web -> Server -> default-server > click "View" button
      3. Hosts - click "Local Cache" button
      4. select "full-ha" profile in the breadcrumb, however, the Locations table is not updated.
      
      Show
      This issue can be reproduced in the latest JBoss EAP 7.3.7. $ cd jboss-eap-7.3 $ mkdir static-content $ bin/add-user.sh -u admin -p cee-dummy-pass $ bin/domain.sh // open a other console then, $ cd jboss-eap-7.3 $ bin/jboss-cli.sh -c # add a new file handler to "full" profile [domain@localhost:9990 /] /profile=full/subsystem=undertow/configuration=handler/file=static-content:add(path="${jboss.home.dir}/static-content") [domain@localhost:9990 /] /profile=full/subsystem=undertow/server=default-server/host=default-host/location=\static:add(handler=static-content) // open http://127.0.0.1:9990 in the chrome 1. Select [Configuration] in the web admin console top page 2. Profiles -> full -> Web -> Server -> default-server > click "View" button 3. Hosts - click "Local Cache" button 4. select "full-ha" profile in the breadcrumb, however, the Locations table is not updated.

      The Locations table in undertow subsystem is not updated after changing the profile in breadcrumb navigation as shown in the attached screenshot screenshot_management-console.png. The detailed steps to reproduce are described in "Steps to Reproduce" section.

            chaowan@redhat.com Chao Wang
            rhn-support-nagetsum Norito Agetsuma
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: