oryjk opened a new issue #5592:
URL: https://github.com/apache/dolphinscheduler/issues/5592


   ** 通过官网docker创建服务的第二种方式,搭建好环境后,执行创建工作流定义,报错报错,报 t_ds_process_definition 
表中没有找到modify_by 字段**
   **Describe the bug**
   A[ERROR] 2021-06-05 16:53:42.921 
org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[45] - 创建工作流错误
   2021/6/5 下午4:53:42org.springframework.jdbc.BadSqlGrammarException:
   2021/6/5 下午4:53:42### Error updating database.  Cause: 
org.postgresql.util.PSQLException: ERROR: column "modify_by" of relation 
"t_ds_process_definition" does not exist
   2021/6/5 下午4:53:42  Position: 40
   2021/6/5 下午4:53:42### The error may exist in 
org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.java (best guess)
   2021/6/5 下午4:53:42### The error may involve 
org.apache.dolphinscheduler.dao.mapper.ProcessDefinitionMapper.insert-Inline
   2021/6/5 下午4:53:42### The error occurred while setting parameters
   2021/6/5 下午4:53:42### SQL: INSERT INTO t_ds_process_definition  ( modify_by, 
flag,  description, update_time,  process_definition_json, user_id, version, 
timeout, connects,  create_time, tenant_id, name, locations, release_state, 
project_id, resource_ids )  VALUES  ( ?, ?,  ?, ?,  ?, ?, ?, ?, ?,  ?, ?, ?, ?, 
?, ?, ? )
   2021/6/5 下午4:53:42### Cause: org.postgresql.util.PSQLException: ERROR: 
column "modify_by" of relation "t_ds_process_definition" does not exist
   2021/6/5 下午4:53:42  Position: 40
   2021/6/5 下午4:53:42; bad SQL grammar []; nested exception is 
org.postgresql.util.PSQLException: ERROR: column "modify_by" of relation 
"t_ds_process_definition" does not exist
   2021/6/5 下午4:53:42  Position: 40
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to