This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 60d7ca5d08c Create 5.md (#1488)
60d7ca5d08c is described below

commit 60d7ca5d08c2d1fe16d8d46c4ecd6d579f6b17ab
Author: LQLlulu <[email protected]>
AuthorDate: Fri Sep 9 21:39:44 2022 +0800

    Create 5.md (#1488)
---
 content/zh/docs3-v2/java-sdk/faq/1/5.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/content/zh/docs3-v2/java-sdk/faq/1/5.md 
b/content/zh/docs3-v2/java-sdk/faq/1/5.md
new file mode 100644
index 00000000000..a98448ae8c9
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/1/5.md
@@ -0,0 +1,14 @@
+---
+type: docs
+title: "1-5 - 接收到没有任何参数的 URL"
+linkTitle: "1-5 - 接收到没有任何参数的 URL"
+weight: 5
+---
+
+## 可能的原因
+在调用 `CacheableFailbackRegistry.toUrlsWithoutEmpty` 时,若传入的参数 
`Collection<String>providers` 中若存在某个 provider 其没有任何参数的话,将会触发1-5错误码。
+## 排查和解决步骤
+该错误为 Dubbo 内部错误,如果您遇到可以在 github 创建 Issue 并提供错误信息以及复现步骤,我们将协助您解决问题。
+## Dubbo社区
+[github](https://github.com/apache/dubbo)
+<p style="margin-top: 3rem;"> </p>

Reply via email to