Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Archibald
@Justin: Bingo! Disk usage was above the threshold of 90%. Thank you so much! Br, A. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Justin Bertram
Did you see my previous message about ? What value do you have set for this in your broker.xml? Justin On Mon, May 14, 2018 at 8:51 AM, Archibald wrote: > Strange, > > artemis address show reads > > 2018-05-14 13:43:50,777 WARN [org.apache.activemq.artemis.core.client] > AMQ212054: Destinati

Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Francesco Nigro
Please Archibald could you check if it is happening with 2.6 upstream as well? If you could Il giorno lun 14 mag 2018 alle ore 15:52 Archibald ha scritto: > Strange, > > artemis address show reads > > 2018-05-14 13:43:50,777 WARN [org.apache.activemq.artemis.core.client] > AMQ212054: Destinatio

Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Archibald
Strange, artemis address show reads 2018-05-14 13:43:50,777 WARN [org.apache.activemq.artemis.core.client] AMQ212054: Destination address=activemq.management is blocked. If the system is configured to block make sure you consume messages on this configuration. But the queue is (also) empty.

Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Justin Bertram
> What is this about... As the message indicates, this is about your disk being full. Specifically, it's about the contents of your disk exceeding the threshold you've configured in broker.xml via (100% by default). The documentation [1] describes this setting: > The System will perform scans

Re: [Artemis] NPE on server (re)start

2018-05-14 Thread Archibald
Hi, Last time I removed the perstint, so I cannot help with internal data for debugging. But now I get another strange issue regarding paging (I suppose). Broker is complaining about Disk being full. 2018-05-14 13:12:36,431 WARN [org.apache.activemq.artemis.core.server] AMQ12: Disk Full!

Re: [Artemis] NPE on server (re)start

2018-05-11 Thread nigro_franz
HI Archibald! looking at the code it seems a simple fix but maybe it has been already addressed on upstream (https://github.com/apache/activemq-artemis/pull/2075) due tue uncleaned pages. Can you check vs the last master version too? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-

Re: [Artemis] NPE on server (re)start

2018-05-11 Thread Clebert Suconic
Did you remove the paging directory? Perhaps you could share your data with us? if you download a snapshot of master, you can do: ./artemis data print --safe (that will hide anything specific for your data itself.. only showing the structure of messages and transactions). I work with Francesco

[Artemis] NPE on server (re)start

2018-05-11 Thread Archibald
Hi, Yesterday the server (version 2.5.0) was processing > 2m messages, today I needed to restart the broker but it failed with an NPE. Here's the log. 2018-05-11 10:19:22,898 INFO [org.apache.activemq.artemis.integration.bootstrap] AMQ101000: Starting ActiveMQ Artemis Server 2018-05-11 10:19:2