DataSphereStudio icon indicating copy to clipboard operation
DataSphereStudio copied to clipboard

按照说明安装了精简版,但目前访问不了界面

Open mulanshandi opened this issue 5 years ago • 6 comments

按照要求安装了精简版(昨天在百度网盘下载的dss_linkis.tar.gz安装包)。其中安装环境可能不满足要求的有一项:jdk版本是build 1.8.0_91-b14。都按照缺省参数安装,只修改了db.sh 的mysql参数(手动测试可连接)

安装完毕后,在Eureka(20303端口)界面中只看到了7个服务:

CLOUD-PUBLICSERVICE n/a (1) (1) UP (1) - xxxx:cloud-publicservice:9102
DATAWORKCLOUD n/a (1) (1) UP (1) - xxxx:DataWorkCloud:20303
DATAWORKCLOUD-GATEWAY n/a (1) (1) UP (1) - xxxx:DataWorkCloud-Gateway:9001
DSS-SERVER n/a (1) (1) UP (1) - xxxx:dss-server:9004
PYTHONENGINEMANAGER n/a (1) (1) UP (1) - xxxx:pythonEngineManager:9109
PYTHONENTRANCE n/a (1) (1) UP (1) - xxxx:pythonentrance:9110
RESOURCEMANAGER n/a (1) (1) UP (1) - xxxx:ResourceManager:9104

在start_err.log中未看到任何信息。在start.log 中有看到许多服务未启动的提示(【】是我加的标记): ######################################################################## ###################### Begin to start Linkis ##################### ######################################################################## metadata is not installed,the startup steps will be skipped 【2、BML-SERVER】bml is not installed,the startup steps will be skipped shell-entrance is not installed,the startup steps will be skipped shell-enginemanager is not installed,the startup steps will be skipped spark-entrance is not installed,the startup steps will be skipped 【15、SPARKENGINEMANAGER】spark-enginemanager is not installed,the startup steps will be skipped 【10、HIVEENTRANCE】hive-entrance is not installed,the startup steps will be skipped 【9、HIVEENGINEMANAGER】hive-enginemanager is not installed,the startup steps will be skipped 【11、JDBCENTRANCE】jdbc-entrance is not installed,the startup steps will be skipped linkis-bml is not installed,the checkServer steps will be skipped linkis-ujes-spark-entrance is not installed,the checkServer steps will be skipped linkis-ujes-spark-enginemanager is not installed,the checkServer steps will be skipped linkis-ujes-hive-enginemanager is not installed,the checkServer steps will be skipped linkis-ujes-hive-entrance is not installed,the checkServer steps will be skipped linkis-ujes-jdbc-entrance is not installed,the checkServer steps will be skipped

######################################################################## ###################### Begin to start DSS Server ##################### ######################################################################## dss-flow-execution-entrance is not installed,the start steps will be skipped linkis-appjoint-entrance is not installed,the start steps will be skipped visualis-server is not installed,the start steps will be skipped 【8、FLOWEXECUTIONENTRANCE】dss-flow-execution-entrance is not installed,the checkServer steps will be skipped 【1、APPJIONTENTRANCE】linkis-appjoint-entrance is not installed,the checkServer steps will be skipped

######################################################################## ###################### Begin to start azkaban server ################### ######################################################################## WARN:azkaban server does not install,this start step will be skipped

######################################################################## ###################### Begin to start qualitis server ################### ######################################################################## WARN:qualitis server does not install,this start step will be skipped

此外,看到start.log中有如下话语: ######################################################################## ###################### Begin to start DSS web ####################### ######################################################################## Succeed to + start DSS Web You can acess DSS Web by http://127.0.0.1:8088

经测试无法访问。

请问我应该如何着手去定位?谢谢!

mulanshandi avatar Mar 17 '20 04:03 mulanshandi