Project

General

Profile

New Function #365 » event_error.txt

Deca Park, 02/16/2024 02:58 PM

 
1
//
2
// st_krs_event
3
//
4
2024-02-16 14:46:41,570 ERROR [com.stoneitgt.admin.services.KrsEventService]
5
### Error updating database.  Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
6
### The error may involve com.stoneitgt.admin.mapper.KrsEventMapper.insert-Inline
7
### The error occurred while setting parameters
8
### SQL: INSERT INTO st_krs_event (         event_cd         , event_nm         , event_kind         , event_bgnde         , event_edde         , reg_date       ) VALUES (         ?         , ?         , ?         , ?         , ?         , NOW()       )
9
### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
10
; SQL []; Duplicate entry '202402096' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
11
java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
12
        at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117) ~[mysql-connector-java-8.0.24.jar:8.0.24]
13
        at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.24.jar:8.0.24]
14
        at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953) ~[mysql-connector-java-8.0.24.jar:8.0.24]
15

    
16

    
17
//
18
// st_krs_event_store
19
//
20
2024-02-16 14:46:41,591 ERROR [com.stoneitgt.admin.services.krs.EventService] [Scheduler-event]
21
### Error updating database.  Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
22
### The error may involve com.stoneitgt.admin.mapper.KrsEventMapper.insert-Inline
23
### The error occurred while setting parameters
24
### SQL: INSERT INTO st_krs_event (         event_cd         , event_nm         , event_kind         , event_bgnde         , event_edde         , reg_date       ) VALUES (         ?         , ?         , ?         , ?         , ?         , NOW()       )
25
### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
26
; SQL []; Duplicate entry '202402096' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096' for key 'PRIMARY'
27
2024-02-16 14:46:42,153 ERROR [com.stoneitgt.admin.services.KrsEventStoreService]
28
### Error updating database.  Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY'
29
### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreMapper.insert-Inline
30
### The error occurred while setting parameters
31
### SQL: INSERT INTO st_krs_event_store (         event_cd         , dept_cd         , reg_date       ) VALUES (         ?         , ?         , NOW()       )
32
### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY'
33
; SQL []; Duplicate entry '202402096-200042' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-200042' for key 'PRIMARY'
34

    
35

    
36

    
37
//
38
// st_krs_event_store_item
39
//
40

    
41

    
42
2024-02-16 01:15:06,903 ERROR [com.stoneitgt.admin.services.krs.EventService] [Scheduler-event]
43
### 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)
44
### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreMapper.insert-Inline
45
### The error occurred while setting parameters
46
### SQL: INSERT INTO st_krs_event_store (         event_cd         , dept_cd         , reg_date       ) VALUES (         ?         , ?         , NOW()       )
47
### 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)
48
; 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)
49
2024-02-16 01:15:08,175 ERROR [com.stoneitgt.admin.services.KrsEventStoreItemService]
50
### Error updating database.  Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'
51
### The error may involve com.stoneitgt.admin.mapper.KrsEventStoreItemMapper.insert-Inline
52
### The error occurred while setting parameters
53
### SQL: INSERT INTO st_krs_event_store_item (         event_cd         , dept_cd         , item_cd         , dc_sale_amt         , product_code         , reg_date       ) VALUES (         ?         , ?         , ?         , ?         , ?         , NOW()       )
54
### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'
55
; SQL []; Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'
56
java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '202402096-999991-8052468' for key 'PRIMARY'
57
        at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:117) ~[mysql-connector-java-8.0.24.jar:8.0.24]
58
        at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java
    (1-1/1)