> ...the artemis UI indicated that it's not fully running... What exactly does this mean? Are you talking about the web console that ships with Artemis? What specifically indicated that the broker was not fully running? Did you happen to collect any thread dumps from the broker when it was in this state?
The log you pasted indicates that something failed during shutdown so maybe that's why the broker is in a kind of zombie state. Can you reproduce this? If you can provide a way to reproduce this I can investigate further. Justin On Wed, Oct 22, 2025 at 7:55 AM Gunawan, Rahman (GSFC-SEWP)[Halvik Corp] <[email protected]> wrote: > Unix command ps -ef|grep artemis indicated that the process is running but > the artemis UI indicated that it's not fully running and the backup server > is running although the allow-failback = true. > > Rahman Gunawan > > -----Original Message----- > From: Justin Bertram <[email protected]> > Sent: Tuesday, October 21, 2025 5:17 PM > To: [email protected] > Subject: [EXTERNAL] [BULK] Re: Primary server is partially down and never > recover. > > CAUTION: This email originated from outside of NASA. Please take care > when clicking links or opening attachments. Use the "Report Message" > button to report suspicious messages to the NASA SOC. > > > > > > When primary server network card is disabled and isolate from the > network, artemis was partially shut down... > > Can you elaborate on what you mean by "partially shut down"? Is the log > message you shared from this partial shutdown? If so, in what sense was it > partial? > > > Justin > > On Wed, Oct 15, 2025 at 1:07 PM Gunawan, Rahman (GSFC-SEWP)[Halvik Corp] < > [email protected]> wrote: > > > When primary server network card is disabled and isolate from the > > network, artemis was partially shut down and never recovered when > > network card enabled again. Is there a configuration to bring back > > the server when it’s connected back to network? > > > > The message in the log was: > > > > 2025-10-15 12:22:22,264 INFO > > [org.apache.activemq.artemis.core.server] > > AMQ221029: Stopped bridge > > $.artemis.internal.sf.ha-cluster.e3f804cf-a908-11f0-bd59-00505698dec6 > > > > 2025-10-15 12:22:22,264 INFO > > [org.apache.activemq.artemis.core.server] > > AMQ221029: Stopped bridge > > $.artemis.internal.sf.ha-cluster.6b5d640d-a9c1-11f0-ba37-00505698573f > > > > 2025-10-15 12:22:32,412 WARN > > [org.apache.activemq.artemis.core.server] > > AMQ222002: Timed out waiting for pool to terminate > > org.apache.activemq.artemis.utils.ActiveMQThreadPoolExecutor@6dfcbe93[ > > Shutting down, pool size = 2, active threads = 2, queued tasks = 0, > > completed tasks = 4393]. Interrupting all its threads! > > > > 2025-10-15 12:22:32,412 INFO [org.apache.activemq.artemis] AMQ241005: > > Stopping embedded web server > > > > java.lang.InterruptedException > > > > at java.base/java.lang.Object.wait(Native Method) > > > > at java.base/java.lang.Thread.join(Thread.java:1313) > > > > at java.base/java.lang.Thread.join(Thread.java:1381) > > > > at > > org.apache.activemq.artemis.core.server.impl.SharedNothingPrimaryActiv > > ation$ReplicationFailureListener.lambda$handleClose$1(SharedNothingPri > > maryActivation.java:272) > > > > at > > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool > > Executor.java:1136) > > > > at > > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo > > lExecutor.java:635) > > > > at > > org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQ > > ThreadFactory.java:120) > > > > 2025-10-15 12:22:32,427 INFO [io.hawt.HawtioContextListener] > > Destroying Hawtio services > > > > 2025-10-15 12:22:32,431 INFO [org.apache.activemq.artemis] AMQ241006: > > Stopped embedded web server > > > > 2025-10-15 12:22:32,431 INFO > > [org.apache.activemq.artemis.core.server] > > AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.42.0 > > [7ffb0f2e-a9c0-11f0-8e3d-00505698dec6] stopped, uptime 15 minutes > > > > > > > > *Rahman Gunawan* > > > > *SITSS Software Developer* > > > > NASA SEWP / SITSS > > > > HALV*I*K Corporation > > > > 7601 Ora Glen Dr, Greenbelt, MD 20770 > > > > C: 240.444.6003 > > O: 301.614.5257 > > > > [email protected] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > For further information, visit: https://activemq.apache.org/contact > >
