异常之 - java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign

异常原因:

java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign

外键不存在,而添加到表当中

2022-05-18 11:17:57.910 ERROR 3936 --- [nio-8080-exec-4] o.a.c.c.C.[.[.[/].[dispatcherServlet]    : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.dao.DataIntegrityViolationException: 
### Error updating database.  Cause: java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`videowebsite`.`video_actors_table`, CONSTRAINT `video_actors_table_ibfk_1` FOREIGN KEY (`v_id`) REFERENCES `videodetails` (`id`) ON DELETE CASCADE)
### The error may exist in com/ll/videowebsite/mapper/VideoDetailsMapper.java (best guess)
### The error may involve com.ll.videowebsite.mapper.VideoDetailsMapper.insertActor-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO video_actors_table VALUES(NULL, ?, ?)
### Cause: java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`videowebsite`.`video_actors_table`, CONSTRAINT `video_actors_table_ibfk_1` FOREIGN KEY (`v_id`) REFERENCES `videodetails` (`id`) ON DELETE CASCADE)
; Cannot add or update a child row: a foreign key constraint fails (`videowebsite`.`video_actors_table`, CONSTRAINT `video_actors_table_ibfk_1` FOREIGN KEY (`v_id`) REFERENCES `videodetails` (`id`) ON DELETE CASCADE); nested exception is java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`videowebsite`.`video_actors_table`, CONSTRAINT `video_actors_table_ibfk_1` FOREIGN KEY (`v_id`) REFERENCES `videodetails` (`id`) ON DELETE CASCADE)] with root cause

java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`videowebsite`.`video_actors_table`, CONSTRAINT `video_actors_table_ibfk_1` FOREIGN KEY (`v_id`) REFERENCES `videodetails` (`id`) ON DELETE CASCADE)
	at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117) ~[mysql-connector-java-8.0.28.jar:8.0.28]
	at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.28.jar:8.0.28]
	at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.28.jar:8.0.28]
	at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:371) ~[mysql-connector-java-8.0.28.jar:8.0.28]
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44) ~[HikariCP-4.0.3.jar:na]
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java) ~[HikariCP-4.0.3.jar:na]
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:47) ~[mybatis-3.5.9.jar:3.5.9]
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:74) ~[mybatis-3.5.9.jar:3.5.9]
	at org.apache.ibatis.executor.SimpleExecutor.doUpdate(SimpleExecutor.java:50) ~[mybatis-3.5.9.jar:3.5.9]
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117) ~[mybatis-3.5.9.jar:3.5.9]
	at org.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值