本帖最后由 a15084903295 于 2012-11-19 19:23:58 编辑

解决方案 »

  1.   


    Caused by: java.sql.SQLException: Io 异常: Software caused connection abort: recv failed
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:255)
    at oracle.jdbc.driver.T4CPreparedStatement.executeForDescribe(T4CPreparedStatement.java:812)
    at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1031)
    at oracle.jdbc.driver.T4CPreparedStatement.executeMaybeDescribe(T4CPreparedStatement.java:836)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1124)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3285)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3390)
    at org.apache.ibatis.executor.statement.PreparedStatementHandler.query(PreparedStatementHandler.java:56)
    at org.apache.ibatis.executor.statement.RoutingStatementHandler.query(RoutingStatementHandler.java:70)
    at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:57)
    at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:267)
    at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:141)
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:105)
    at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:81)
    at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:101)
    ... 79 more
    2012-11-19 18:51:47,288 INFO [org.talkweb.yygh.mybatis.service.ZhangServer] - 查找hospital失败citycode:0871
      

  2.   

     Error updating database.  Cause: org.apache.ibatis.executor.ExecutorException: There was no TypeHandler found for parameter certcontent of statement CusCert.addCusCert
    ### The error may involve CusCert.addCusCert-Inline
    ### The error occurred while setting parameters
    ### Cause: org.apache.ibatis.executor.ExecutorException: There was no TypeHandler found for parameter certcontent of statement CusCert.addCusCert
    at com.gdca.framework.common.mybatis.BaseMybatisDao.insertForObject(BaseMybatisDao.java:124)
    at com.gdca.framework.common.manager.BaseMangerImpl.addEntity(BaseMangerImpl.java:40)
    at com.gdca.mm.base.filing.impl.FilingLinkServiceImpl.getCert(FilingLinkServiceImpl.java:188)
    at com.gdca.mm.base.filing.impl.FilingLinkServiceImpl.filingOperationCert(FilingLinkServiceImpl.java:107)
    at com.gdca.mm.base.filing.impl.FilingLinkServiceImpl.main(FilingLinkServiceImpl.java:314)
    Caused by: org.mybatis.spring.MyBatisSystemException: SqlSession operation; nested exception is org.apache.ibatis.exceptions.PersistenceException: 大神们、搞了一早上了、帮忙看下这是什么意思?
      

  3.   

    @haiNan512
    addCusCert 参数类型 未定义??parameterType