Git-Yang opened a new issue #2328: URL: https://github.com/apache/rocketmq/issues/2328
1. Please describe the issue you observed: - What did you do (The steps to reproduce)? The parameter input error (sh mqadmin updateaclconfig -n -c -a -s -ttopicA), When updating ACL configuration through the console. - What did you expect to see? Check parameters to avoid parameter errors, When updating ACL configuration file. - What did you see instead? The broker instance failed to start due to ACL parameter error. 2. Please tell us about your environment: version:4.7.0 jdk 8 centos 7 3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc): ERROR: java.lang.ClassCastException: java.lang.Class cannot be cast to org.apache.rocketmq.acl.AccessValidator Reason: Initialization failed while loading 'PlainAccessValidator'.  ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
