Skip to content

Commit

Permalink
update browser FAQ (#887)
Browse files Browse the repository at this point in the history
* 新增:server启动成功,但提示启动失败的解决方法
Co-authored-by: Xingqang Bai <bxq2011hust@qq.com>
  • Loading branch information
vvMonster committed Jul 7, 2020
1 parent ca35842 commit 7741a30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/browser/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,10 @@ OperationalError: (1045, "Access denied for user 'root'@'localhost' (using passw
答:确认数据库用户名和密码

### 8.7 Server启动失败
答:请检查是否设置了JAVA_HOME
答:1: 请检查是否设置了JAVA_HOME。
2: 检查gradle版本是否在5.0以上。
3: 检查jdk版本,如果使用的是jdk9或者更高版本,需要在项目启动时加入 --add-modules java.xml.bind 后缀,但是这种方法只能在JDK9或者10去使用。修改位置:server/start.sh文件,start()函数,nohub $JAVA_HOME/bin/java 语句之后加上 --add-modules java.xml.bind

### 8.8 server启动成功,但提示启动失败
答:将openjdk换成oracle jdk,因为openjdk中缺少一些组件。

2 changes: 2 additions & 0 deletions en/docs/browser/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,5 @@ Deployment log:log/
Server log:server/log/
Web log:web/log/
```


0 comments on commit 7741a30

Please sign in to comment.