nacos Error to process server push response

nacos2.0.3报错: Error to process server push response

解决办法:

排查项目当中有没有直接或间接依赖reflections:

 <dependency>
	<groupId>org.reflections</groupId>
	<artifactId>reflections</artifactId>
	<version>0.9.11</version>
</dependency>

如果有,把版本改成0.9.11,低于0.9.11会有问题。

参考

相关推荐
Jayden6 个月前
Address already in dse_JVM_Bind。端口莫名被占用【占用8080端口!!!】
java·jvm·开发问题
墨痕留绝1 年前
记录帖子-开发过程中遇到的问题和感悟记录
前端·经验总结·开发问题