log4j:WARN No appenders could be found for logger (org.springframework.core.env.StandardEnvironment).
log4j:WARN Please initialize the log4j system properly.
Exception in thread "main" java.lang.IllegalStateException: Reading from a byte array threw an IOException (should never happen).
at com.cmall.redis.utils.RedisSeriUtils.deserialize(RedisSeriUtils.java:51)
at com.cmall.redis.dao.JedisClusterDao.jhget(JedisClusterDao.java:78)
at com.cmall.redis.service.impl.RedisClusterServiceImpl.hget(RedisClusterServiceImpl.java:49)
at com.artbulb.redis.BaseJedisApp.main(BaseJedisApp.java:46)
Caused by: java.lang.RuntimeException: Reading from a byte array threw an IOException (should never happen).
at com.dyuproject.protostuff.IOUtil.mergeFrom(IOUtil.java:52)
at com.dyuproject.protostuff.ProtostuffIOUtil.mergeFrom(ProtostuffIOUtil.java:96)
at com.cmall.redis.utils.RedisSeriUtils.deserialize
com.dyuproject.protostuff.ProtobufException: Protocol message contained an inval
最新推荐文章于 2022-11-14 16:43:47 发布