be540970 by chentao

no message

1 parent 26aa3bd8
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
1 2024-09-12 18:36:08 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
2 2024-09-12 18:36:10 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/question/listPage',不支持'GET'请求
3 2024-09-12 18:36:11 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
4 2024-09-12 18:36:12 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/question/listPage',不支持'GET'请求
5 2024-09-12 18:50:18 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
6 2024-09-12 18:50:49 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
7 2024-09-12 18:57:33 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
8 2024-09-12 18:57:36 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
9 2024-09-12 18:57:48 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
10 2024-09-12 18:59:13 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
11 2024-09-12 18:59:37 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
12 2024-09-12 19:00:00 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
13 2024-09-12 19:01:21 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
14 2024-09-12 19:01:24 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
15 2024-09-12 19:01:30 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
16 2024-09-12 19:02:17 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
17 2024-09-12 19:30:56 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/entirety/listPage',不支持'POST'请求
18 2024-09-12 19:31:12 [XNIO-1 task-3] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/entirety/listPage',不支持'POST'请求
19 2024-09-12 19:31:34 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
20 2024-09-12 19:31:58 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/buildingBlock/listPage',不支持'GET'请求
21 2024-09-12 19:33:31 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course/listPage',不支持'GET'请求
22 2024-09-12 19:33:47 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/question/listPage',不支持'GET'请求
23 2024-09-12 19:33:55 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/question/listPage',不支持'POST'请求
This diff could not be displayed because it is too large.
1 2024-09-26 20:01:57 [XNIO-1 task-3] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
2 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
3 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
4 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
5 ### The error occurred while setting parameters
6 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
7 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
8 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
9 2024-09-26 20:04:16 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
10 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
11 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
12 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
13 ### The error occurred while setting parameters
14 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
15 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
16 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
17 2024-09-26 20:06:35 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
18 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
19 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
20 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
21 ### The error occurred while setting parameters
22 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
23 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
24 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
25 2024-09-26 20:07:52 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
26 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
27 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
28 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
29 ### The error occurred while setting parameters
30 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
31 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
32 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
33 2024-09-26 20:09:07 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
34 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
35 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
36 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
37 ### The error occurred while setting parameters
38 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
39 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
40 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
41 2024-09-26 20:10:25 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
42 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
43 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
44 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
45 ### The error occurred while setting parameters
46 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
47 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
48 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
49 2024-09-26 20:11:37 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/course',数据库中已存在记录'
50 ### Error updating database. Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
51 ### The error may exist in com/lego/core/mapper/CourseMapper.java (best guess)
52 ### The error may involve com.lego.core.mapper.CourseMapper.insert-Inline
53 ### The error occurred while setting parameters
54 ### SQL: INSERT INTO core_course ( id, name, type, two_dimensional_type, three_dimensional_type, language, create_by, create_time, update_by, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )
55 ### Cause: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'
56 ; Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY'; nested exception is java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1834185526962491394' for key 'core_course.PRIMARY''
57 2024-09-26 21:33:00 [XNIO-1 task-1] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/core/advert/list',认证失败'token 已被冻结:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJCVWZQbThwcjNUU3VGektjazAwdEc0ZklTMmZDbnJyeCIsInVzZXJJZCI6MX0.6q8DKEn9YK0OR4r0rfa4Mn-rWtex1wWEW6E9cX3Ti60',无法访问系统资源
58 2024-09-26 21:33:00 [XNIO-1 task-2] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/system/dict/data/type/sys_yes_no',认证失败'token 已被冻结:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJCVWZQbThwcjNUU3VGektjazAwdEc0ZklTMmZDbnJyeCIsInVzZXJJZCI6MX0.6q8DKEn9YK0OR4r0rfa4Mn-rWtex1wWEW6E9cX3Ti60',无法访问系统资源
59 2024-09-26 21:33:00 [XNIO-1 task-5] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/system/dict/data/type/advert_state',认证失败'token 已被冻结:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJCVWZQbThwcjNUU3VGektjazAwdEc0ZklTMmZDbnJyeCIsInVzZXJJZCI6MX0.6q8DKEn9YK0OR4r0rfa4Mn-rWtex1wWEW6E9cX3Ti60',无法访问系统资源
60 2024-09-26 22:05:19 [XNIO-1 task-4] ERROR c.l.f.e.GlobalExceptionHandler - 请求地址'/getInfo',认证失败'token 已被冻结:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJsb2dpblR5cGUiOiJsb2dpbiIsImxvZ2luSWQiOiJzeXNfdXNlcjoxIiwicm5TdHIiOiJzUWtYWUNpVWNHTGFvaWh6WXJ5dnZOMHl1REZKVnJqaCIsInVzZXJJZCI6MX0.HhroONjSCyto7Srg_GY8JuX6_ZCmHigDsemKI96insA',无法访问系统资源
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!