[
https://issues.apache.org/jira/browse/ARTEMIS-4113?focusedWorklogId=832666&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-832666
]
ASF GitHub Bot logged work on ARTEMIS-4113:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 12/Dec/22 07:47
Start Date: 12/Dec/22 07:47
Worklog Time Spent: 10m
Work Description: brusdev opened a new pull request, #4310:
URL: https://github.com/apache/activemq-artemis/pull/4310
The nodeID on backup brokers is available only after they become live.
Issue Time Tracking
-------------------
Worklog Id: (was: 832666)
Remaining Estimate: 0h
Time Spent: 10m
> Backup brokers with connection routers throw NPE
> ------------------------------------------------
>
> Key: ARTEMIS-4113
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4113
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Domenico Francesco Bruscino
> Assignee: Domenico Francesco Bruscino
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Backup brokers with connection routers throw NullPointerException on startup:
> {code:java}
> ERROR [org.apache.activemq.artemis.core.server] AMQ224000: Failure in
> initialisation
> java.lang.NullPointerException: null
> at
> org.apache.activemq.artemis.core.server.routing.targets.LocalTarget.<init>(LocalTarget.java:28)
> ~[classes/:?]
> at
> org.apache.activemq.artemis.core.server.routing.ConnectionRouterManager.deployConnectionRouter(ConnectionRouterManager.java:93)
> ~[classes/:?]
> at
> org.apache.activemq.artemis.core.server.routing.ConnectionRouterManager.deploy(ConnectionRouterManager.java:86)
> ~[classes/:?]
> at
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart1(ActiveMQServerImpl.java:3220)
> ~[classes/:?]
> at
> org.apache.activemq.artemis.core.server.impl.SharedNothingBackupActivation.run(SharedNothingBackupActivation.java:125)
> ~[classes/:?]
> at
> org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$ActivationThread.run(ActiveMQServerImpl.java:4381)
> ~[classes/:?]
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)