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、解决办法

  • 相关阅读:
    【七款炫酷的页面特效】
    【PHP环境-WampServer踩坑】
    【Elasticsearch在winodws系统启动报could not find java+闪退】
    【Vue-入门笔记-7】
    关于ios的光标和键盘回弹问题
    AES加密然后ajax传输数据
    文件进行MD5计算
    jqGrid 常用 总结 -2
    关于页面传参,decodeURI和decodeURIComponent
    js防抖和节流
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314744.html
Copyright © 2011-2022 走看看