Help Center> Cloud Service Engine> FAQs> ServiceComb Engines> Why Is Error "does not match rule: {Max: 100, Regexp: ^[a-zA-Z0-9]{1,160}$|^[a-zA-Z0-9][a-zA-Z0-9_\-.]{0,158}[a-zA-Z0-9]$}"}" Reported?
Updated on 2024-05-16 GMT+08:00

Why Is Error "does not match rule: {Max: 100, Regexp: ^[a-zA-Z0-9]{1,160}$|^[a-zA-Z0-9][a-zA-Z0-9_\-.]{0,158}[a-zA-Z0-9]$}"}" Reported?

Symptom

When registering my local lightweight service, I get the error "does not match rule: {Max: 100, Regexp: ^[a-zA-Z0-9]{1,160}$|^[a-zA-Z0-9][a-zA-Z0-9_\-.]{0,158}[a-zA-Z0-9]$}"}".

Error logs of local service registry:

Possible Cause

There are too many default local lightweight schemas. Max: 100

Solution

Modify quota_plugin="unlinit" in the /conf/app.conf file extracted from the local lightweight tool package.

Use this method when exceeding other quotas too.

ServiceComb Engines FAQs

more