DSS一直无法启动(Error: Could not find or load main class com.webank.wedatasphere.dss.apiservice.DSSApiServiceServerApplication) #1019
Unanswered
fenglvming
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
用的版本是 dss全家桶 1.1.1
DSS的服务一直起不来。手工执行如下:
[root@bd441ea6e634 dss]# java -DserviceName=dss-apiservice-server -Xmx512M -XX:+UseG1GC -Xloggc:/opt/dataspherestudio/dss/logs/dss-apiservice-server.gc -cp /opt/dataspherestudio/dss/conf:/opt/dataspherestudio/dss/conf/dss-apiservice-server:/opt/dataspherestudio/dss/lib/dss-commons/:/opt/dataspherestudio/dss/lib/dss-apps/dss-apiservice-server/ com.webank.wedatasphere.dss.apiservice.DSSApiServiceServerApplication
报错如下
Error: Could not find or load main class com.webank.wedatasphere.dss.apiservice.DSSApiServiceServerApplication
Beta Was this translation helpful? Give feedback.
All reactions