-
Bug
-
Resolution: Done
-
Major
-
AMQ 7.7.0.GA, AMQ 7.8.0.GA
-
None
-
False
-
False
-
-
Undefined
-
-
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"/>
- relates to
-
ENTMQBR-5611 console.war rename to hawtio.war affects upgrades procedures
- Closed