RockteMQ-AI commented on issue #737: URL: https://github.com/apache/rocketmq-site/issues/737#issuecomment-5356993725
**Issue Evaluation** Category: `documentation` | Status: **Confirmed** Thank you for reporting this. The Docker run instructions in the documentation are indeed incomplete — mounting only the config file without the `logs` and `store` directories causes a `NullPointerException` in `ScheduleMessageService.configFilePath()` during broker shutdown. **Suggested fix:** Update the Docker deployment guide to include the required volume mounts: ``` -v $pwd/logs:/home/rocketmq/logs -v $pwd/store:/home/rocketmq/store ``` This is a good candidate for a documentation PR. --- *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]
