8/10 16:03:49.687 ProjectController.uploadProject
org.springframework.dao.TransientDataAccessResourceException: Hibernate operation: Could not execute JDBC batch update; SQL [insert into user_files (created_date, creator_id, description, group_i
d, name, owner_id, project_id, updated_date, file, file_size, script_id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; Packet for query is too large (28123329 > 10485760). You can change this value
on the server by setting the max_allowed_packet' variable.; nested exception is java.sql.BatchUpdateException: Packet for query is too large (28123329 > 10485760). You can change this value on th
e server by setting the max_allowed_packet' variable.
this is MySQL configuration issue. A fix is to add a line into my.ini MySQL config file
max_allowed_packet = 100M
Issue #1168 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
this is MySQL configuration issue. A fix is to add a line into my.ini MySQL config file
max_allowed_packet = 100M