DataSphereStudio-Doc
DataSphereStudio-Doc copied to clipboard
安装默认Appconn时提示DSSProjectServerApplication is not running。访问页面时接口/api/rest_j/v1/dss/framework/workspace/getWorkspaceHomePage报404
有2个问题
1. 安装默认Appconn时提示DSSProjectServerApplication is not running
报错信息如下:
sh install-default-appconn.sh
install-default-appconn.sh: line 26: setCurrentRoot: command not found
########################################################################
###################### Begin to install DSS Default Appconn ######################
########################################################################
now begin to install default appconn: datachecker.
DSSProjectServerApplication is not running, please ensure whether DSS is installed and started.
now begin to install default appconn: eventchecker.
DSSProjectServerApplication is not running, please ensure whether DSS is installed and started.
now begin to install default appconn: sendemail.
DSSProjectServerApplication is not running, please ensure whether DSS is installed and started.
Failed to + install DSS Default Appconn
前面整个安装过程都比较顺利,我看了安装日志和eureka服务界面,都没看到DSSProjectServerApplication 这个服务,这个服务是不是在安装包中漏了,还是其他原因。
2. 访问页面时接口/api/rest_j/v1/dss/framework/workspace/getWorkspaceHomePage报404
安装完成后访问http://localhost:8085/ 输入用户密码hadoop/hadoop 然后打开F12调试页面,看到其中有个接口报404,也就是http://localhost:8085/api/rest_j/v1/dss/framework/workspace/getWorkspaceHomePage?micro_module=dss 这个接口跟上面提到的DSSProjectServerApplication 有关系吗?还是因为缺少什么服务?