Ali-tomcat之HSF框架Demo

一定要配置启动参数

-Dhsf.server.port=12200 端口配置是固定的

-Dfile.encoding=UTF-8 
-Dpandora.location=D:\worktools\tomcat\ali-taobao-tomcat-7.0.59\deploy\taobao-hsf.sar 
-Dhsf.server.ip=127.0.0.1 
-Dhsf.server.port=12200

配置位置

本地启动edas方式配置注意事项
注意必须要以:localhost:端口/应用名/ 的方式配置,否则如果配置为 localhost:端口 会和edas注册中心地址冲突
在这里插入图片描述

官网下载Ali-tomcat:http://edas-public.oss-cn-hangzhou.aliyuncs.com/install_package/tomcat/taobao-tomcat-7.0.59.tgz?spm=a2c4g.11186623.2.14.3f1b1932M3kz0Q&file=taobao-tomcat-7.0.59.tgz
在这里插入图片描述
下载最新版pandora容器:
https://help.aliyun.com/document_detail/92614.html?spm=a2c4g.11186623.6.618.62007b39eyJGOi

启动之后报错如下:

在这里插入图片描述
阿里文档:https://help.aliyun.com/knowledge_list_page/66121/1.html?spm=a2c4g.11186631.2.14.61361b347XtHfP
在这里插入图片描述

解决方法是启动参数里面配置:maxWaitTimeForCsAddress

<!-- 消费一个服务示例 -->
<hsf:consumer id="item"
	interface="com.alibaba.edas.carshop.itemcenter.ItemService"
	version="1.0.0"
	maxWaitTimeForCsAddress="5000">
</hsf:consumer>

如果解决不了注意官方demo的edas-sdk版本问题:

detail消费者版本如下:

<dependency>
	<groupId>com.alibaba.edas</groupId>
	<artifactId>edas-sdk</artifactId>
	<version>1.5.4</version>
</dependency>

itemcenter生产者版本如下:

<dependency>
	<groupId>com.alibaba.edas</groupId>
	<artifactId>edas-sdk</artifactId>
	<version>1.8.1</version>
</dependency>
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐