SQL1652N File I/O error occurred

DB2 on Fedora 17

db version : 10.1


db2 start db manager

SQL1652N  File I/O error occurred 


参考网上文章:http://blog.sina.com.cn/s/blog_765de0e301019sqh.html

未果


尝试执行db2start 

db2start: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

安装

yum install libaio
yum install libstdc++

问题解决





这段报错是由于执行数据库更新操作时出现了唯一约束冲突引起的。具体报错信息如下: ``` Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (TPMDATA.EMS_M_DOC_HEAD_PK) violated The error may exist in URL [jar:file:/home/itks_mgt/TPM/tpm.jar!/BOOT-INF/classes!/mybatis/business/EmsMDocHeadMapper.xml] The error may involve com.ruoyi.project.business.mapper.EmsMDocHeadMapper.insertEmsMDocHead-Inline The error occurred while setting parameters SQL: insert into tpmdata.ems_m_doc_head ( mt_no, plant_id, start_date, end_date, begin_time, begin_by, status, doc_type, planner_group, schedule_id ) values ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? ) Cause: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (TPMDATA.EMS_M_DOC_HEAD_PK) violated ORA-00001: unique constraint (TPMDATA.EMS_M_DOC_HEAD_PK) violated nested exception is java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (TPMDATA.EMS_M_DOC_HEAD_PK) violated ``` 其中,报错的原因是由于 `java.sql.SQLIntegrityConstraintViolationException` 引发的,该异常表示违反了数据库的完整性约束。具体的约束名称是 `TPMDATA.EMS_M_DOC_HEAD_PK`,这是一个唯一约束(unique constraint)。报错的SQL语句是一个插入语句,向表 `tpmdata.ems_m_doc_head` 插入数据,但插入的数据违反了该唯一约束。 总结起来,报错的原因是在插入数据时,违反了表 `tpmdata.ems_m_doc_head` 的主键约束,该主键约束要求插入的数据在某个字段上必须是唯一的。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值