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

  • 相关阅读:
    极光推送JPush
    dom4j解析xml
    Hibernate4之JPA规范配置详解
    Jquery的$命名冲突
    初识zookeeper(二)之与Dubbo-admin关联
    初识zookeeper(一)之zookeeper的安装及配置
    jenkins maven svn 部署web项目到本地Tomcat
    spring mvc 和junit 4集成的注意点
    String 和 CharSequence 关系与区别
    (转)如何安装 easy installer+pip
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13314744.html
Copyright © 2011-2022 走看看