Skip to content

Commit

Permalink
Merge pull request #50 from chaogefeng/master
Browse files Browse the repository at this point in the history
DSS Quick Install Documentation Update
  • Loading branch information
yangzhiyue authored Dec 19, 2019
2 parents a528d4d + 388100d commit edb198b
Showing 1 changed file with 1 addition and 59 deletions.
60 changes: 1 addition & 59 deletions docs/zh_CN/ch2/DSS快速安装使用文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,62 +401,4 @@ server {

## 4.3、常见问题

(1)用户token为空


```
sudo vi dss-server/conf/token.properties
```

添加用户

```
xxx=xxx
```

(2)visualis执行报错

```
Caused by: java.lang.Exception: /data/DSSInstall/visualis-server/bin/phantomjsis not executable!
```

下载 [driver驱动](https://phantomjs.org/download.html),把phantomjs二进制文件放入visualis-server的bin目录下即可。


(3)简单版DSS创建工程失败


删除数据库中表dss_application的schedulis和qualitis记录


(4)多次重复安装后报错:TooManyResultsException:Expected on result


删除数据库中表linkis_user和dss_user中的重复记录


(5)上传文件大小限制

```
sudo vi /etc/nginx/nginx.conf
```

更改上传大小

```
client_max_body_size 200m
```

(6)接口超时

```
sudo vi /etc/nginx/conf.d/dss.conf
```


更改接口超时时间

```
proxy_read_timeout 600s
```

[DSS安装常见问题](https://github.com/WeBankFinTech/DataSphereStudio/blob/master/docs/zh_CN/ch1/DSS%E5%AE%89%E8%A3%85%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98%E5%88%97%E8%A1%A8.md)

0 comments on commit edb198b

Please sign in to comment.