开发者社区> 问答> 正文

Closingconnectionsidlelongerthan60SECONDS







OSS上传图片,后台日志全是这种提示,虽然不影响正常使用,但是还是很纠结,到底是哪出问题了,求大虾指教。

展开
收起
绍兴越匠 2015-08-31 10:32:05 19214 0
11 条回答
写回答
取消 提交回答
  • 2021年,我也出现了这个问题,解决了么

    2021-03-19 14:20:52
    赞同 展开评论 打赏
  • 2020年,我这次还出现了这个问题,解决了么

    2020-07-03 17:44:22
    赞同 展开评论 打赏
  • Log4j配置文件中加入忽略就好了。 例如: loggers下 添加 logger name="org.apache.http.impl.conn.PoolingHttpClientConnectionManager" level="ERROR"

    2020-03-31 04:51:09
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    我一开始也是这样,后来把shutdown写在finally里面就好了。
    try{
        // oss操作
    } finally {
        ossClient.shutdown();
    }
    2019-02-27 17:51:28
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    同样有这个问题,阿里云没人出来帮看看么
    2017-07-10 16:06:13
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    我也遇到这样的问题,也调用了ossclient.shutdown(),还是有大量的下面的信息。
    2017-06-21 09:44:01 -245472 [idle_connection_reaper] DEBUG   - Closing expired connections
    2017-06-21 09:44:01 -245476 [idle_connection_reaper] DEBUG   - Closing connections idle longer than 60000 MILLISECONDS
    2017-06-21 09:44:01 -245476 [idle_connection_reaper] DEBUG   - Closing expired connections
    2017-06-21 09:44:01 -245477 [idle_connection_reaper] DEBUG   - Closing connections idle longer than 60000 MILLISECONDS

    请问有谁解决了吗?
    2017-06-30 12:00:09
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    我调用了shutdown()也是有这个问题,请问后来解决了么?
    2017-03-02 23:51:39
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    厉害了我的哥
    2016-12-21 15:29:35
    赞同 展开评论 打赏
  • 回 2楼蒙奇路飞的帖子
    我也遇到这个问题,能不能说详细点
    2016-07-30 14:59:32
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    client 没有shutdown,必须调用 ossClient.shutdown();
    2016-06-20 13:29:01
    赞同 展开评论 打赏
  • ReClosingconnectionsidlelongerthan60SECONDS
    楼主解决了没有啊,我也遇到这样的问题。
    2016-06-02 11:44:27
    赞同 展开评论 打赏
滑动查看更多
问答排行榜
最热
最新

相关电子书

更多
From Zero to Data FlowIn Hours 立即下载
Zero Days,Thousands of Nights 立即下载
低代码开发师(初级)实战教程 立即下载