RockteMQ-AI commented on issue #233:
URL:
https://github.com/apache/rocketmq-operator/issues/233#issuecomment-5487022876
**Issue Evaluation**
Category: `question`
The `No such file or directory` error when running `mqadmin` inside the pod,
despite the command executing successfully, is typically caused by a missing or
incorrect `JAVA_HOME` or script path resolution issue. The command works but
produces a stderr warning before execution.
This is a cosmetic issue in the container image — the mqadmin script likely
references a path that does not exist (e.g., a missing config file or directory
in the startup chain) but the actual Java command still executes.
Check if there is a missing directory referenced in the mqadmin shell script
(e.g., `${ROCKETMQ_HOME}/conf` or similar).
---
*Automated evaluation by RockteMQ-AI*
--
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]