[
https://issues.apache.org/jira/browse/ARTEMIS-4331?focusedWorklogId=870137&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-870137
]
ASF GitHub Bot logged work on ARTEMIS-4331:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jul/23 17:16
Start Date: 10/Jul/23 17:16
Worklog Time Spent: 10m
Work Description: jbertram commented on PR #4524:
URL:
https://github.com/apache/activemq-artemis/pull/4524#issuecomment-1629387766
I took a look at this, and I couldn't figure it out either. I _suspect_
there's something going awry with the inclusion of Byteman as a `compile`
dependency rather than a `test` dependency. See
https://github.com/belaban/JGroups/commit/69af029ee35f259ea3323552455ed411545e3c3e.
Generally speaking I dislike the `artemis-features` module because this
isn't the first time it's tripped me up. I know there are folks out there who
use the Karaf integration, but it seems like a rather small set of users to
deal with this head-ache although I readily admit the head-ache is probably
most due to my ignorance of how it works.
Issue Time Tracking
-------------------
Worklog Id: (was: 870137)
Time Spent: 1h 20m (was: 1h 10m)
> Upgrade JGroups
> ---------------
>
> Key: ARTEMIS-4331
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4331
> Project: ActiveMQ Artemis
> Issue Type: Dependency upgrade
> Components: clustering
> Affects Versions: 2.29.0
> Reporter: Erwin Dondorp
> Priority: Major
> Time Spent: 1h 20m
> Remaining Estimate: 0h
>
> 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)
> current version of jgroups is 5.2.0.Final, fix version is 5.2.15
--
This message was sent by Atlassian Jira
(v8.20.10#820010)