You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/01/18 20:59:00 UTC

[jira] [Work logged] (ARTEMIS-4113) Backup brokers with connection routers throw NPE

     [ https://issues.apache.org/jira/browse/ARTEMIS-4113?focusedWorklogId=840089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-840089 ]

ASF GitHub Bot logged work on ARTEMIS-4113:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Jan/23 20:58
            Start Date: 18/Jan/23 20:58
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on PR #4310:
URL: https://github.com/apache/activemq-artemis/pull/4310#issuecomment-1396078375

   @brusdev, any news on this one? Do you want this in 2.28.0?




Issue Time Tracking
-------------------

    Worklog Id:     (was: 840089)
    Time Spent: 20m  (was: 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: 20m
>  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)