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 2020/12/19 19:43:00 UTC

[GitHub] [airflow] paulobuch opened a new issue #13188: having problems to start the weserver

paulobuch opened a new issue #13188:
URL: https://github.com/apache/airflow/issues/13188


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   <!--
   
   IMPORTANT!!!
   
   PLEASE CHECK "SIMILAR TO X EXISTING ISSUES" OPTION IF VISIBLE
   NEXT TO "SUBMIT NEW ISSUE" BUTTON!!!
   
   PLEASE CHECK IF THIS ISSUE HAS BEEN REPORTED PREVIOUSLY USING SEARCH!!!
   
   Please complete the next sections or the issue will be closed.
   These questions are the first thing we need to know to understand the context.
   
   -->
   
   **Apache Airflow version**:
   Apache Airflow: 2.0.0
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**:
   python_version  | 3.8.6
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release):Mac OS
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   running the command 'airflow webserver --port 8080'  I am receiving the follow msg : 
   [2020-12-19 21:27:35,593] {webserver_command.py:217} ERROR - No response from gunicorn master within 120 seconds
   [2020-12-19 21:27:35,593] {webserver_command.py:218} ERROR - Shutting down webserver
   
   <!-- (please include exact error messages if you can) -->
   and in the localhost on the browser I received :
   Something bad has happened.
   Please consider letting us know by creating a bug report using GitHub.
   
   Python version: 
   Airflow version: 
   Node: pbuchser-01.local
   -------------------------------------------------------------------------------
   Traceback (most recent call last):
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/app.py", line 2447, in wsgi_app
       response = self.full_dispatch_request()
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/app.py", line 1952, in full_dispatch_request
       rv = self.handle_user_exception(e)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/app.py", line 1821, in handle_user_exception
       reraise(exc_type, exc_value, tb)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
       raise value
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
       rv = self.dispatch_request()
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
       return self.view_functions[rule.endpoint](**req.view_args)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask_admin/base.py", line 69, in inner
       return self._run_view(f, *args, **kwargs)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask_admin/base.py", line 368, in _run_view
       return fn(self, *args, **kwargs)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask_login/utils.py", line 258, in decorated_view
       return func(*args, **kwargs)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/airflow/utils/db.py", line 74, in wrapper
       pool=Pool.DEFAULT_POOL_NAME,
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/airflow/www/views.py", line 2341, in index
       for task in dag.tasks:
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/airflow/www/views.py", line 411, in render
       including metadatabase and scheduler.
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask_admin/base.py", line 308, in render
       return render_template(template, **kwargs)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/templating.py", line 137, in render_template
       return _render(
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/templating.py", line 120, in _render
       rv = template.render(context)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/jinja2/environment.py", line 1090, in render
       self.environment.handle_exception()
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/jinja2/environment.py", line 832, in handle_exception
       reraise(*rewrite_traceback_stack(source=source))
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/jinja2/_compat.py", line 28, in reraise
       raise value.with_traceback(tb)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/airflow/www/templates/airflow/dags.html", line 20, in top-level template code
       {% extends base_template %}
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/templating.py", line 60, in get_source
       return self._get_source_fast(environment, template)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/flask/templating.py", line 86, in _get_source_fast
       return loader.get_source(environment, template)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/jinja2/loaders.py", line 177, in get_source
       pieces = split_template_path(template)
     File "/Users/paulobuchsenspaner/Documents/python_virtual_env/Tutorial_Airflow/lib/python3.8/site-packages/jinja2/loaders.py", line 26, in split_template_path
       for piece in template.split("/"):
   jinja2.exceptions.UndefinedError: 'base_template' is undefined
   **What you expected to happen**:
   
   <!-- What do you think went wrong? -->
   
   **How to reproduce it**:
   <!---
   
   As minimally and precisely as possible. Keep in mind we do not have access to your cluster or dags.
   
   If you are using kubernetes, please attempt to recreate the issue using minikube or kind.
   
   ## Install minikube/kind
   
   - Minikube https://minikube.sigs.k8s.io/docs/start/
   - Kind https://kind.sigs.k8s.io/docs/user/quick-start/
   
   If this is a UI bug, please provide a screenshot of the bug or a link to a youtube video of the bug in action
   
   You can include images using the .md style of
   ![alt text](http://url/to/img.png)
   
   To record a screencast, mac users can use QuickTime and then create an unlisted youtube video with the resulting .mov file.
   
   --->
   
   
   **Anything else we need to know**:
   
   <!--
   
   How often does this problem occur? Once? Every time etc?
   
   Any relevant logs to include? Put them here in side a detail tag:
   <details><summary>x.log</summary> lots of stuff </details>
   
   -->
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13188: having problems to start the weserver

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #13188:
URL: https://github.com/apache/airflow/issues/13188#issuecomment-748516529


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] closed issue #13188: having problems to start the weserver

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #13188:
URL: https://github.com/apache/airflow/issues/13188


   


-- 
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:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #13188: having problems to start the weserver

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


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


-- 
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:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #13188: having problems to start the weserver

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


   This issue has been closed because it has not received response from the issue author.


-- 
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:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on issue #13188: having problems to start the weserver

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


   This issue has been automatically marked as stale because it has been open for 30 days with no response from the author. It will be closed in next 7 days if no further activity occurs from the issue author.


-- 
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:
users@infra.apache.org



[GitHub] [airflow] vikramkoka commented on issue #13188: having problems to start the weserver

Posted by GitBox <gi...@apache.org>.
vikramkoka commented on issue #13188:
URL: https://github.com/apache/airflow/issues/13188#issuecomment-806299215


   @paulobuch Apologies for the belated response. 
   Can you please let us know if there is any other information you can add here to reproduce this? 
   
   I tried this with Airflow 2.0.1 and it comes up as expected. 
   


-- 
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:
users@infra.apache.org