wubolive / dss-linkis-ansible

DSS1.1.1 & Linkis 1.3.0 Ansible 单机一键部署脚本
40 stars 16 forks source link

apache/linkis#4167 #8

Closed stdnt-xiao closed 1 year ago

stdnt-xiao commented 1 year ago

delete jar "/opt/apache-linkis-{{ LINKIS_VERSION }}/linkis-package/lib/linkis-spring-cloud-services/linkis-mg-gateway/linkis-gateway-server-support-1.1.1.jar"

https://github.com/apache/linkis/issues/4167

This problem is due to linkis-gateway-server-support-1.1.1.jar version incompatible as depicted by the following picture: So Eureka could not extract services by the ps-cs which is the service name of early version(Currently it should be LINKIS-PS-PUBLICSERVICE) You should go into the linkis install directory下lib/linkis-spring-cloud-services/linkis-mg-gateway to check linkis-gateway-server-support jar=>You should keep 1.3. and delete 1.1. releated jars. After restarting mg-gateway(sh sbin/linkis-daemon.sh restart mg-gateway), you can continue your job.