4.Q&A:流程-获取指派人发生错误

Q1:The table lato_task_form'is full

获取指派人发生错误
服务器错误代码:305164,详细信息:Exception while invoking TaskListener; Exception while invoking
TaskListener:获取指派人发生错误
Exception while invoking TaskListener:获取指派人发生错误
获取指派人发生错误
org.hibernate.exception.GenericJDBCException: could not execute statement
could not execute statement
The table 'lato_task_form' is full  

报错原因

磁盘空间满了

解决方案

清理磁盘空间即可

Q2:Try to read assigneeConfigJson on null object

启动抄送流程出错!出错
获取指派人发生错误
服务器错误代码:305164,详细信息:Exception while invoking TaskListener: Exception while invoking
TaskListener: 获取指派人发生错误
Exception while invoking TaskListener: 获取指派人发生错误
获取指派人发生错误
Try to read assigneeConfigJson on null object com.lato.activiti.models.LatoActivitiTemplate
(com.lato.activiti.delegate.LatoProcessTaskHandleUserAccount.buildHandleUserList, line 429)

报错原因

业务流程第一个任务节点不能为抄送节点

解决方案

将业务流程第一个节点修改为普通任务,执行人选择流程发起人的本人,并勾选自动执行,再在后面加一个抄送任务,即可获得一样的效果

Q3:Data truncation: Data too long for column 'm_status_desc' at row 1

  启动出错!出错获取指派人发生错误
服务器错误代码:305164,详细信息:Exception while invoking TaskListener: Exception while invoking
TaskListener:获取指派人发生错误Exception while invoking TaskListener:获取指派人发生错误
获取指派人发生错误
org.hibernate.exception.DataException: could not execute statement
could not execute statement
Data truncation: Data too long for column 'm_status_desc' at row 1  

报错原因:

任务描述的内容过长

解决方案:

任务描述的文字尽量不要超过80个汉字
根据实际业务场景需求修改任务描述的长度或是该内部字段的长度
注意:修改该内部字段的长度仅限本地部署的用户使用,云端部署的用户可以反馈给云表官方技术支持
2026-03-23
0 0