WilliamChen-luckbob edited a comment on issue #4668: URL: https://github.com/apache/incubator-dolphinscheduler/issues/4668#issuecomment-772409994
> Can you troubleshoot by printing log? I checked the code and it seems there is no problem. Sure, but I have some trouble when I'm trying to do a debug by adding some printing codes to the source code, I have no idea how do a maven package command with mvn -U clean package -Prelease -Dmaven.test.skip=true because that leads to some error. I have throw my question out in issue [#4394](https://github.com/apache/incubator-dolphinscheduler/issues/4394) My DolphinScheduler server was deployed in a remote centOS server by directly downloading a tar.gz file of feature 1.3.4-release. All the movements are according to the official documentation, using MySQL 5.7 as DB. After achieving my request, by using tail command to trace dolphinscheduler-api-server.log , it shows like this: [INFO] 2021-02-03 18:42:55.029 org.apache.dolphinscheduler.api.controller.ProcessDefinitionController:[257] - query process definition list, login user:admin, project name:william_测试项目 [INFO] 2021-02-03 18:42:55.029 org.apache.dolphinscheduler.api.controller.ProjectController:[264] - login user admin, query all project list [INFO] 2021-02-03 18:42:55.030 org.apache.dolphinscheduler.api.controller.ResourcesController:[293] - query resource list, login user:admin, resource type:, program type:{} [INFO] 2021-02-03 18:42:55.031 org.apache.dolphinscheduler.api.controller.ResourcesController:[177] - query resource list, login user:admin, resource type:FILE [INFO] 2021-02-03 18:42:55.031 org.apache.dolphinscheduler.api.controller.ResourcesController:[293] - query resource list, login user:admin, resource type:PYTHON, program type:{} [INFO] 2021-02-03 18:42:55.035 org.apache.dolphinscheduler.api.controller.WorkerGroupController:[100] - query all worker group: login user admin [INFO] 2021-02-03 18:42:55.047 org.apache.dolphinscheduler.api.controller.TenantController:[135] - login user admin, query tenant list [INFO] 2021-02-03 18:43:09.480 org.apache.dolphinscheduler.api.controller.ProcessDefinitionController:[139] - verify process definition name unique, user:admin, project name:william_测试项目, process definition name:testtest [INFO] 2021-02-03 18:43:09.512 org.apache.dolphinscheduler.api.controller.ProcessDefinitionController:[89] - login user admin, create process definition, project name: william_测试项目, process definition name: testtest, process_definition_json: {"globalParams":[],"tasks":[{"type":"HTTP","id":"tasks-16033","name":"testtest","params":{"localParams":[],"httpParams":[],"url":"test","httpMethod":"GET","httpCheckCondition":"STATUS_CODE_DEFAULT","condition":""},"description":"","timeout":{"strategy":"","interval":null,"enable":false},"runFlag":"NORMAL","conditionResult":{"successNode":[""],"failedNode":[""]},"dependence":{},"maxRetryTimes":"0","retryInterval":"1","taskInstancePriority":"MEDIUM","workerGroup":"default","preTasks":[]}],"tenantId":0,"timeout":0}, desc: locations:{"tasks-16033":{"name":"testtest","targetarr":"","nodenumber":"0","x":447,"y":279}}, connects:[] [INFO] 2021-02-03 18:43:09.693 org.apache.dolphinscheduler.api.controller.ProcessDefinitionController:[290] - query process definition list paging, login user:admin, project name:william_测试项目 ---------------------------------------------------------------- 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]
