Skip to content

Commit

Permalink
Update 4.md (#1604)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Nov 21, 2022
1 parent f71ae8d commit 0d12617
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions content/zh/docs3-v2/java-sdk/faq/1/4.md
Expand Up @@ -5,15 +5,14 @@ linkTitle: "1-4 - 空地址"
weight: 4
---

## 可能的原因
1.registry.integration.RegistryDirectory 中的1-4错误是refreshInvoker过程中invokerUrls为空导致的,可以忽略。
2.registry.support.CacheableFailbackRegistry 中的1-4错误可能是consumer和provider不匹配,并且关闭了“空保护”所导致。
### 可能的原因
1. registry.integration.RegistryDirectory 中的1-4错误是refreshInvoker过程中invokerUrls为空导致的,可以忽略。
2. registry.support.CacheableFailbackRegistry 中的1-4错误可能是consumer和provider不匹配,并且关闭了“空保护”所导致。

## 排查和解决步骤
1.确保 Provider 和 Consumer 端的服务分组配置相对应。
2.确保 Provider 和 Consumer 端的服务版本配置相对应。
3.检查注册中心的`enable-empty-protection`是否为true(默认为true)。
### 排查和解决步骤
1. 确保 Provider 和 Consumer 端的服务分组配置相对应。
2. 确保 Provider 和 Consumer 端的服务版本配置相对应。
3. 检查注册中心的`enable-empty-protection`是否为true(默认为true)。

## 另请参阅
> 另请参阅
[配置项参考手册](../../../reference-manual/config/properties)
<p style="margin-top: 3rem;"> </p>

0 comments on commit 0d12617

Please sign in to comment.