ErrLookup › apache/dubbo
apache/dubbo
The java implementation of Apache Dubbo. An RPC and microservice framework. · Java · 2,427 source files
Analyzed at 3a3043227f on 2026-08-14. 299 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
INTERNAL_ERROR reject to route, because the invokers has changed. | exception | error | cluster, router, concurrency, internal-error |
| Invalid configurator rule, please specify at least one param | validation | error | config, configurator, governance, validation |
| service field in configuration is null. | validation | error | config, configurator, governance, validation |
| Directory of type {simpleName} already destroyed for service | exception | error | cluster, directory, lifecycle, consumer |
| Failed to acquire read lock on invokerRefreshLock within tim | exception | error | cluster, directory, concurrency, contention, performance |
| Interrupted while acquiring read lock for invoker access, ca | exception | error | cluster, directory, concurrency, interruption |
INTERNAL_ERROR The result of filter invocation must be AsyncRpcResult. (If you want to recreate | exception | error | filter, async, rpc, internal-error, extension |
| Arguments' types are different | exception | error | merger, group, cluster, validation |
| Illegal affinity rule! | validation | error | router, affinity, config, validation |
| Illegal route rule! | validation | error | router, condition, config, validation |
| Illegal route rule! | validation | error | router, condition, multi-dest, config, validation |
| DubboMethodArg index >= parameters.length | exception | error | router, mesh, virtual-service, validation, config |
| route rule can not be empty. | validation | error | router, script, config, validation |
| unsupported route engine type: {type} | validation | error | router, script, jvm, dependency, java-version |
| Rpc cluster invoker for {getInterface()} on consumer {NetUti | exception | error | cluster, lifecycle, consumer, failover |
6 Failed to invoke the method {RpcUtils.getMethodName(invocation)} in the service | exception | error | cluster, no-provider, routing, registry, consumer |
| No provider available in {invokers} | exception | error | cluster, available, no-provider, connectivity |
| Failfast invoke providers {invoker.getUrl()} {loadbalance.ge | exception | error | cluster, failfast, timeout, no-retry |
| Failed to invoke the method {methodName} in the service {get | exception | error | cluster, failover, retry, timeout, no-provider |
| Failed to forking invoke provider {selected}, but no luck to | exception | error | cluster, forking, parallel, timeout, no-provider |
| Failed to invoke service {entry.getKey()}: {e.getMessage()} | exception | error | cluster, mergeable, group, multi-group, aggregation |
| Can not merge result because missing method [ {merger} ] in | exception | error | cluster, mergeable, reflection, merger, config |
| Can not merge result: {e.getMessage()} | exception | error | cluster, mergeable, reflection, method-invocation, access |
| There is no merger to merge result. | exception | error | cluster, mergeable, merger, spi, config |
| No registry instance in zone or no available providers in th | exception | error | cluster, zone-aware, registry, multi-registry, zone-affinity |
| No provider available in {invokers} | exception | error | cluster, zone-aware, no-provider, availability, multi-registry |
| mock error : {mt.getMessage()}, invoke error is :{StringUtil | exception | error | cluster, mock, fail-mock, fallback, config |
| Local service for {getUrl().getServiceInterface()} has not b | exception | error | cluster, scope, injvm, local, export |
| Invalid url, password without username! | validation | error | url, config, validation, credentials, userinfo |
| defaultValue <= 0 | exception | error | url, parameter, validation, programmer-error, precondition |
| Invalid url, password without username! | exception | error | url, urlbuilder, config, validation, credentials |
| Map pairs can not be odd number. | exception | error | url, urlbuilder, parameter, validation, programmer-error |
| url missing protocol: "${fullURLStr}" | exception | error | url, parser, config, validation, protocol |
| unterminated escape sequence at index ${i} of: ${str} | exception | error | url-parsing, encoding, validation, dubbo-common |
| unable to determine bean class from factory's superclass or | exception | error | bean-factory, generics, reflection, dubbo-common |
| already exists bean with same name and type, name=${name}, t | exception | error | bean-factory, duplicate-registration, configuration, dubbo-common |
| create bean instance failed, type=${className} | exception | error | bean-factory, instantiation, reflection, dubbo-common |
| register bean failed! name=${name}, type=${className} | exception | error | bean-factory, lifecycle, extension, dubbo-common |
| expected single matching bean but found ${size} candidates f | exception | error | bean-factory, ambiguous-bean, configuration, dubbo-common |
| ScopeBeanFactory is destroyed | exception | error | bean-factory, lifecycle, shutdown, dubbo-common |
| Expect only one but found ${size} matched constructors for t | exception | error | instantiation, constructor, reflection, dubbo-common |
| None matched constructor was found for type: ${type} | exception | error | instantiation, constructor, reflection, dubbo-common |
| type [ ${type} ] is unsupported | exception | error | beanutil, validation, serialization, dubbo-common |
| The instance is not a enum wrapper | exception | warning | beanutil, enum, type-state, dubbo-common |
| The instance is not a class wrapper | exception | warning | beanutil, type-state, class-wrapper, dubbo-common |
| The instance is not a primitive type wrapper | exception | warning | beanutil, type-state, primitive, dubbo-common |
| ${message} | exception | error | beanutil, null-safety, validation |
| ${cause.message} | exception | error | beanutil, serialization, reflection |
| Unsupported type ${className}:${type} | exception | error | beanutil, serialization, validation |
| ${cause.message} | exception | error | bytecode, proxy, javassist, classpath |
| non-public interfaces class from different packages | exception | error | bytecode, mixin, visibility, validation |
| non-public delegate class from different packages | exception | error | bytecode, mixin, visibility, validation |
| Missing method [{}] implement. | exception | error | bytecode, mixin, interface, validation |
| Class {} is not a interface. | exception | error | bytecode, mixin, interface, validation |
| Method [{}] unimplemented. | exception | error | bytecode, proxy, configuration |
| interface limit exceeded | validation | error | bytecode, proxy, validation |
| {} is not a interface. | exception | error | bytecode, proxy, interface, validation |
| {} is not visible from class loader | validation | error | bytecode, proxy, classloader, osgi |
| non-public interfaces from different packages | validation | error | bytecode, proxy, visibility, validation |
| {} is unknown primitive type. | exception | error | bytecode, proxy, defensive, internal |
| Property [{}] not found. | exception | error | reflection, bytecode, wrapper, property, rpc |
| Invoke method [{}] argument number error. | validation | error | reflection, bytecode, wrapper, method-invocation, argument-mismatch |
| Method [{}] not found. | exception | error | reflection, bytecode, wrapper, method-invocation, classloading |
| Can not create wrapper for primitive type: {} | validation | error | reflection, bytecode, wrapper, primitive, validation |
| Unknown primitive type: {} | exception | error | reflection, bytecode, wrapper, primitive, defensive-guard |
| pns.length != pvs.length | validation | error | reflection, wrapper, property, validation, argument-mismatch |
| Failed to release cache path's lock file:{} | exception | error | cache, file-io, file-lock, filesystem, shutdown |
| No instance of 'FileCacheStoreFactory' for you! | exception | error | cache, utility-class, instantiation, reflection |
| Cache store path can't be created: {} | exception | error | cache, file-io, filesystem, permissions, configuration |
| Failed to create lock file {} | panic | error | cache, file-io, file-lock, filesystem, assertion |
| {} is not exclusive. Maybe multiple Dubbo instances are usin | exception | error | cache, file-lock, concurrency, multi-instance, filesystem |
| No such class name in {} | validation | error | compiler, code-generation, validation, spi |
| The java code not endsWith "}", code: {} | exception | error | compiler, code-generation, validation, truncation |
| Failed to compile class, cause: {}, class: {}, code: {} , s | exception | error | compiler, code-generation, classloading, spi |
| class == null | exception | error | reflection, utils, validation, null-check |
| Compilation failed. class: {}, diagnostics: {} | exception | error | compiler, jdk, code-generation, spi, diagnostics |
| source == null | exception | error | compiler, jdk, internal, file-object |
| no more memory can be used ! | exception | error | concurrency, queue, backpressure, thread-pool |
| '${key}' doesn't map to an existing object | exception | error | configuration, properties, validation, missing-value |
| '${key}' doesn't map to a Integer object | exception | error | configuration, type-mismatch, properties |
| Try to get '${key}' failed, maybe because this key doesn't m | exception | error | configuration, type-mismatch, boolean, properties |
| No instance of 'ConfigurationUtils' for you! | exception | error | utility-class, instantiation, reflection |
| The source String is more than one character! | validation | error | converter, type-mismatch, character |
| '${value}' is not a valid simple duration | validation | error | converter, duration, configuration |
| '${value}' is not a valid ISO-8601 duration | validation | error | converter, duration, iso-8601, configuration |
| '${value}' is not a valid duration | validation | error | converter, duration, configuration, parse-error |
| Unknown unit ${chronoUnit} | validation | error | converter, duration, time-unit, unsupported |
| Unknown unit '${suffix}' | validation | error | converter, duration, time-unit, parse-error |
| The method %s of interface %s is not adaptive method! | exception | error | spi, adaptive-extension, code-generation, runtime |
| url == null | validation | error | spi, adaptive-extension, code-generation, null-check, url |
| Failed to get extension (%s) name from url (${url}) use keys | exception | error | spi, adaptive-extension, code-generation, extension-resolution, url |
| invocation == null | validation | error | spi, adaptive-extension, code-generation, null-check, invocation |
| No adaptive method exist on extension ${type.getName()}, ref | exception | critical | spi, adaptive-extension, code-generation, startup |
| Failed to create adaptive class for interface ${type.getName | exception | critical | spi, adaptive-extension, code-generation, url, startup |
| %s argument == null | validation | error | spi, adaptive-extension, code-generation, null-check, url |
| %s argument %s() == null | validation | error | spi, adaptive-extension, code-generation, null-check, url |
| ExtensionLoader for [${type}] is not found | exception | error | spi, extension-loader, activate, scope-model |
| No activate extensions for [${type}] found | exception | error | spi, extension-loader, activate, empty-result |
| Extension type == null | validation | error | dubbo-spi, null-check, extension-system, configuration |
| Extension type (${type}) is not an interface! | validation | error | dubbo-spi, type-validation, extension-system, configuration |
| Extension type (${type}) is not an extension, because it is | validation | error | dubbo-spi, annotation, extension-system, configuration |
| ExtensionDirector is destroyed | exception | critical | dubbo-spi, lifecycle, shutdown, concurrency, resource-management |
| ExtensionLoader is destroyed: ${type} | exception | critical | dubbo-spi, lifecycle, shutdown, resource-management, stale-reference |
| Extension name == null | validation | error | dubbo-spi, null-check, input-validation, configuration |
| Not find extension: ${name} | exception | error | dubbo-spi, not-found, configuration, dependency, extension-system |
| Input type ${clazz} doesn't implement the Extension ${type} | validation | error | dubbo-spi, type-validation, registration, extension-system |
| Input type ${clazz} can't be interface! | validation | error | dubbo-spi, type-validation, registration, extension-system |
| Extension name is blank (Extension ${type})! | validation | error | dubbo-spi, input-validation, registration, extension-system |
| Extension name ${name} already exists (Extension ${type})! | validation | error | dubbo-spi, duplicate, registration, extension-system |
| Adaptive Extension already exists (Extension ${type})! | validation | error | dubbo-spi, adaptive, duplicate, registration, extension-system |
| Input type ${clazz} doesn't implement Extension ${type} | validation | error | dubbo-spi, type-validation, registration, deprecated, extension-system |
| Extension name is blank (Extension {})! | exception | error | dubbo-spi, input-validation, registration, deprecated, extension-system |
| Extension name {} doesn't exist (Extension {})! | exception | error | dubbo-spi, not-found, registration, deprecated, extension-system |
| Adaptive Extension doesn't exist (Extension {})! | exception | error | dubbo-spi, adaptive, not-found, registration, deprecated, extension-system |
| Failed to create adaptive instance: {} | exception | critical | dubbo-spi, adaptive, code-generation, initialization, dependency-injection |
| Extension instance (name: {}, class: {}) couldn't be instant | exception | critical | dubbo-spi, extension-instantiation, injection, extension-loader |
| Extension type == null | exception | error | dubbo-spi, precondition, internal-api, extension-loader |
| Exception occurred when loading extension class (interface: | exception | error | dubbo-spi, interrupted, concurrency, class-loading, extension-loader |
| More than 1 default extension name on extension {}: {} | exception | error | dubbo-spi, spi-annotation, config, startup, extension-loader |
| Error occurred when loading extension class (interface: {}, | exception | error | dubbo-spi, spi-config, class-mismatch, classpath, extension-loader |
| No such extension name for the class {} in the config {} | exception | error | dubbo-spi, spi-config, naming, extension-loader |
| Duplicate extension {} name {} on {} and {} | exception | error | dubbo-spi, duplicate, classpath-conflict, extension-loader |
| More than 1 adaptive class found: {}, {} | exception | error | dubbo-spi, adaptive-extension, duplicate, classpath-conflict, extension-loader |
| Can't create adaptive extension {}, cause: {} | exception | critical | dubbo-spi, adaptive-extension, code-generation, compiler, extension-loader |
| bytes2hex: offset < 0, offset is {} | exception | error | bytes, hex, bounds-check, validation |
| bytes2hex: length < 0, length is {} | exception | error | bytes, hex, bounds-check, validation |
| bytes2hex: offset + length > array length. | exception | error | bytes, hex, bounds-check, validation |
| hex2bytes: ( len & 1 ) == 1. | exception | error | bytes, hex, validation, format |
| hex2bytes: offset < 0, offset is {} | exception | error | bytes, hex, bounds-check, validation |
| hex2bytes: length < 0, length is {} | exception | error | bytes, hex, bounds-check, validation |
| hex2bytes: offset + length > array length. | exception | error | bytes, hex, bounds-check, validation |
| Base64 code length < 64. | exception | error | bytes, base64, validation, encoding |
| bytes2base64: offset < 0, offset is {} | exception | error | bytes, base64, bounds-check, validation |
| bytes2base64: length < 0, length is {} | exception | error | base64, encoding, bounds-check, validation, dubbo-common |
| bytes2base64: offset + length > array length. | exception | error | base64, encoding, bounds-check, validation, dubbo-common |
| base642bytes: offset < 0, offset is {} | exception | error | base64, decoding, bounds-check, validation, dubbo-common |
| base642bytes: length < 0, length is {} | exception | error | base64, decoding, bounds-check, validation, dubbo-common |
| base642bytes: offset + length > string length. | exception | error | base64, decoding, bounds-check, validation, dubbo-common |
| base642bytes: base64 string length % 4 == 1. | exception | error | base64, decoding, format, validation, dubbo-common |
| base642bytes: base64 string length error. | exception | error | base64, decoding, format, padding, validation, dubbo-common |
| hex string format error [${c}]. | exception | error | hex, encoding, decoding, format, validation, dubbo-common |
| Mark buffer is full! | exception | error | stream, io, mark-reset, buffer, dubbo-common |
| should mark before reset! | exception | error | stream, io, mark-reset, dubbo-common |
| Negative initial size: ${size} | exception | error | stream, io, initialization, validation, dubbo-common |
| Read-ahead limit < 0 | exception | error | io, string-reader, argument-validation, dubbo-common |
| Stream closed | exception | error | io, string-reader, resource-lifecycle, use-after-close, dubbo-common |
| Negative buffer size | exception | error | io, string-writer, argument-validation, dubbo-common |
| Gson is not supported. Please import Gson in JVM env. | exception | critical | json, gson, missing-dependency, generic-invocation, dubbo-common |
| Generic serialization [%s] Json syntax exception thrown when | exception | error | json, gson, deserialization, generic-invocation, dubbo-common |
| Generic serialization [%s] Json syntax exception thrown when | exception | error | json, gson, serialization, generic-invocation, dubbo-common |
| value '%s' for key '%s' in '%s' is not List | exception | error | json, type-mismatch, classcast, jsonutil, dubbo-common |
| value '%s' for key '%s' in '%s' is not object | exception | error | json, type-mismatch, classcast, jsonutil, dubbo-common |
| value '%s' for key '%s' is not a double | exception | error | json, number-parsing, argument, jsonutil, dubbo-common |
| value '%s' for key '%s' in '%s' is not a number | exception | error | json, type-mismatch, number-parsing, argument, jsonutil, dubbo-common |
| Number expected to be integer: ${d} | exception | error | json, number-parsing, classcast, precision, jsonutil, dubbo-common |
| value '%s' for key '%s' is not an integer | exception | error | json, number-parsing, argument, jsonutil, dubbo-common |
| Number expected to be long: ${d} | exception | error | json, number-parsing, classcast, precision, jsonutil, dubbo-common |
| value '%s' for key '%s' is not a long integer | exception | error | json, number-parsing, argument, jsonutil, dubbo-common |
| value '%s' for key '%s' in '%s' is not String | exception | error | json, type-mismatch, classcast, jsonutil, dubbo-common |
| value %s for idx %d in %s is not object | exception | error | json, type-mismatch, classcast, list-validation, jsonutil, dubbo-common |
| value '%s' for idx %d in '%s' is not string | exception | error | json, type-mismatch, classcast, list-validation, jsonutil, dubbo-common |
| This instance has been destroyed | exception | critical | reference-counting, lifecycle, concurrency, resource-management |
| Too many thread-local indexed variables | exception | critical | thread-local, memory-leak, jvm-limits, long-running |
| Thread pool is EXHAUSTED! Thread Name: %s, Pool Size: %d (ac | exception | error | thread-pool, performance, capacity, rejected-execution, provider |
| Queue capacity is full. | exception | error | thread-pool, eager, capacity, rejected-execution |
| The task queue does not have executor! | exception | error | thread-pool, eager, configuration, initialization |
| Executor is shutdown! | exception | warning | thread-pool, shutdown, lifecycle, rejected-execution |
| threadFactory | validation | error | timer, null-check, constructor, configuration |
| unit | validation | error | timer, null-check, constructor, configuration |
| tickDuration must be greater than 0: {} | validation | error | timer, validation, constructor, configuration |
| ticksPerWheel must be greater than 0: {} | validation | error | timer, validation, constructor, configuration |
| tickDuration: %d (expected: 0 < tickDuration in nanos < %d | validation | error | timer, overflow, validation, constructor |
| ticksPerWheel may not be greater than 2^30: {} | validation | error | timer, validation, memory, constructor |
| cannot be started once stopped | exception | error | timer, lifecycle, shutdown, reuse |
| HashedWheelTimer.stop() cannot be called from TimerTask | exception | error | timer, deadlock, lifecycle, shutdown |
| task | validation | error | timer, null-check, validation, precondition |
| Number of pending timeouts ({}) is greater than or equal to | exception | warning | timer, backpressure, capacity, memory |
| setScopeModel is forbidden for ServiceAddressURL | exception | error | url, immutability, scope-model, architecture, dubbo3 |
| setServiceModel is forbidden for ServiceAddressURL | exception | error | url, immutability, service-model, architecture, dubbo3 |
| url missing protocol: "{}" | exception | error | url-parsing, configuration, dubbo-url, protocol |
| Cannot found key in url param:{key} | validation | error | internal-api, param-table, spi, dubbo-url |
| URL Param Cache is full. | exception | warning | internal-api, param-table, resource-exhaustion, cache |
| the array size of values should be larger than 0 | validation | error | internal-api, param-table, spi, constructor |
| unrecognized value {value} , please check if value is illega | validation | error | internal-api, param-table, validation, value-set |
| get attribute value of annotation failed: {method} | exception | error | reflection, annotation, internal-api |
| new value {newValue} < 0 | validation | error | atomic, invariant, load-balancer, numeric |
| delta {delta} < 0 | validation | error | atomic, invariant, load-balancer, numeric |
| update value {update} < 0 | validation | error | atomic, invariant, cas, numeric |
| not an valid CIDR format! | validation | error | network, cidr, configuration, validation |
| The map value must be unique. | validation | error | collections, map, validation |
| pairs must be even. | validation | error | collections, map, validation, varargs |
| Map pairs can not be odd number. | validation | error | collections, map, validation, varargs |
| expectedSize cannot be negative but was: {expectedSize} | validation | error | collections, sizing, validation, numeric |
| CAN NOT convert String(%s) to char! when convert String to c | validation | error | type-conversion, rpc, validation, char |
| Failed to parse date {value} by format {DATE_FORMAT}, cause: | exception | error | type-conversion, rpc, date, parsing, configuration |
| Can not cast to Date, value : '{value}' | validation | error | date, type-conversion, serialization |
| [Serialization Security] Serialized class {className} has no | validation | error | serialization, security, deserialization |
| [Serialization Security] Serialized class {className} is not | validation | error | serialization, security, allowlist, deserialization |
| [Serialization Security] Serialized class {className} is in | validation | error | serialization, security, denylist, deserialization |
| cannot find field %s,field is null | exception | error | reflection, field, config |
| File is null. | exception | error | io, file, null-check |
| {description} cannot be resolved to URL because it does not | exception | error | io, classpath, resource, config |
| Resource location [{resourceLocation}] is neither a URL not | exception | error | io, url, file, config |
| Dubbo unable to find out any json framework (e.g. fastjson2, | exception | error | json, serialization, classpath, dependency |
| Illegal initial capacity: ${maxCapacity} | validation | error | cache, config, validation |
| Illegal eviction factor value:${evictionFactor} | validation | error | cache, config, validation |
| cannot find method %s,class: %s | exception | error | reflection, method, invocation |
| No instance of 'NetUtils' for you! | exception | warning | utility, instantiation, reflection |
| Illegal Argument pattern or hostName. Pattern:${pattern}, Ho | validation | error | network, ip, validation |
| There is wrong format of ip Address: ${mask[i]} | validation | error | network, ip, config, validation |
| If you config ip expression that contains '*' or '-', please | validation | error | network, ipv6, config, validation |
| The host is ipv6, but the pattern is not ipv6 pattern : ${pa | validation | error | network, ipv6, ip-filter, config-validation |
| The host is ipv4, but the pattern is not ipv4 pattern : ${pa | validation | error | network, ipv4, ip-filter, config-validation |
| args.length != types.length | validation | error | pojo, generic-invocation, rpc, argument-mismatch |
| `name` filed should be string! | validation | error | pojo, enum, deserialization, type-mismatch |
| Failed to set pojo ${dest.getClass().getSimpleName()} proper | exception | error | pojo, reflection, deserialization, setter-failure, type-mismatch |
| Failed to set field ${name} of pojo ${dest.getClass().getNam | exception | error | pojo, reflection, deserialization, field-access, module-system |
| Illegal constructor: ${cls.getName()} | exception | error | pojo, reflection, instantiation, interface, deserialization |
| Unrecognized Type: ${fieldType.toString()} | validation | warning | pojo, reflection, generics, type-resolution |
| ${cls.getName()} generic type undefined! | exception | error | reflection, generics, type-resolution, service-interface |
| Not found class ${name}, cause: ${e.getMessage()} | exception | error | reflection, classloading, classpath, class-not-found |
| Class not found: ${desc} | exception | error | reflection, jvm-descriptor, classloading, internal |
| No such method ${methodName} in class ${clazz} | exception | error | reflection, method-lookup, deprecated, method-not-found |
| Not unique method for method name(%s) in class(%s), find %d | exception | error | reflection, method-lookup, deprecated, method-overload, ambiguity |
| object is null | validation | error | reflection, null-check, dubbo-common |
| No method found with the specified name and parameter types | exception | error | reflection, method-invocation, testing, dubbo-common |
| Any annotation of [%s] can't be annotated in the service typ | validation | error | annotation, service-discovery, configuration, dubbo-common |
| Index: ${index}, Size: ${mSize} | exception | error | data-structure, index-out-of-bounds, dubbo-common |
| invalid hex byte '%s' at index %d of '%s' | exception | error | encoding, hex-decode, validation, dubbo-common |
| System property [%s] does not define in org.apache.dubbo.com | exception | error | system-property, whitelist, configuration, dubbo-common |
| Address is not allowed to be empty, please re-enter. | exception | error | url-parsing, configuration, registry, dubbo-common |
| Addresses is not allowed to be empty, please re-enter. | exception | warning | url-parsing, unreachable, registry, dubbo-common |
| url == null | exception | error | url-parsing, null-check, dubbo-common |
| url missing protocol: "<url>" | exception | error | url-parsing, config, registry, startup |
| buffer srcBytes.length=%d, srcIdx=%d, srcSize=%d, destChars. | exception | error | utf8, serialization, buffer, deserialization |
| invalid UTF-8. | exception | error | utf8, serialization, truncation, deserialization |
| <config>.<key> == null | exception | error | config, startup, required-parameter, url-parameters |
| Append parameters failed: <message> | exception | error | config, url-parameters, reflection, startup |
| scope model is invalid: <scopeModel> | exception | error | config, scope-model, application-model, startup |
| Invalid scope model, expect to be a ApplicationModel but got | exception | error | config, scope-model, application-model, startup |
| Failed to override field value of config bean: <this> | exception | error | config, reflection, refresh, startup |
| Cannot assign nested class when refreshing config: <classNam | exception | error | config, refresh, reflection, nested-config, startup |
| No registry config found or it's not a valid config! The reg | exception | error | config, registry, startup, export |
| <dubbo:method> name attribute is required! Please check: <du | exception | error | config, method-config, startup, export |
| Found invalid method config, the interface <interfaceClass.g | exception | error | config, method-config, startup, export |
| The local implementation class <localClass.getName()> not im | exception | error | config, stub, local, startup, export |
| No such constructor "public <localClass.getSimpleName()>(<in | exception | error | config, local-stub, reflection, constructor |
| Registry not found: <id> | exception | error | config, registry, reference-resolution |
| Invalid scope model, expect to be a ModuleModel but got: <sc | exception | error | config, scope-model, module-model, dubbo3 |
| Unsupported generic type <generic> | exception | error | config, generic, reference, validation |
| Unsupported environment: %s, only support %s/%s/%s, default | exception | error | config, application, environment, validation |
| The address of metadata report is invalid. | exception | error | config, metadata-report, url, validation |
| method config error : return attribute must be set true when | exception | error | config, method, async-callback, validation |
| Illegal 'dubbo.config.mode' config value [<configModeStr>], | exception | error | config, config-mode, properties, validation |
| Unsupported config type: <config> | exception | error | config, config-manager, registration, type-validation |
| Expected single instance of <configType>, but found <size> i | exception | error | config, duplicate, unique-config, startup |
| Found more than one config by name: <name>, instances: <list | exception | error | config, duplicate, name-lookup, ambiguity |
| Duplicate Configs found for <configName>, only one unique <c | exception | error | config, duplicate, unique-config, config-mode, strict |
| create config instance failed, id: <id>, type:<cls.getSimple | exception | error | config, instantiation, reflection, config-loading |
| load config failed, id: <id>, type:<cls.getSimpleName()> | exception | error | config, properties, type-mismatch, config-loading |
| create default config instance failed, type:<cls.getSimpleNa | exception | error | config, properties, default-config, config-loading |
| Add default config failed: <configType.getSimpleName()> | exception | error | config, default-config, validation, startup |
| Default config not found for <configType.getSimpleName()> | exception | critical | config, required-config, application, startup |
| Duplicated port used by protocol configs, port: <port>, conf | exception | error | config, protocol, port-conflict, startup |
| Illegal type of parameter 'config' : <config.getClass().getN | exception | error | config, interface-config, type-validation, module |
| Found multiple <configType>s with unique service name [<uniq | exception | error | config, service, duplicate, unique-service-name, module |
| <e.getMessage()> | exception | error | async-callback, reflection, config |
| <e> | exception | error | async-callback, reflection, config |
| Invalid scope model, expect to be a ModuleModel but got: <sc | exception | error | scope-model, config, validation |
| windowUpdateRatio must be > 0 and <= 1, but was: <windowUpda | exception | error | triple, http2, flow-control, validation |
| Consumer is not initialized | exception | error | reference-config, consumer, lifecycle |
| <t.getMessage()> | exception | error | classpath, reference-config, classloader |
| The interface class <interfaceClass> is not a interface! | exception | error | reference-config, validation, interface |
| Failed to load <resolveFile>, cause: <e.getMessage()> | exception | error | config-file, io, resolve |
| ref not allow null! | exception | error | service-config, validation, export |
| The class <getClassDesc(ref.getClass())> unimplemented inter | exception | error | service-config, validation, interface |
| Provider is not initialized | exception | error | service-config, provider, lifecycle |
| The default protocol has not been initialized. | exception | error | service-config, protocol, export |
| Protocol not found: <id> | exception | error | service-config, protocol, validation |
| <t.getMessage()> | exception | error | service-config, classpath, classloader |
| The interface class <interfaceClass> is not a interface! | exception | error | service-config, interface, protocol, triple |
| Unsupported generic type <generic> | exception | error | service-config, generic, validation |
| [ServiceDefinitionBuilder] Collection type [{0}] with unexpe | exception | error | metadata, reflection, generics, service-definition |
| ApplicationModel is destroyed | exception | error | lifecycle, scope-model, shutdown |
| Not all application models are completely destroyed, remaini | exception | error | lifecycle, scope-model, shutdown, framework |
| FrameworkModel is destroyed | exception | critical | lifecycle, framework-model, destroy, test-isolation |
| Environment is inaccessible for FrameworkModel | exception | error | scope-model, environment, api-misuse, framework-model |
| Service[<serviceKey>]Target is NULL. | exception | error | provider, service-config, null-ref, registration |
| Service[${serviceKey}]Target is NULL. | exception | error | provider, service-config, null-ref, service-metadata |
| Bad stream method signature. method(${methodName}:${paramDes | exception | error | streaming, triple, stream-observer, method-signature, service-interface |
| Stream method could not be overloaded.There are ${streamMeth | exception | error | streaming, triple, method-overloading, service-interface |
| SPI annotation not found for class: ${type.getName()} | exception | error | spi, scope-model, extension, annotation-missing |
| Unable to get default scope model for type: ${type.getName() | exception | error | spi, scope-model, version-conflict, dependency-management |
| Unable to get ModuleModel from ${scopeModel} | exception | error | scope-model, module-model, type-narrowing, api-misuse |
| Unable to get ApplicationModel from ${scopeModel} | exception | error | scope-model, application-model, framework-model, type-narrowing |
| Unable to get FrameworkModel from ${scopeModel} | exception | error | scope-model, framework-model, type-narrowing |
| Unable to get ExtensionLoader for type: ${type.getName()} | exception | error | spi, extension-loader, version-conflict, dependency-management |
| Current ServiceModel is not a ConsumerModel | exception | warning | service-model, consumer-model, deprecated, type-narrowing |
| Current ServiceModel is not a ProviderModel | exception | warning | service-model, provider-model, deprecated, type-narrowing |