WeBankFinTech / DataSphereStudio

DataSphereStudio is a one stop data application development& management portal, covering scenarios including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
https://github.com/WeBankFinTech/DataSphereStudio-Doc
Apache License 2.0
3.09k stars 1k forks source link

[Bug] 一键安装包缺少dss-data-api-server,dss-data-governance-server lib文件 #897

Open exqmjmz opened 2 years ago

exqmjmz commented 2 years ago

Search before asking

DSS Component

dss-framework

What happened + What you expected to happen

dss-data-api-server,dss-data-governance-server 缺少对应lib无法启动 压缩包中也未发现对应服务lib文件 运行 sh start-all.sh提示以下报错

<-------------------------------->
<-------------------------------->
Begin to start dss-data-api-server
Is local execution:sh /home/dss/dss/sbin/dss-daemon.sh restart dss-data-api-server
server dss-data-api-server is not running
Start to check whether the dss-data-api-server is running
Start to start server, startup script:  /home/dss/dss/sbin/ext/dss-data-api-server
server lib not exists /home/dss/dss/lib/dss-data-api/dss-data-api-server
End to start dss-data-api-server
<-------------------------------->
<-------------------------------->
Begin to start dss-data-governance-server
Is local execution:sh /home/dss/dss/sbin/dss-daemon.sh restart dss-data-governance-server
server dss-data-governance-server is not running
Start to check whether the dss-data-governance-server is running
Start to start server, startup script:  /home/dss/dss/sbin/ext/dss-data-governance-server
server lib not exists /home/dss/dss/lib/dss-data-governance/dss-data-governance-server
End to start dss-data-governance-server
<-------------------------------->
<-------------------------------->

......
......
<-------------------------------->
<-------------------------------->
Begin to check dss-data-api-server
Is local execution:sh /home/dss/dss/sbin/dss-daemon.sh status dss-data-api-server
server dss-data-api-server is stopped
<-------------------------------->
<-------------------------------->

......
......

########################################################################
###################### Begin to start DSS & Linkis web ##########################
########################################################################
Succeed to + start DSS & Linkis Web

===============================================
There are eight micro services in Linkis:
linkis-cg-engineconnmanager
linkis-cg-engineplugin
linkis-cg-entrance
linkis-cg-linkismanager
linkis-mg-eureka
linkis-mg-gateway
linkis-ps-cs
linkis-ps-publicservice
-----------------------------------------------
There are six micro services in DSS:
dss-framework-project-server
dss-framework-orchestrator-server-dev
dss-workflow-server-dev
dss-flow-entrance
dss-datapipe-server
dss-apiservice-server
===============================================

Log path of Linkis: linkis/logs
Log path of DSS : dss/logs

You can check DSS & Linkis by acessing eureka URL: http://127.0.0.1:9600
You can acess DSS & Linkis Web by http://127.0.0.1:8085

image image

Relevent platform

centos7 一键安装包部署

Reproduction script

/

Anything else

No response

Are you willing to submit a PR?

YeYinhai commented 2 years ago

谁解决了这问题。我也卡这里了,登录不进去。

jackxu2011 commented 2 years ago

在pom文件中,把这两个模块加进去。默认没有加这两个模块

sunsicheng commented 2 years ago

在pom文件中,把这两个模块加进去。默认没有加这两个模块 你好,能详细描述一下吗,感谢

SpiderPalace commented 1 year ago

这个要下载源码自己编译吧

Striving-jin commented 1 year ago

有大佬解决了吗?