zoukankan      html  css  js  c++  java
  • nested exception is java.sql.SQLException: IO 错误

    1、错误描述

    (mx.messaging.messages::ErrorMessage)#0
      body = (null)
      clientId = "18CE3B03-9709-9DA8-7634-340C23317FDD"
      correlationId = "3161DF25-D056-D694-E5CF-963E4FE036D9"
      destination = "waitController"
      extendedData = (null)
      faultCode = "Server.Processing"
      faultDetail = (null)
      faultString = "org.springframework.dao.DataAccessResourceFailureException : StatementCallback; SQL []; IO 错误: Software caused connection abort: recv failed; nested exception is java.sql.SQLException: IO 错误: Software caused connection abort: recv failed"
      headers = (Object)#1
      messageId = "18D0F2D3-080D-D767-7C08-2D36042553E0"
      rootCause = (Object)#2
        cause = (Object)#3
          cause = (Object)#4
            cause = (null)
            localizedMessage = "Software caused connection abort: recv failed"
            message = "Software caused connection abort: recv failed"
          errorCode = 17002
          localizedMessage = "IO 错误: Software caused connection abort: recv failed"
          message = "IO 错误: Software caused connection abort: recv failed"
          nextException = (null)
          SQLState = "08006"
        localizedMessage = "StatementCallback; SQL []; IO 错误: Software caused connection abort: recv failed; nested exception is java.sql.SQLException: IO 错误: Software caused connection abort: recv failed"
        message = "StatementCallback; SQL []; IO 错误: Software caused connection abort: recv failed; nested exception is java.sql.SQLException: IO 错误: Software caused connection abort: recv failed"
        mostSpecificCause = (Object)#4
        rootCause = (Object)#4
      timestamp = 1419859949448
      timeToLive = 0

    2、错误原因


    3、解决办法

  • 相关阅读:
    省级联动(使用ajax实现)
    java学习之 反射
    自己写的代码生成器
    java中关于StackTraceElement的使用
    在Java中判断数组中包含某个元素的几种方式的比较
    android PopupWindow 点击外面消失
    android获取textview的行数
    多线程关于腾讯笔试题
    FrameLayout的点击问题
    自定义SnackBar
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314744.html
Copyright © 2011-2022 走看看