Loading of <path to plugins expand dir>/rabbitmq_auth_backend_cache-x.y.z/ebin/rabbit_auth_cache_ets.beam failed: not_purged
The error message means that the “beam” file could not be loaded. That is an Erlang code module (like a library), not data. So this exception only ever means that we’re trying to load that module twice
1.Check if there is any concurrent access issue. Identify any other processes or instances accessing the authentication cache files and address any conflicts. Ensure that only one instance of RabbitMQ is running if applicable.
2.Manually remove the RABBITMQ_PLUGINS_EXPAND_DIR, and restart