赞
踩
以下的错误并不是因为引用的高版本的类
因jdk1.6中也有此类ConcurrentHashMap,当时遇到这个问题被同事定位为引用了jdk1.8中的类,导致升级客户现场jdk版本,引发一系列问题,后面定位发现并不是引用了1.8中的类,是因为配管打包使这个报错的jar包是使用高版本1.8编译的,在1.6运行引起的。
Caused by: java.lang.NoSuchMethodError: java.util.concurrent.ConcurrentHashMap.keySet()Ljava/util/concurrent/ConcurrentHashMap$KeySetView;
at com.hundsun.gildata.irp.core.service.impl.CacheServiceImpl.queryCachedReport(CacheServiceImpl.java:443)
at com.hundsun.gildata.irp.core.service.impl.CacheServiceImpl.queryCachedReport(CacheServiceImpl.java:800)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。