• Caused by: java.sql.SQLException: 数字溢出


    首先强调一点是:我的项目架构为:struts+hibenate+spring

    :13:08,804 ERROR JDBCExceptionReporter:101 - 数字溢出
    org.hibernate.exception.GenericJDBCException: could not execute query
     at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126)
     at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:114)
     at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
     at org.hibernate.loader.Loader.doList(Loader.java:2231)
     at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2125)
     at org.hibernate.loader.Loader.list(Loader.java:2120)
     at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:401)
     at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:361)
     at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:196)
     at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1148)
     at org.hibernate.impl.QueryImpl.list(QueryImpl.java:102)
     at cn.bytd.service.IssueServiceImpl.transactionCharge(IssueServiceImpl.java:8133)
     at cn.bytd.service.timer.ChargeTask.run(ChargeTask.java:51)
     at java.util.TimerThread.mainLoop(Unknown Source)
     at java.util.TimerThread.run(Unknown Source)

    最近项目中遇到了数字溢出的问题。错误信息在日志中提示如上。

    经过分析导致溢出的原因是数据库中的字段类型为:integer 插入的数据超过了integer的范围。导出在实体映射的工程中导致以上错误。所发生的所错记录了下来希望对发生类似错误的人给一点帮助。谢谢。

  • 相关阅读:
    [CF846E]Chemistry in Berland题解
    [CF846D]Monitor题解
    [CF846B]Math Show题解
    [CF846A]Curriculum Vitae题解
    斜率优化 学习笔记
    【CF115E】Linear Kingdom Races 题解(线段树优化DP)
    【洛谷P3802】小魔女帕琪 题解(概率期望)
    7月13日考试 题解(DFS序+期望+线段树优化建图)
    【BZOJ1426】收集邮票 题解 (期望)
    【HNOI2010】弹飞绵羊 题解(分块)
  • 原文地址:https://www.cnblogs.com/northeastTycoon/p/2789461.html
Copyright © 2020-2023  润新知