Error message

  • The following error is reported when an invalid whitelist rule is configured.
    • [WhiteListRuleParser Component] Invalid rule: ${ruleContent}
    • [WhiteListRuleParser Component] Parsing failed, raw rule: ${ruleContent}, parser: ${parser}.
  • The following error is reported when an invalid transactions per second (TPS) throttling rule is configured.
    • [TPSRule Component] Invalid rule: ${ruleContent}
    • [TPSRule Component] Parsing failed, raw rule: ${ruleContent}, parser: ${parser}.

Solution

Log on to the instance on which the error occurred and view the /home/admin/logs/hsf/hsf-config.log file for troubleshooting. If the rule is parsed correctly, [TPSRule Component] Parsing OK: ${rule} is printed in hsf-config.log. If Error message is displayed, check whether the format of the configured rule is correct. Alternatively, locate the issue by referring to other information in the error message and resolve the issue.