• ADADADADAD

    数据库异常——超出列范围[ mysql数据库 ]

    mysql数据库 时间:2024-12-03 12:11:44

    作者:文/会员上传

    简介:

    最近遇到的一个坑,我开发的项目竟然遇到了字符串过长的坑,先看下日志9/19/2019 5:27:35org.springframework.beans.BeanInstantiationException: Failed to instantiate : Con

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    最近遇到的一个坑,我开发的项目竟然遇到了字符串过长的坑,先看下日志

    9/19/2019 5:27:35org.springframework.beans.BeanInstantiationException: Failed to instantiate : Constructor threw exception; nested exception is org.springframework.dao.DataIntegrityViolationException: could not execute query; SQL [select business0_.id as id119, business0_.b_id as b_id219, business0_.branch as branch419, business0_.description as descript419, business0_.jhi_level as jhi_leve519, business0_.name as name619, business0_.parent_id as parent_i819, business0_.tag as tag719 from business business0_]; nested exception is org.hibernate.exception.DataException: could not execute query
    9/19/2019 5:27:35 PMCaused by: java.sql.SQLException: Out of range value for column 'parent_i819' : value
    9/19/2019 5:27:35 PMat org.mariadb.jdbc.internal.com.read.resultset.rowprotocol.TextRowProtocol.getInternalLong(TextRowProtocol.java:312)
    9/19/2019 5:27:35 PMat org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getLong(SelectResultSet.java:1004)
    9/19/2019 5:27:35 PMat org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet.getLong(SelectResultSet.java:996)
    9/19/2019 5:27:35 PMat com.alibaba.druid.filter.FilterChainImpl.resultSet_getLong(FilterChainImpl.java:1184)
    9/19/2019 5:27:35 PMat com.alibaba.druid.filter.FilterAdapter.resultSet_getLong(FilterAdapter.java:1655)
    9/19/2019 5:27:35 PMat com.alibaba.druid.filter.FilterChainImpl.resultSet_getLong(FilterChainImpl.java:1180)
    9/19/2019 5:27:35 PMat com.alibaba.druid.filter.FilterAdapter.resultSet_getLong(FilterAdapter.java:1655)
    9/19/2019 5:27:35 PMat com.alibaba.druid.filter.FilterChainImpl.resultSet_getLong(FilterChainImpl.java:1180)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.getRow(Loader.java:1562)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:732)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.proce***esultSet(Loader.java:991)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.doQuery(Loader.java:949)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:341)
    9/19/2019 5:27:35 PMat org.hibernate.loader.Loader.doList(Loader.java:2692)

    日志中说到数据库值过大,看的我一愣一愣的,什么鬼!一个id居然过大??明明记得我在数据库设置的字符长度为512啊!不管了,面向谷歌运维

    数据库异常——超出列范围.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载