RockteMQ-AI commented on issue #233: URL: https://github.com/apache/rocketmq-operator/issues/233#issuecomment-5395022409
**Issue Evaluation** Category: `question` The "No such file or directory" error you see when running `mqadmin` is likely a shell script issue — the command executes successfully but prints an error about a missing file (possibly a temp file or config file that the script tries to source). This is a known cosmetic issue with the RocketMQ Docker image entrypoint scripts. The command still works because the error occurs after the main logic executes. **Workaround:** You can ignore the error if the command produces correct output. Alternatively, check the `tools.sh` or `runbroker.sh` scripts in the container for any `source` commands referencing non-existent files. --- *Automated evaluation by github-manager* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
