// // st_krs_event // 2024-02-16 14:46:41,570 ERROR [com.stoneitgt.admin.services.KrsEventService] ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' ### The error may involve com.stoneitgt.admin.mapper.KrsEventMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO st_krs_event ( event_cd , event_nm , event_kind , event_bgnde , event_edde , reg_date ) VALUES ( ? , ? , ? , ? , ? , NOW() ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' ; SQL []; Duplicate entry '202402096' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117) ~[mysql-connector-java-8.0.24.jar:8.0.24] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.24.jar:8.0.24] at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.24.jar:8.0.24] // // st_krs_event_store // 2024-02-16 14:46:41,591 ERROR [com.stoneitgt.admin.services.krs.EventService] [Scheduler-event] ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' ### The error may involve com.stoneitgt.admin.mapper.KrsEventMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO st_krs_event ( event_cd , event_nm , event_kind , event_bgnde , event_edde , reg_date ) VALUES ( ? , ? , ? , ? , ? , NOW() ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' ; SQL []; Duplicate entry '202402096' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY' 2024-02-16 14:46:42,153 ERROR [com.stoneitgt.admin.services.KrsEventStoreService] ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY' ### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO st_krs_event_store ( event_cd , dept_cd , reg_date ) VALUES ( ? , ? , NOW() ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY' ; SQL []; Duplicate entry '202402096-200042' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY' // // st_krs_event_store_item // 2024-02-16 01:15:06,903 ERROR [com.stoneitgt.admin.services.krs.EventService] [Scheduler-event] ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`korail_store`.`st_krs_event_store`, CONSTRAINT `fk1_st_krs_event_store` FOREIGN KEY (`event_cd`) REFERENCES `st_krs_event` (`event_cd`) ON DELETE CASCADE ON UPDATE NO ACTION) ### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO st_krs_event_store ( event_cd , dept_cd , reg_date ) VALUES ( ? , ? , NOW() ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`korail_store`.`st_krs_event_store`, CONSTRAINT `fk1_st_krs_event_store` FOREIGN KEY (`event_cd`) REFERENCES `st_krs_event` (`event_cd`) ON DELETE CASCADE ON UPDATE NO ACTION) ; SQL []; Cannot add or update a child row: a foreign key constraint fails (`korail_store`.`st_krs_event_store`, CONSTRAINT `fk1_st_krs_event_store` FOREIGN KEY (`event_cd`) REFERENCES `st_krs_event` (`event_cd`) ON DELETE CASCADE ON UPDATE NO ACTION); nested exception is java.sql.SQLIntegrityConstraintViolationException: Cannot add or update a child row: a foreign key constraint fails (`korail_store`.`st_krs_event_store`, CONSTRAINT `fk1_st_krs_event_store` FOREIGN KEY (`event_cd`) REFERENCES `st_krs_event` (`event_cd`) ON DELETE CASCADE ON UPDATE NO ACTION) 2024-02-16 01:15:08,175 ERROR [com.stoneitgt.admin.services.KrsEventStoreItemService] ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY' ### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreItemMapper.insert-Inline ### The error occurred while setting parameters ### SQL: INSERT INTO st_krs_event_store_item ( event_cd , dept_cd , item_cd , dc_sale_amt , product_code , reg_date ) VALUES ( ? , ? , ? , ? , ? , NOW() ) ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY' ; SQL []; Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY' java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY' at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117) ~[mysql-connector-java-8.0.24.jar:8.0.24] at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java