You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/02 15:29:30 UTC

[GitHub] [airflow] casra-developers edited a comment on pull request #16110: Added windows extensions

casra-developers edited a comment on pull request #16110:
URL: https://github.com/apache/airflow/pull/16110#issuecomment-891119228


   Very nice that this Dask-Path issue got resolved! @potiuk  I have rebased our forked master on my dev machine and tried to test it. I setup venvs on our Windows-Dask-Worker and our Ubuntu Airflow-Webserver / Scheduler and installed the package from a wheel which I've built via 'python -m sdist bdist_wheel'. Installation and DB Schema upgrades where smooth, but when I logged into the web-interface I get a lot of errors 404.
   ![image](https://user-images.githubusercontent.com/68997390/127885580-bd51a7ab-cfed-496d-8c35-68d230feeea5.png)
   
   on the airflow server:
   [IP_ADDRESS] - - [02/Aug/2021:17:24:33 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:33 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:33 +0200] "GET /static/appbuilder/css/bootstrap.min.css.map HTTP/1.1" 404 527 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:33 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:34 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:34 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:34 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:35 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:35 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   [IP_ADDRESS] - - [02/Aug/2021:17:24:36 +0200] "GET /static/ HTTP/1.1" 404 527 "https://vsrv-afdev02/home" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
   
   in the browser console:
   ![image](https://user-images.githubusercontent.com/68997390/127885799-dac2783d-aaea-4707-9a29-97932c9b0971.png)
   
   For me it looks like there are some icons or other resources that cannot be located. Clicking is impossible in this UI, I have to type the dag_id into the URL to navigate but starting is not possible.
   Can you reproduce this behavior with the version currently on main or is there something wrong with our test-environment?
   


-- 
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@airflow.apache.org

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