forked from gz-yami/mall4cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b15e25
commit 0a71838
Showing
3 changed files
with
29 additions
and
16 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
|
||
## 服务启动时常见的seata问题 | ||
|
||
错误一: | ||
![img.png](../img/开发文档/常见问题/seata-01.png) | ||
|
||
错误2: | ||
![img.png](../img/开发文档/常见问题/seata-03.png) | ||
|
||
排查步骤: | ||
1. 检查nacos是否成功启动 | ||
2. 检查nacos中的seata配置文件`seataServer.properties`是否存在, 如果存在编辑页面中重新点下保存按钮 | ||
3. 检查seata服务器的配置文件是否正确(如果只是替换ip,没有其他改动,可以忽略这一步) | ||
|
||
|
||
### 步骤一、检查nacos是否成功启动 | ||
|
||
###### seata的配置文件放置在 `中间件docker-compse一键安装\seata` 文件下 | ||
![img.png](../img/开发文档/常见问题/seata-02.png) | ||
|
||
|
||
|
||
### 步骤二、 检查nacos中的seata配置文件是否存在 | ||
|
||
|
||
|
||
### 步骤三、 检查seata服务器的配置文件是否正确 | ||
|
||
|
This file was deleted.
Oops, something went wrong.