Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-4382

The upgrade from AMQ7.7 to AMQ7.8 ends with console not working

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • AMQ 7.8.0.GA
    • AMQ 7.7.0.GA, AMQ 7.8.0.GA
    • console, documentation
    • None
    • False
    • False
    • Undefined
    • Hide

      1. move web/hawtio.war to web/console.war
      OR
      2. Modify the etc/bootstrap.xml by referencing the right war (hawtio.war) instead of (console.war) in the following line:

             <app url="console" war="hawtio.war"/>
      
      Show
      1. move web/hawtio.war to web/console.war OR 2. Modify the etc/bootstrap.xml by referencing the right war (hawtio.war) instead of (console.war) in the following line: <app url= "console" war= "hawtio.war" />

      After the upgrade from AMQ7.7 to AMQ7.8 following the documentation, this end up with the following error and the console is not working:

      2020-12-15 10:19:27,000 WARN  [org.eclipse.jetty.webapp.WebInfConfiguration] Web application not found /opt/amq/software/amq-broker-7.8.0/amq-broker-7.8.0/web/console.war
      2020-12-15 10:19:27,000 WARN  [org.eclipse.jetty.webapp.WebAppContext] Failed startup of context o.e.j.w.WebAppContext@492fc69e{/console,null,STOPPED}{/opt/amq/software/amq-broker-7.8.0/amq-broker-7.8.0/web/console.war}: java.io.FileNotFoundException: /opt/amq/software/amq-broker-7.8.0/amq-broker-7.8.0/web/console.war
      

      AMQ 7.8 has a new console named "hawtio.war" however in the AMQ7.7 has a name "console.war". This is referenced in the <broker-instance-dir>/etc/bootstrap.xml file:

      <app url="console" war="console.war"/>
      

              jbyrne@redhat.com John Byrne (Inactive)
              rhn-support-aboucham Abel Bouchama
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: