You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/02/28 02:48:13 UTC

[GitHub] [dolphinscheduler] zr9883 opened a new issue #8562: [Bug] [ProcessDefinitionServiceImpl] 工作流定义列表报错

zr9883 opened a new issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   进入工作流列表,查询空,查看日志后看到报错。
   
   ### What you expected to happen
   
   可能修改所属用户那边出了问题。
   
   ### How to reproduce
   
   我用A账号新建了一个项目,项目下面建了一个工作流,然后这个项目的所属用户改成了admin,想删除这个项目,提示说要先删除工作流,进入工作流列表,查询空,查看日志后看到报错。
   
   [INFO] 2022-02-28 10:40:34.041 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:93a83ffc-e36e-4f7f-939b-214f77b3a5a7, LOGIN_USER:admin, URI:/dolphinscheduler/projects/4653615416960/process-definition, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.queryProcessDefinitionListPaging, ARGS:{searchVal=, projectCode=4653615416960, pageNo=1, pageSize=10, userId=0}
   [ERROR] 2022-02-28 10:40:34.053 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - 分页查询工作流定义列表错误
   java.lang.NullPointerException: null
   	at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl.queryProcessDefinitionListPaging(ProcessDefinitionServiceImpl.java:421)
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.3
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] Tianqi-Dotes edited a comment on issue #8562: [Bug] [Permission] Workflow definition list error

Posted by GitBox <gi...@apache.org>.
Tianqi-Dotes edited a comment on issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562#issuecomment-1075295436


   I have checked this issue, I followed the instructions of this issue and find it's okay,
   Use a user to create a project and assign the project to admin and delete the project, It's okay,
   ![bdc4d38dfc15045449ffd509889b71c](https://user-images.githubusercontent.com/36755957/159512930-09b9ae67-daa8-4654-b03b-3abf2c98743e.png)
   I used 2.0.6 to test.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] Tianqi-Dotes commented on issue #8562: [Bug] [Permission] Workflow definition list error

Posted by GitBox <gi...@apache.org>.
Tianqi-Dotes commented on issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562#issuecomment-1076423318


   I have checked this in version  205 is fine.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] Tianqi-Dotes commented on issue #8562: [Bug] [Permission] Workflow definition list error

Posted by GitBox <gi...@apache.org>.
Tianqi-Dotes commented on issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562#issuecomment-1075295436


   I have checked this issue, I followed the instructions of this issue and find it's okay,
   Use a user to create a project and assign the project to admin and delete the project, It's okay,
   ![bdc4d38dfc15045449ffd509889b71c](https://user-images.githubusercontent.com/36755957/159512930-09b9ae67-daa8-4654-b03b-3abf2c98743e.png)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8562: [Bug] [ProcessDefinitionServiceImpl] Workflow definition list error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562#issuecomment-1053820793


   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   Enter the workflow list, the query is empty, and an error is reported after viewing the log.
   
   ### What you expected to happen
   
   There may be a problem on the user side of the modification.
   
   ### How to reproduce
   
   I created a new project with account A, and created a workflow under the project. Then the user of this project was changed to admin. If I wanted to delete the project, it was prompted that the workflow should be deleted first, enter the workflow list, query empty, and view I see an error in the log.
   
   [INFO] 2022-02-28 10:40:34.041 org.apache.dolphinscheduler.api.aspect.AccessLogAspect:[90] - REQUEST TRACE_ID:93a83ffc-e36e-4f7f-939b-214f77b3a5a7, LOGIN_USER:admin, URI:/dolphinscheduler /projects/4653615416960/process-definition, METHOD:GET, HANDLER:org.apache.dolphinscheduler.api.controller.ProcessDefinitionController.queryProcessDefinitionListPaging, ARGS:{searchVal=, projectCode=4653615416960, pageNo=1, pageSize=10, userId=0 }
   [ERROR] 2022-02-28 10:40:34.053 org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[46] - Paginated query workflow definition list error
   java.lang.NullPointerException: null
   at org.apache.dolphinscheduler.api.service.impl.ProcessDefinitionServiceImpl.queryProcessDefinitionListPaging(ProcessDefinitionServiceImpl.java:421)
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   2.0.3
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #8562: [Bug] [ProcessDefinitionServiceImpl] Workflow definition list error

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #8562:
URL: https://github.com/apache/dolphinscheduler/issues/8562#issuecomment-1053820877


   Hi:
   * Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can subscribe to the developer's email,Mail subscription steps reference https://dolphinscheduler.apache.org/en-us/community/development/subscribe.html ,Then write the issue URL in the email content and send question to dev@dolphinscheduler.apache.org.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org