首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

插入数据库异常

2013-03-19 
插入数据库错误严重: Servlet.service() for servlet default threw exceptionjava.sql.BatchUpdateExcept

插入数据库错误
严重: Servlet.service() for servlet default threw exception
java.sql.BatchUpdateException: Cannot add or update a child row: a foreign key constraint fails (`db_blog/critique`, CONSTRAINT `critique_ibfk_1` FOREIGN KEY (`AId`) REFERENCES `article` (`Id`))
at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1269)
at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:955)
at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:48)
at org.hibernate.jdbc.AbstractBatcher.executeBatch(AbstractBatcher.java:242)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:235)
at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
 

求教
[解决办法]
oreign key constraint fails (`db_blog/critique`, CONSTRAINT `critique_ibfk_1` FOREIGN KEY (`AId`) REFERENCES `article` (`Id`))

外键约束错误
[解决办法]
检查外键约束看看

热点排行