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"
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.
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.