Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-13 Thread toddbaert
I believe this issue was fixed on Dec 11: JIRA here: https://issues.apache.org/jira/browse/ARTEMIS-1542 PRs here: https://github.com/apache/activemq-artemis/pull/1701 https://github.com/apache/activemq-artemis/pull/1702 -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread Clebert Suconic
Can you try a snapshot in master.. it sounds something I recently fixed. On Thu, Dec 7, 2017 at 7:45 AM, andi welchlin wrote: > Thank you, Howard. > > Created jiira: https://issues.apache.org/jira/browse/ARTEMIS-1542 > > On Thu, Dec 7, 2017 at 1:05 PM, Howard Gao wrote: > >> I think you can do a

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Thank you, Howard. Created jiira: https://issues.apache.org/jira/browse/ARTEMIS-1542 On Thu, Dec 7, 2017 at 1:05 PM, Howard Gao wrote: > I think you can do a jira for this. It surely sounds like a bug to me. > > On Thu, Dec 7, 2017 at 5:41 PM, andi welchlin > wrote: > > > Hello, > > > > Lookin

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread Howard Gao
I think you can do a jira for this. It surely sounds like a bug to me. On Thu, Dec 7, 2017 at 5:41 PM, andi welchlin wrote: > Hello, > > Looking into the code I think this could be a bug: > > > I can see, that AMQPMessage.getAddress() can return null: > > >@Override >public String getAdd

Re: Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Hello, Looking into the code I think this could be a bug: I can see, that AMQPMessage.getAddress() can return null: @Override public String getAddress() { if (address == null) { Properties properties = getProtonMessage().getProperties(); if (properties != null) {

Artemis 2.4.0 active/active cluster throws NullPointerException

2017-12-07 Thread andi welchlin
Hello all, I built active/active cluster with two brokers for my first tests. I can see in the log that the two brokers built a cluster. After startup everything looks fine. I configured one queue and sent a message using AMQP 1.0 to broker1 and tried to read it from broker2. But broker2 throws