Skip to content

Commit

Permalink
Adding multiple types of error code in FAQ. (#1272)
Browse files Browse the repository at this point in the history
  • Loading branch information
win120a committed Jul 22, 2022
1 parent 08376fd commit 2ade419
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 2 deletions.
12 changes: 12 additions & 0 deletions content/zh/docs3-v2/java-sdk/faq/1/4.md
@@ -0,0 +1,12 @@
---
type: docs
title: "1-4 - 空地址"
linkTitle: "1-4 - 空地址"
weight: 4
---

## 可能的原因

## 对策

<p style="margin-top: 3rem;"> </p>
5 changes: 3 additions & 2 deletions content/zh/docs3-v2/java-sdk/faq/1/_index.md
@@ -1,7 +1,8 @@

---
type: docs
title: "1 - 注册中心"
linkTitle: "1 - 注册中心"
title: "1 - 注册中心层"
linkTitle: "1 - 注册中心层"

weight: 1
---
8 changes: 8 additions & 0 deletions content/zh/docs3-v2/java-sdk/faq/2/1.md
@@ -0,0 +1,8 @@
---
type: docs
title: "2-1 - 路由选址执行失败"
linkTitle: "2-1 - 路由选址执行失败"
weight: 1
---

## 路由选址执行失败
8 changes: 8 additions & 0 deletions content/zh/docs3-v2/java-sdk/faq/2/_index.md
@@ -0,0 +1,8 @@

---
type: docs
title: "2 - 路由层"
linkTitle: "2 - 路由层"

weight: 2
---
22 changes: 22 additions & 0 deletions content/zh/docs3-v2/java-sdk/faq/3/1.md
@@ -0,0 +1,22 @@
---
type: docs
title: "3-1 - 将地址转换成 Invoker 失败"
linkTitle: "3-1 - 将地址转换成 Invoker 失败"
weight: 1
---

## 可能的原因

1. 客户端配置的协议与服务端配置的协议并不匹配。(如客户端配置的协议是 Dubbo 协议,但服务端只能提供 Rest 协议的服务。)


2. 注册中心(或配置中心)不可靠,推送了并不合法的数据。



## 对策

1. 检查提供方和消费方双方的协议配置。
2. 更新注册中心的版本。

<p style="margin-top: 3rem;"> </p>
8 changes: 8 additions & 0 deletions content/zh/docs3-v2/java-sdk/faq/3/_index.md
@@ -0,0 +1,8 @@

---
type: docs
title: "3 - 动态代理层"
linkTitle: "3 - 动态代理层"

weight: 3
---

0 comments on commit 2ade419

Please sign in to comment.