[
https://issues.apache.org/jira/browse/ARTEMIS-4331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erwin Dondorp updated ARTEMIS-4331:
-----------------------------------
Description:
I encountered a NPE in the JGROUPS facility of Artemis.
I found that it was already solved upstream in
https://issues.redhat.com/browse/JGRP-2707
hereby requesting that the updated JGroups is included in Artemis.
{noformat}
2023-06-23 14:37:59,999 INFO [org.apache.activemq.artemis] AMQ241004: Artemis
Console available at http://0.0.0.0:8161/console
java.lang.NullPointerException
at
org.jgroups.protocols.FD_SOCK2.getPhysicalAddresses(FD_SOCK2.java:440)
at org.jgroups.protocols.FD_SOCK2.connectTo(FD_SOCK2.java:390)
at
org.jgroups.protocols.FD_SOCK2.connectToNextPingDest(FD_SOCK2.java:371)
at org.jgroups.protocols.FD_SOCK2.handle(FD_SOCK2.java:342)
at org.jgroups.protocols.FD_SOCK2.handle(FD_SOCK2.java:31)
...
{noformat}
(first line is not part of the error message, but provided as context)
was:
I encountered a NPE in the JGROUPS facility of Artemis.
I found that it was already solved upstream in
https://issues.redhat.com/browse/JGRP-2707
hereby requesting that the updated JGroups is included in Artemis.
> Upgrade JGroups
> ---------------
>
> Key: ARTEMIS-4331
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4331
> Project: ActiveMQ Artemis
> Issue Type: Task
> Components: clustering
> Affects Versions: 2.29.0
> Reporter: Erwin Dondorp
> Priority: Major
>
> I encountered a NPE in the JGROUPS facility of Artemis.
> I found that it was already solved upstream in
> https://issues.redhat.com/browse/JGRP-2707
> hereby requesting that the updated JGroups is included in Artemis.
> {noformat}
> 2023-06-23 14:37:59,999 INFO [org.apache.activemq.artemis] AMQ241004:
> Artemis Console available at http://0.0.0.0:8161/console
> java.lang.NullPointerException
> at
> org.jgroups.protocols.FD_SOCK2.getPhysicalAddresses(FD_SOCK2.java:440)
> at org.jgroups.protocols.FD_SOCK2.connectTo(FD_SOCK2.java:390)
> at
> org.jgroups.protocols.FD_SOCK2.connectToNextPingDest(FD_SOCK2.java:371)
> at org.jgroups.protocols.FD_SOCK2.handle(FD_SOCK2.java:342)
> at org.jgroups.protocols.FD_SOCK2.handle(FD_SOCK2.java:31)
> ...
> {noformat}
> (first line is not part of the error message, but provided as context)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)