启动阿里云语音消息回执时,出现报错,代码如下:
puller.startReceiveMsg(accessKeyId,accessKeySecret, messageType, queueName, new AliyunReceiveUtils.MyMessageListener());
报错如下:
开发框架使用的是ofbiz框架,http使用的jar包是httpcore-4.4.1.jar、httpclient-4.4.1.jar、httpcore-nio-4.4.1.jar和httpasyncclient-4.1.jar;
求各位大神指教,此问题如何处理,谢谢~
我也要这个问题了,最终是jar包冲突,在idea中搜索Asserts类,排除其中不需要的jar包,运行成功