NanyinK opened a new issue #17827: URL: https://github.com/apache/airflow/issues/17827
### Discussed in https://github.com/apache/airflow/discussions/17823 <div type='discussions-op-text'> <sup>Originally posted by **NanyinK** August 25, 2021</sup> Hi, I tried to run a dag on the web UI but failed. It's always showing "running" status. and when I click on the logs, I get this : //////////////////////////////////////////////////////// *** Log file does not exist: /data/app/airflow/logs/dag_test/variable_step1/2021-08-14T16:00:00+00:00/1.log *** Fetching from: http://:8793/log/dag_test/variable_step1/2021-08-14T16:00:00+00:00/1.log *** Failed to fetch log file from worker. The request to ':///' is missing either an 'http://' or 'https://' protocol. ///////////////////////////////////////////////////////// but when I run both of the steps locally on the server, it will succeed. ////////////////////////////////////////////////////// [2021-08-25 15:09:06,214] {taskinstance.py:1204} INFO - Marking task as SUCCESS. dag_id=dag_test, task_id=variable_step1, execution_date=20210825T000000, start_date=20210825T070906, end_date=20210825T070906 /////////////////////////////////////////////////////// Could someone give some clues on troubleshooting this? Thanks </div> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
