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 c91a1ec30f5 Create 17.md (#1497)
c91a1ec30f5 is described below

commit c91a1ec30f5deeda6a1c15e1cebf45bcec86b8f6
Author: LQLlulu <[email protected]>
AuthorDate: Tue Sep 13 17:07:44 2022 +0800

    Create 17.md (#1497)
---
 content/zh/docs3-v2/java-sdk/faq/1/17.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/content/zh/docs3-v2/java-sdk/faq/1/17.md 
b/content/zh/docs3-v2/java-sdk/faq/1/17.md
new file mode 100644
index 00000000000..32e7c6f79b1
--- /dev/null
+++ b/content/zh/docs3-v2/java-sdk/faq/1/17.md
@@ -0,0 +1,18 @@
+---
+type: docs
+title: "1-17 - metadata Server 失效"
+linkTitle: "1-17 - metadata Server 失效"
+weight: 17
+---
+
+## 可能的原因
+可能是metadata的相关参数配置出现问题,特别是 `metadataServiceProtocol` 和 `metadataServicePort`.
+
+## 排查和解决步骤
+1.查看是否和 1-18 错误同时出现,如果同时出现优先尝试解决 1-18
+2.排查 `metadataServicePort` 端口号是否存在冲突问题。Provider 和 Consumer 所配置端口同时存在冲突,会产生 
1-17 错误。
+
+## 另请参阅
+[配置项参考手册](../../../reference-manual/config/properties)
+
+<p style="margin-top: 3rem;"> </p>

Reply via email to