ErrLookup › apolloconfig/apollo
apolloconfig/apollo
Apollo is a reliable configuration management system suitable for microservice configuration management scenarios. · Java · 592 source files
Analyzed at d95fc18d11 on 2026-08-14. 183 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Check lock for %s failed, please retry. | exception | error | concurrency, locking, namespace-lock, retryable, service-exception, apollo-adminservice |
| namespace:%s is modified by %s | exception | warning | concurrency, locking, namespace-lock, conflict, bad-request, apollo-adminservice |
| The App Id of path variable and request body is different | exception | error | validation, rest, path-variable, app, bad-request, apollo-adminservice |
| can not delete default cluster! | exception | error | cluster, default-cluster, business-rule, bad-request, apollo-adminservice |
| The maximum number of items (%s) for this namespace has been | exception | error | item, limit, capacity, biz-config, bad-request, apollo-adminservice |
| Comment item's key or value should be blank. | exception | error | item, comment, validation, bad-request, apollo-adminservice |
| Comment item's comment should not be blank. | exception | error | item, comment, validation, bad-request, apollo-adminservice |
| Namespace's branch not exist. AppId = %s, ClusterName = %s, | exception | error | namespace, branch, gray-release, not-found, bad-request, apollo-adminservice |
| AccessKeys count limit exceeded | exception | error | access-key, limit, security, bad-request, apollo-biz |
| AccessKey should disable first | exception | error | access-key, lifecycle, security, state-violation, bad-request, apollo-biz |
| appnamespace not unique | exception | error | namespace, duplicate, default-namespace, service-exception, apollo-biz |
| appId not unique | exception | critical | app, duplicate, data-integrity, service-exception, apollo-biz |
| cluster not unique | exception | error | cluster, duplicate, bad-request, apollo-biz |
| item not exist. ID:%s | exception | error | item, not-found, illegal-argument, delete, apollo-biz |
| value too long. length limit:%s | exception | error | item, value-length, validation, limit, biz-config, bad-request, apollo-biz |
| key too long. length limit:%s | exception | error | item, key-length, validation, limit, biz-config, bad-request, apollo-biz |
| type is invalid. type should be in [0, 3]. | exception | error | item, type, validation, bad-request, apollo-biz |
| The maximum number of items (%s) for this namespace has been | exception | error | config, item-limit, bad-request, apollo-biz, validation |
| Public appNamespace not exists. NamespaceName = %s | exception | error | namespace, public-namespace, bad-request, apollo-biz, validation |
| namespace not unique | exception | error | namespace, duplicate, service-error, apollo-biz, conflict |
| namespace[appId = %s, cluster= %s] nowCount= %s, maxCount =% | exception | error | namespace, limit, service-error, apollo-biz, quota |
| Parent namespace not found | exception | error | release, publish, branch, not-found, apollo-biz |
| Config can not be published by yourself. | exception | warning | release, publish, lock, permissions, bad-request, apollo-biz |
| release is not active | exception | error | release, rollback, bad-request, apollo-biz, validation |
| Can't rollback namespace(appId=%s, clusterName=%s, namespace | exception | error | release, rollback, bad-request, apollo-biz, validation |
| current release equal to target release | exception | warning | release, rollback, bad-request, apollo-biz, validation |
| server config not found for key:%s, cluster:%s | exception | error | server-config, delete, not-found, apollo-biz, idempotency |
| Not supported operation | http | error | permissions, openapi, unsupported, apollo-portal, consumer |
| create namespace failed for: %s | http | error | namespace, create, multi-env, bad-request, apollo-portal, openapi |
| userIds should not be null or empty | validation | warning | permissions, validation, bad-request, apollo-portal, openapi |
| Consumer already exist | validation | error | consumer, openapi, duplicate, bad-request, apollo-portal |
| Token is Illegal | validation | error | consumer, token, openapi, bad-request, apollo-portal, authentication |
| Namespace's role does not exist. Please check whether namesp | validation | error | consumer, role, namespace, openapi, bad-request, apollo-portal |
| App's role does not exist. Please check whether app has crea | validation | error | openapi, role-assignment, apollo-portal, app-creation, permission-system |
| operator should not be null or empty | validation | error | openapi, validation, apollo-portal, audit, operator |
| ConsumerApp not exist | validation | error | openapi, consumer-management, apollo-portal, delete, validation |
| Assign role permission is required | http | error | openapi, authorization, access-key, apollo-portal, user-token, permission |
| App is null | validation | error | openapi, app-creation, validation, apollo-portal, request-body |
| AppId is null or blank | validation | error | openapi, app-creation, validation, apollo-portal, appid |
| App not found: {appId} | http | error | openapi, authorization, app-lookup, apollo-portal, user-token, permission |
| The App Id of path variable and request body is different | validation | error | openapi, app-update, validation, apollo-portal, request-consistency |
| Create application permission is required | http | error | openapi, authorization, app-creation, apollo-portal, permission, system-role |
| Current user not found | validation | error | openapi, authentication, apollo-portal, user-context, operator, session |
| operator should not be null or empty | validation | error | openapi, validation, apollo-portal, operator, consumer-token, authentication |
| Unsupported auth type: %s | validation | error | openapi, authentication, apollo-portal, configuration, defensive-guard, auth-type |
| Invalid AppId format: %s | validation | error | openapi, validation, apollo-portal, appid, input-validator, format |
| orgName can not be blank | validation | error | openapi, validation, apollo-portal, app-creation, organization, format |
| Access is denied | http | error | openapi, authorization, apollo-portal, user-token, permission, read-access |
| AppId not equal. AppId in path = %s, AppId in payload = %s | validation | error | validation, openapi, cluster, bad-request, http-400, payload-mismatch |
| Super admin permission is required | exception | error | authorization, openapi, cluster, permissions, super-admin, portal, access-control, http-403 |
| App admin permission is required | exception | error | authorization, openapi, cluster, permissions, consumer, app-admin, access-control, http-403 |
| Access is denied | exception | warning | authorization, openapi, cluster, access-control, auth-type, configuration, http-403 |
| Create cluster permission is required | exception | error | authorization, openapi, cluster, permissions, user-token, access-control, http-403 |
| Current user not found | exception | error | validation, openapi, cluster, bad-request, user-session, http-400 |
| Metadata read permission is required | exception | error | authorization, openapi, environment, permissions, user-token, metadata, access-control, http-403 |
| releaseIds should not be empty | exception | error | validation, openapi, instance, bad-request, input-validation, http-400 |
| releaseIds should be comma separated numbers | exception | error | validation, openapi, instance, bad-request, input-validation, http-400, number-format |
| Access is denied | exception | error | authorization, openapi, instance, permissions, user-token, namespace-visibility, access-control, http-403 |
| Comment length should not exceed %s characters | exception | error | validation, openapi, item, bad-request, input-validation, http-400, length-limit |
| Current user not found | exception | error | validation, openapi, item, bad-request, user-session, http-400 |
| Unsupported auth type: %s | exception | warning | validation, openapi, item, bad-request, auth-type, configuration, http-400 |
| Access is denied | exception | error | authorization, openapi, item, permissions, user-token, namespace-visibility, access-control, http-403 |
| You don't have the permission to modify namespace: %s | exception | error | apollo-portal, openapi, permission, access-denied, namespace, item-sync |
| Invalid encoded key | exception | error | apollo-portal, openapi, base64, bad-request, item, encoding |
| Forbidden operation. Caused by: 1.you don't have release per | exception | error | apollo-portal, openapi, permission, access-denied, namespace-branch, release |
| Env: %s is not supported emergency publish now | exception | error | apollo-portal, openapi, emergency-publish, bad-request, config, environment |
| Current user not found | exception | error | apollo-portal, openapi, auth, bad-request, operator, user |
| Unsupported auth type: %s | exception | error | apollo-portal, openapi, auth, bad-request, operator, anonymous |
| Access is denied | exception | error | apollo-portal, openapi, permission, access-denied, namespace-branch, config-hiding, user-token |
| AppId not equal. AppId in path = %s, AppId in payload = %s | exception | error | apollo-portal, openapi, bad-request, app-namespace, validation, appid |
| Access is denied | exception | error | apollo-portal, openapi, permission, access-denied, namespace, config-hiding, user-token |
| Create namespace permission is required | exception | error | apollo-portal, openapi, permission, access-denied, namespace, create, user-token |
| Delete namespace permission is required | exception | error | apollo-portal, openapi, permission, access-denied, namespace, delete, user-token |
| Current user not found | exception | error | apollo-portal, openapi, auth, bad-request, operator, user, namespace |
| Unsupported auth type: %s | exception | error | apollo-portal, openapi, auth, bad-request, operator, anonymous, namespace |
| Current user not found | exception | error | apollo-portal, openapi, auth, bad-request, operator, user, resolver |
| operator should not be null or empty | exception | error | apollo-portal, openapi, bad-request, operator, consumer, validation |
| Unsupported auth type: %s | exception | error | apollo-portal, openapi, auth, bad-request, operator, anonymous, resolver |
| Metadata read permission is required | exception | error | apollo-portal, openapi, permission, access-denied, organization, metadata, user-token |
| Assign role permission is required | exception | error | apollo-portal, openapi, permission, access-denied, role, assign-role, permission-controller |
| Super admin permission is required | exception | error | permission, openapi, authorization, super-admin, access-denied |
| Params(AppId) can not be empty. | validation | error | validation, openapi, bad-request, consumer, apollo-portal |
| Params(NamespaceName) can not be empty. | validation | error | validation, openapi, bad-request, consumer, namespace, apollo-portal |
| Please enter at least one search criterion in either key or | validation | error | validation, openapi, bad-request, search, super-admin, apollo-portal |
| No such instance of instanceId: | exception | error | validation, openapi, bad-request, system-health, instance, apollo-portal |
| import configs failed: %s | exception | error | io, openapi, bad-request, import, zip, super-admin, apollo-portal |
| Access is denied | exception | error | permission, authorization, access-denied, namespace, visibility, apollo-portal |
| import app configs failed: %s | exception | error | io, openapi, bad-request, import, zip, app-admin, apollo-portal |
| import namespace items failed: %s | exception | error | io, openapi, bad-request, import, namespace, config-file, apollo-portal |
| %s: %s | exception | error | io, openapi, bad-request, export, zip, temp-file, apollo-portal |
| ConflictAction is incorrect. | validation | error | validation, openapi, bad-request, import, conflict-action, apollo-portal |
| ServerConfig can not be null | validation | error | validation, openapi, bad-request, server-config, apollo-portal |
| ServerConfig.Key cannot be blank | validation | error | validation, openapi, bad-request, server-config, apollo-portal |
| ServerConfig.Value cannot be blank | validation | error | validation, openapi, bad-request, server-config, apollo-portal |
| Invalid expires format: %s | validation | error | validation, openapi, bad-request, date-format, consumer, apollo-portal |
| Invalid audit date format: %s | validation | error | validation, openapi, bad-request, date-format, audit, apollo-portal |
| Portal user session is required | exception | error | permission, authorization, access-denied, session, authentication, apollo-portal |
| Access is denied | exception | error | |
| Env: %s is not supported emergency publish now | validation | error | |
| Current user not found | exception | error | |
| Unsupported auth type: %s | exception | error | |
| Username and password can not be empty. | validation | error | |
| Create or update user operation is forbidden | exception | error | |
| Create or update user operation is unsupported | exception | error | |
| Change user enabled operation is forbidden | exception | error | |
| change user enabled is unsupported | exception | error | |
| Portal user session is required | exception | error | |
| Manage users permission is required | exception | error | |
| Unsupported auth type | exception | error | |
| User token is required | exception | error | |
| Spring-session JSON serializing error, This is usually cause | exception | error | spring-session, serialization, jdbc, jackson, session, upgrade |
| Spring-session JSON deserializing error, This is usually cau | exception | error | spring-session, deserialization, jdbc, jackson, session, upgrade |
| Config text has repeated keys: %s, please check your input. | validation | warning | config, validation, properties, namespace, bad-request |
| line:{} key value must separate by '=' | validation | warning | config, validation, properties, namespace, bad-request |
| The App Id of path variable and request body is different | validation | warning | app, validation, rest, id-mismatch, bad-request |
| AppId not equal. AppId in path = %s, AppId in payload = %s | validation | warning | cluster, validation, rest, id-mismatch, bad-request |
| export items failed:{} | exception | error | export, io, http-response, service-error, client-disconnect |
| ConflictAction is incorrect. | validation | warning | import, validation, conflict-action, bad-request |
| Params(AppId) can not be empty. | validation | warning | consumer, validation, role, bad-request |
| Params(NamespaceName) can not be empty. | validation | warning | consumer, validation, role, namespace, bad-request |
| Please enter at least one search criterion in either key or | validation | warning | global-search, validation, bad-request, super-admin |
| release ids can not be empty | validation | warning | instance, validation, release, deprecated, bad-request |
| You don't have the permission to modify namespace: %s | http | warning | permission, access-denied, namespace, sync, role |
| Forbidden operation. Caused by: 1.you don't have release per | http | warning | permission, access-denied, branch, release, role |
| Env: %s is not supported emergency publish now | validation | warning | emergency-publish, merge, validation, branch, bad-request |
| Env: %s is not supported emergency publish now | validation | warning | emergency-publish, release, validation, bad-request |
| Access is denied | http | warning | permission, access-denied, release, config-visibility, role |
| No such instance of instanceId: {} | exception | warning | apollo-portal, service-discovery, instance-id, system-info |
| Username and password can not be empty. | validation | warning | apollo-portal, user-management, validation, deprecated |
| Create or update user operation is unsupported | exception | error | apollo-portal, authorization, user-management, permissions |
| Password needs a number and letter and between 8~20 characte | validation | warning | apollo-portal, password-policy, validation, user-management |
| Passwords cannot be consecutive, regular letters or numbers. | validation | warning | apollo-portal, password-policy, weak-password, validation |
| change user enabled is unsupported | exception | error | apollo-portal, user-management, configuration, spring-security, unsupported-operation |
| {} not exist | exception | error | apollo-portal, environment, config, illegal-argument |
| App already has application namespace. AppId = %s | validation | warning | apollo-portal, app-namespace, validation, duplicate |
| Private AppNamespace {} already exists! | validation | warning | apollo-portal, app-namespace, validation, duplicate |
| Public AppNamespace {} already exists as private AppNamespac | validation | warning | apollo-portal, app-namespace, public-namespace, validation, naming-collision |
| AppNamespace {} already exists as public namespace in appId: | validation | warning | apollo-portal, app-namespace, public-namespace, validation, naming-collision |
| operator should not be null or empty | validation | warning | apollo-portal, app-service, validation, operator |
| Application's owner not exist. | validation | warning | apollo-portal, app-service, validation, owner |
| App's owner not exists. owner = %s | validation | warning | apollo-portal, app-service, validation, owner |
| App not found: {} | validation | warning | apollo-portal, config-export, validation, app-not-found |
| The app does not exist in the specified environment and clus | validation | warning | apollo-portal, config-export, validation, cluster, environment |
| export app config error | exception | error | apollo-portal, config-export, io, service-exception, zip |
| export config error | exception | error | apollo-portal, config-export, io, service-exception, bulk-export |
| Write app error. {} | exception | error | apollo-portal, config-export, io, zip, service-exception |
| Write namespace error. {} | exception | error | apollo-portal, config-export, io, zip, namespace, service-exception |
| Write error. {} | exception | error | apollo-portal, config-export, io, zip, cluster, service-exception |
| Read config file errors:{} | exception | error | apollo-portal, config-import, io, input-stream, service-exception |
| import config error. | exception | error | apollo-portal, config-import, zip, parallel-import, service-exception |
| The app does not exist in the specified environment and clus | validation | error | apollo-portal, config-import, cluster, bad-request, validation |
| Failed to read file content. | validation | error | apollo-portal, config-import, zip, bad-request, io |
| Invalid file path in ZIP. | validation | error | apollo-portal, config-import, zip, bad-request, path-validation |
| The content of the file to be imported is incorrect. | validation | error | apollo-portal, config-import, zip, bad-request, mismatch |
| The configuration to be imported is empty. | validation | warning | apollo-portal, config-import, zip, bad-request, empty-data |
| import app config error. | exception | error | apollo-portal, config-import, namespace, service-exception, parallel-import |
| add favorite fail. because favorite's user is not current lo | validation | error | apollo-portal, favorite, authorization, bad-request, user-mismatch |
| user id and app id can't be empty at the same time | validation | warning | apollo-portal, favorite, bad-request, validation, search |
| favorite not exist | validation | warning | apollo-portal, favorite, bad-request, not-found, permission |
| can not operate other person's favorite | validation | error | apollo-portal, favorite, authorization, bad-request, ownership |
| Merge operation failed. Because master has modified items | validation | error | apollo-portal, gray-release, merge, bad-request, namespace, conflict |
| Parse namespaces error, expected: %s, but actual: %s, cannot | exception | error | apollo-portal, namespace, parallel, runtime-exception, transform |
| server config not found for key:%s | http | warning | apollo-portal, server-config, not-found, delete, validation |
| Token is not active | validation | error | apollo-portal, user-token, bad-request, rotation, expired, revoked |
| user token not found for id:%s | http | warning | apollo-portal, user-token, not-found, ownership, token-id |
| Invalid user token status:%s | validation | error | apollo-portal, user-token, validation, bad-request |
| Invalid user token operation:%s | validation | error | apollo-portal, user-token, validation, bad-request |
| User token operation is not allowed:%s | validation | error | apollo-portal, user-token, authorization, permissions, bad-request |
| Token name can not be blank | validation | error | apollo-portal, user-token, validation, bad-request |
| Token namespace scope can not be null | validation | error | apollo-portal, user-token, validation, bad-request |
| User is disabled | validation | error | apollo-portal, user-token, user-management, bad-request |
| Token expires must be in the future | validation | error | apollo-portal, user-token, validation, date, bad-request |
| Token expires exceeds max allowed days:%s | validation | error | apollo-portal, user-token, validation, configuration, bad-request |
| operator should not be null or empty | validation | error | apollo-portal, user-token, validation, bad-request |
| Empty Username | validation | error | apollo-portal, ldap, authentication, bad-credentials |
| Empty Password | validation | error | apollo-portal, ldap, authentication, bad-credentials |
| User {username} not found in directory. | exception | error | apollo-portal, ldap, authentication, group-membership, username-not-found |
| The file is empty. {originalFilename} | http | error | apollo-portal, config-import, file-upload, validation, bad-request |
| The file format is invalid. | http | error | apollo-portal, config-import, file-upload, validation, bad-request |
| file name [{originalFilename}] not valid | http | error | apollo-portal, config-import, file-upload, validation, bad-request |
| {originalFilename} namespace and format is invalid! | http | error | apollo-portal, config-import, validation, bad-request |
| {originalFilename} format is invalid! | http | error | apollo-portal, config-import, validation, config-format, bad-request |
| {ex.getMessage()} | http | error | yaml, validation, apollo, snakeyaml, bad-request, config |