You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2022/11/01 00:28:19 UTC

[dubbo-website] branch master updated: Update 3.md (#1574)

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 a2d4978c427 Update 3.md (#1574)
a2d4978c427 is described below

commit a2d4978c427eb35268fe2b701e6de96a3c3b4383
Author: JIAN ZHONG <11...@qq.com>
AuthorDate: Tue Nov 1 08:28:14 2022 +0800

    Update 3.md (#1574)
---
 content/zh/docs3-v2/java-sdk/faq/0/3.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/content/zh/docs3-v2/java-sdk/faq/0/3.md b/content/zh/docs3-v2/java-sdk/faq/0/3.md
index 3afcbe3df90..5b8c6601e7c 100644
--- a/content/zh/docs3-v2/java-sdk/faq/0/3.md
+++ b/content/zh/docs3-v2/java-sdk/faq/0/3.md
@@ -22,13 +22,11 @@ java.nio.file.FileAlreadyExistsException: [Path]
 	...
 ```
 
-## 可能的原因
+### 可能的原因
 1. 多个 Dubbo 进程(或其他 Java 进程)使用了同一个缓存文件。
 2. 由于缓存文件所在目录的文件系统权限问题,导致读写失败。
 
-## 排查和解决步骤
+### 排查和解决步骤
 1. 根据下面显示的实际异常找到访问不了的目录,确定下它的文件访问权限。
 2. 确定下是否有别的 Dubbo 实例正在访问这个路径。 
 3. 尝试配置 **Java System Property(用 -D 配置的 Java 系统属性)** `dubbo.meta.cache.filePath` 和 `dubbo.mapping.cache.filePath`,将它指定成一个当前用户能够完全控制的目录下。
-
-<p style="margin-top: 3rem;"> </p>
\ No newline at end of file