Yelijah opened a new issue, #4540:
URL: https://github.com/apache/rocketmq/issues/4540
broker cann't start if whiteRemoteAddress is * or *.*.*.* in 4.9.3. it‘s
different from wiki sayed
error info in broker.log:
2022-07-01 01:33:13 WARN AclFileWatchService - AclFileWatchService service
has exception.
org.apache.rocketmq.acl.common.AclException: while scanning an alias
in 'reader', line 17, column 3:
- *
^
unexpected character found
(10)
in 'reader', line 17, column 4:
- *
^
at
org.apache.rocketmq.acl.common.AclUtils.getYamlDataObject(AclUtils.java:248)
at
org.apache.rocketmq.acl.plain.PlainPermissionManager.load(PlainPermissionManager.java:185)
at
org.apache.rocketmq.acl.plain.PlainPermissionManager$1.onFileChanged(PlainPermissionManager.java:534)
at
org.apache.rocketmq.srvutil.AclFileWatchService.run(AclFileWatchService.java:128)
at java.lang.Thread.run(Thread.java:748)
--
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]