小蜗牛的路 2020-06-10 18:59 采纳率: 0%
浏览 955

jdbc连接cdh查询,关闭连接时抛出异常 Error while cleaning up the server resources

try{...} catch (Exception e) {...
        } finally {
            if (resultSet != null) resultSet.close();
            if (ps != null) ps.close();
            if (rs != null) rs.close();
            if (pStatement != null) pStatement.close();
            if (conn != null) conn.close();//抛出异常Error while cleaning up the server resources
        }

图片说明

  • 写回答

2条回答 默认 最新

  • 关注
    评论

报告相同问题?

悬赏问题

  • ¥15 c程序不知道为什么得不到结果
  • ¥40 复杂的限制性的商函数处理
  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置