This issue was fixed in quay.io/arkmq-org/activemq-artemis-broker-init:2.0.6,
for further details see
https://github.com/arkmq-org/activemq-artemis-operator/issues/1217

On Wed, 24 Sept 2025 at 22:07, Justin Bertram <jbert...@apache.org> wrote:

> Since the release of ActiveMQ Artemis 2.40.0 there is a new web console [1]
> based on Hawtio 4. This console consists of just a single war file unlike
> the previous console which consisted of 3 war files. It looks like the
> bootstrap.xml you're using for your broker is still referencing artifacts
> from the old console.
>
> In any event, issues with ArkMQ resources should be reported to the ArkMQ
> community. It is not affiliated with Apache.
>
>
> Justin
>
> [1] https://issues.apache.org/jira/browse/ARTEMIS-5319
>
> On Wed, Sep 24, 2025 at 2:27 PM Shields, Paul <paul.shie...@hpe.com.invalid
> >
> wrote:
>
> > Hi,
> >
> > I see these warning messages in the broker log during Artemis 2.42.0
> > startup.  Where do I find these WAR files to eliminate the messages?
> >
> > Thanks,
> > Paul Shields
> >
> >
> > 2025-09-24 19:14:17,730 INFO  [org.apache.activemq.artemis] AMQ241003:
> > Starting embedded web server
> >
> > 2025-09-24 19:14:18,014 WARN
> > [org.eclipse.jetty.ee9.webapp.WebInfConfiguration] Web application not
> > found /opt/amq/web/activemq-branding.war
> >
> > 2025-09-24 19:14:18,014 WARN
> [org.eclipse.jetty.ee9.webapp.WebAppContext]
> > Failed startup of context oeje9w.WebAppContext@24197b13
> >
> {/activemq-branding,/activemq-branding,null,false,@Connector-0}{/opt/amq/web/activemq-branding.war}<mailto:
> > oeje9w.WebAppContext@24197b13
> >
> %7b/activemq-branding,/activemq-branding,null,false,@Connector-0%7d%7b/opt/amq/web/activemq-branding.war%7d>
> >
> > java.io.FileNotFoundException: /opt/amq/web/activemq-branding.war
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebInfConfiguration.unpack(WebInfConfiguration.java:301)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:59)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.Configurations.preConfigure(Configurations.java:496)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebAppContext.preConfigure(WebAppContext.java:492)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebAppContext.doStart(WebAppContext.java:527)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:762)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1463)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:762)
> >
> >       at
> >
> org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2836)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at org.eclipse.jetty.server.Server.start(Server.java:643)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at org.eclipse.jetty.server.Server.doStart(Server.java:584)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.apache.activemq.artemis.component.WebServerComponent.start(WebServerComponent.java:246)
> >
> >       at
> >
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.addExternalComponent(ActiveMQServerImpl.java:1024)
> >
> >       at
> org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:146)
> >
> >       at
> > org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:222)
> >
> >       at
> org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:170)
> >
> >       at
> > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> >
> >       at
> >
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
> >
> >       at
> >
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >
> >       at java.base/java.lang.reflect.Method.invoke(Method.java:569)
> >
> >       at
> org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:149)
> >
> >       at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61)
> >
> > 2025-09-24 19:14:18,019 WARN
> > [org.eclipse.jetty.ee9.webapp.WebInfConfiguration] Web application not
> > found /opt/amq/web/artemis-plugin.war
> >
> > 2025-09-24 19:14:18,020 WARN
> [org.eclipse.jetty.ee9.webapp.WebAppContext]
> > Failed startup of context oeje9w.WebAppContext@5ac044ef
> >
> {/artemis-plugin,/artemis-plugin,null,false,@Connector-0}{/opt/amq/web/artemis-plugin.war}<mailto:
> > oeje9w.WebAppContext@5ac044ef
> >
> %7b/artemis-plugin,/artemis-plugin,null,false,@Connector-0%7d%7b/opt/amq/web/artemis-plugin.war%7d>
> >
> > java.io.FileNotFoundException: /opt/amq/web/artemis-plugin.war
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebInfConfiguration.unpack(WebInfConfiguration.java:301)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebInfConfiguration.preConfigure(WebInfConfiguration.java:59)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.Configurations.preConfigure(Configurations.java:496)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebAppContext.preConfigure(WebAppContext.java:492)
> >
> >       at
> >
> org.eclipse.jetty.ee9.webapp.WebAppContext.doStart(WebAppContext.java:527)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:113)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler.lambda$doStart$0(ContextHandler.java:762)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler$ScopedContext.call(ContextHandler.java:1463)
> >
> >       at
> >
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:762)
> >
> >       at
> >
> org.eclipse.jetty.ee9.nested.ContextHandler$CoreContextHandler.doStart(ContextHandler.java:2836)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:169)
> >
> >       at org.eclipse.jetty.server.Server.start(Server.java:643)
> >
> >       at
> >
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:120)
> >
> >       at
> > org.eclipse.jetty.server.Handler$Abstract.doStart(Handler.java:491)
> >
> >       at org.eclipse.jetty.server.Server.doStart(Server.java:584)
> >
> >       at
> >
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:93)
> >
> >       at
> >
> org.apache.activemq.artemis.component.WebServerComponent.start(WebServerComponent.java:246)
> >
> >       at
> >
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.addExternalComponent(ActiveMQServerImpl.java:1024)
> >
> >       at
> org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:146)
> >
> >       at
> > org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:222)
> >
> >       at
> org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:170)
> >
> >       at
> > java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
> > Method)
> >
> >       at
> >
> java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
> >
> >       at
> >
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >
> >       at java.base/java.lang.reflect.Method.invoke(Method.java:569)
> >
> >       at
> org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:149)
> >
> >       at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:61)
> >
> > 2025-09-24 19:14:18,232 INFO  [io.hawt.HawtioContextListener]
> Initialising
> > Hawtio services
> >
> > 2025-09-24 19:14:18,236 INFO  [io.hawt.jmx.JmxTreeWatcher] Welcome to
> > Hawtio 4.4.1
> >
> > 2025-09-24 19:14:18,242 INFO
> > [io.hawt.web.auth.AuthenticationConfiguration] Authentication throttling
> is
> > enabled
> >
> >
>

Reply via email to