You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Joy Gao (JIRA)" <ji...@apache.org> on 2018/03/12 18:09:01 UTC

[jira] [Resolved] (AIRFLOW-2204) Broken webserver debug mode

     [ https://issues.apache.org/jira/browse/AIRFLOW-2204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joy Gao resolved AIRFLOW-2204.
------------------------------
       Resolution: Fixed
    Fix Version/s: 1.10.0

Issue resolved by pull request #3118
[https://github.com/apache/incubator-airflow/pull/3118]

> Broken webserver debug mode
> ---------------------------
>
>                 Key: AIRFLOW-2204
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2204
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: webapp, webserver
>    Affects Versions: 1.9.0
>            Reporter: Bruno Bonagura
>            Assignee: Bruno Bonagura
>            Priority: Minor
>             Fix For: 1.10.0
>
>
> {code}
> $ airflow webserver -d
> [2018-03-09 21:04:25,730] {__init__.py:45} INFO - Using executor LocalExecutor
>   ____________       _____________
>  ____    |__( )_________  __/__  /________      __
> ____  /| |_  /__  ___/_  /_ __  /_  __ \_ | /| / /
> ___  ___ |  / _  /   _  __/ _  / / /_/ /_ |/ |/ /
>  _/_/  |_/_/  /_/    /_/    /_/  \____/____/|__/
>  
> [2018-03-09 21:04:26,003] {models.py:196} INFO - Filling up the DagBag from /.../incubator-airflow/dags
> Starting the web server on port 8080 and host 0.0.0.0.
> Traceback (most recent call last):
>   File "/.../.virtualenvs/incubator-airflow/bin/airflow", line 6, in <module>
>     exec(compile(open(__file__).read(), __file__, 'exec'))
>   File "/.../incubator-airflow/airflow/bin/airflow", line 27, in <module>
>     args.func(args)
>   File "/.../incubator-airflow/airflow/bin/cli.py", line 716, in webserver
>     app.run(debug=True, port=args.port, host=args.hostname,
> AttributeError: 'DispatcherMiddleware' object has no attribute 'run'
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)