OSS java sdk 集成 报错,Log4j 加载失败!
ReOSS java sdk 集成 报错,Log4j 加载失败!
/**
* Send HTTP request with specified context to oss and wait for HTTP response.
*/
public ResponseMessage sendRequest(RequestMessage request, ExecutionContext context)
throws ServiceException, ClientException {
assertParameterNotNull(request, 'request');
assertParameterNotNull(context, 'context');
try {
return sendRequestImpl(request, context);
} finally {
// Close the request stream as well after the request is completed.
try {
request.close();
} catch (IOException ex) {
logException('Unexpected io exception when trying to close http request: ', ex);
throw new ClientException('Unexpected io exception when trying to close http request: ', ex);
}
}
}
跟踪到这块代码报错!!!求大神解答
-------------------------
ReOSS java sdk 集成 报错,Log4j 加载失败!
咋个办 。。 我想用 log4j2 ,
-------------------------
回 1楼莫名的帖子
咋个办 。。 我想用 log4j2 ,我只能切换回 1.2 版本? 和 SDK 一致? 可以兼容 我的版本吗?
-------------------------
回 7楼莫名的帖子
.... 哦,好吧,期待下一个版本
-------------------------
回 7楼莫名的帖子
谢谢了哦~
-------------------------
回 10楼莫名的帖子
就知道大神有办法~
-------------------------
ReOSS java sdk 集成 报错,Log4j 加载失败!
确实,完美运行,谢谢大神
请你吃肉
赞0
踩0