Hello, I start having this issue today on v 4.34
The worst part is every time I uninstall docker, the available storage seems to go down…
I have over 300 gigs available on my mac.
I install older version of docker and had the same issue (4.30).
I have spend ALL DAY. Deleted all I can find docker related and nothing.
My virtual Disk limit it set to max storage
Changing the activeMQ settings is NOT an option (changing the ceiling of storage)
I suspect this is a docker reporting wrong values to Active mq related to storage
I tried multiple versions of activemq with same results. I have spent too much time on this (hours) and I need this to keep working on my project
[Updated]
Rebooted my machine… now sitting on “Free storage space is at 35.2GB of 494.4GB total. Usage rate is 92.9%” which is obviously not true… given that I have 330 gigs of free space.
TIA!
Can you run a ‘df -h’ quick ? The volume on which AMQ is running is suggesting there’s not much space left.
Perhaps you have a rouge producer connecting and filling up a queue as soon as your broker comes online ? If you can’t modify the settings could you identify which ips the messages are coming from and temporarily block them just to get your server up ? If the problem turns out to be a producer filling up your queues/memory you will be forced to set default limits on your queues/topics to keep things sane – that discussion if for the ActiveMQ forums.
Thanks for the suggestion, but the fact that a Docker “alternative” worked, would suggest it might be a Docker issue with M1 macs. I had a coworker on windows having the same problem. He clear out some space and the error went away.
The error is there after a fresh docker installation and nothing else but activeMQ running (so not user created producers).