You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/27 04:10:02 UTC

[GitHub] [incubator-superset] tooptoop4 opened a new issue #9910: gunicorn launch error

tooptoop4 opened a new issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910


   [2020-05-26 15:40:48 +0000] [327] [INFO] Starting gunicorn 20.0.4
   [2020-05-26 15:40:48 +0000] [327] [INFO] Listening at: http://0.0.0.0:8786 (327)
   [2020-05-26 15:40:48 +0000] [327] [INFO] Using worker: gevent
   [2020-05-26 15:40:48 +0000] [330] [INFO] Booting worker with pid: 330
   [2020-05-26 15:40:48 +0000] [331] [INFO] Booting worker with pid: 331
   [2020-05-26 15:40:48 +0000] [332] [INFO] Booting worker with pid: 332
   [2020-05-26 15:40:48 +0000] [333] [INFO] Booting worker with pid: 333
   [2020-05-26 15:40:48 +0000] [330] [ERROR] Exception in worker process
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
       worker.init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py", line 162, in init_process
       super().init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 119, in init_process
       self.load_wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
       self.wsgi = self.app.wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
       self.callable = self.load()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
       return self.load_wsgiapp()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
       return util.import_app(self.app_uri)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 358, in import_app
       mod = importlib.import_module(module)
     File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 678, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/usr/local/lib/python3.6/site-packages/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/usr/local/lib/python3.6/site-packages/superset/app.py", line 23, in <module>
       from flask_appbuilder import expose, IndexView
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/__init__.py", line 5, in <module>
       from .api import ModelRestApi  # noqa: F401
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/api/__init__.py", line 6, in <module>
       from typing import Dict, Optional
     File "/usr/local/lib/python3.6/site-packages/superset/typing.py", line 17, in <module>
       from typing import Any, Callable, Dict, List, Optional, Tuple, Union
   ImportError: cannot import name 'Any'
   [2020-05-26 15:40:48 +0000] [330] [INFO] Worker exiting (pid: 330)
   [2020-05-26 15:40:49 +0000] [331] [ERROR] Exception in worker process
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
       worker.init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py", line 162, in init_process
       super().init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 119, in init_process
       self.load_wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
       self.wsgi = self.app.wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
       self.callable = self.load()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
       return self.load_wsgiapp()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
       return util.import_app(self.app_uri)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 358, in import_app
       mod = importlib.import_module(module)
     File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 678, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/usr/local/lib/python3.6/site-packages/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/usr/local/lib/python3.6/site-packages/superset/app.py", line 23, in <module>
       from flask_appbuilder import expose, IndexView
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/__init__.py", line 5, in <module>
       from .api import ModelRestApi  # noqa: F401
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/api/__init__.py", line 6, in <module>
       from typing import Dict, Optional
     File "/usr/local/lib/python3.6/site-packages/superset/typing.py", line 17, in <module>
       from typing import Any, Callable, Dict, List, Optional, Tuple, Union
   ImportError: cannot import name 'Any'
   [2020-05-26 15:40:49 +0000] [331] [INFO] Worker exiting (pid: 331)
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 209, in run
       self.sleep()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 357, in sleep
       ready = select.select([self.PIPE[0]], [], [], 1.0)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
       self.reap_workers()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
       raise HaltServer(reason, self.WORKER_BOOT_ERROR)
   gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
   
   During handling of the above exception, another exception occurred:
   
   Traceback (most recent call last):
     File "/usr/local/bin/gunicorn", line 11, in <module>
       sys.exit(run())
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 58, in run
       WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 228, in run
       super().run()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 72, in run
       Arbiter(self).run()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 229, in run
       self.halt(reason=inst.reason, exit_status=inst.exit_status)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 342, in halt
       self.stop()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 393, in stop
       time.sleep(0.1)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 242, in handle_chld
       self.reap_workers()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 525, in reap_workers
       raise HaltServer(reason, self.WORKER_BOOT_ERROR)
   gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
   [2020-05-26 15:40:49 +0000] [332] [ERROR] Exception in worker process
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
       worker.init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py", line 162, in init_process
       super().init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 119, in init_process
       self.load_wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
       self.wsgi = self.app.wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
       self.callable = self.load()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
       return self.load_wsgiapp()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
       return util.import_app(self.app_uri)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 358, in import_app
       mod = importlib.import_module(module)
     File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 678, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/usr/local/lib/python3.6/site-packages/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/usr/local/lib/python3.6/site-packages/superset/app.py", line 23, in <module>
       from flask_appbuilder import expose, IndexView
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/__init__.py", line 5, in <module>
       from .api import ModelRestApi  # noqa: F401
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/api/__init__.py", line 6, in <module>
       from typing import Dict, Optional
     File "/usr/local/lib/python3.6/site-packages/superset/typing.py", line 17, in <module>
       from typing import Any, Callable, Dict, List, Optional, Tuple, Union
   ImportError: cannot import name 'Any'
   [2020-05-26 15:40:49 +0000] [332] [INFO] Worker exiting (pid: 332)
   [2020-05-26 15:40:49 +0000] [333] [ERROR] Exception in worker process
   Traceback (most recent call last):
     File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
       worker.init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/ggevent.py", line 162, in init_process
       super().init_process()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 119, in init_process
       self.load_wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi
       self.wsgi = self.app.wsgi()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
       self.callable = self.load()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 49, in load
       return self.load_wsgiapp()
     File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp
       return util.import_app(self.app_uri)
     File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 358, in import_app
       mod = importlib.import_module(module)
     File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
       return _bootstrap._gcd_import(name[level:], package, level)
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "<frozen importlib._bootstrap>", line 994, in _gcd_import
     File "<frozen importlib._bootstrap>", line 971, in _find_and_load
     File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
     File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
     File "<frozen importlib._bootstrap_external>", line 678, in exec_module
     File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
     File "/usr/local/lib/python3.6/site-packages/superset/__init__.py", line 21, in <module>
       from superset.app import create_app
     File "/usr/local/lib/python3.6/site-packages/superset/app.py", line 23, in <module>
       from flask_appbuilder import expose, IndexView
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/__init__.py", line 5, in <module>
       from .api import ModelRestApi  # noqa: F401
     File "/usr/local/lib/python3.6/site-packages/flask_appbuilder/api/__init__.py", line 6, in <module>
       from typing import Dict, Optional
     File "/usr/local/lib/python3.6/site-packages/superset/typing.py", line 17, in <module>
       from typing import Any, Callable, Dict, List, Optional, Tuple, Union
   ImportError: cannot import name 'Any'
   [2020-05-26 15:40:49 +0000] [333] [INFO] Worker exiting (pid: 333)


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dharakk commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
dharakk commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-645683330


   > From python 3.5 onwards, you should be able to "from typing import Any". It looks like there's something wrong with you python distribution. What happens if you just fire up an interpreter `python` and type `from typing import Any` ?
   
   I am able to do this and still facing the error


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] Matt-Texier commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
Matt-Texier commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-645854432


   I suffered from the same issue, reasons being that there is conflict between python standard library "typing" and superset module having the same name "typing". Normally, if you set properly your working directory as being the home directory of the user launching gunicorn and set PYTHON_PATH as the same home directory, it should solve the problem... at least, problem has been fixed for me doing so.
   
   My 2 cents.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] cryptorevizor commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
cryptorevizor commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-643813464


   I got the same error


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] dharakk commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
dharakk commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-644505338


   I am getting the same error


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
willbarrett commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-649104490


   Closing as this appears to be a configuration issue rather than a bug in Superset.


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] willbarrett closed issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
willbarrett closed issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910


   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] mistercrunch commented on issue #9910: gunicorn launch error

Posted by GitBox <gi...@apache.org>.
mistercrunch commented on issue #9910:
URL: https://github.com/apache/incubator-superset/issues/9910#issuecomment-634444625


   From python 3.5 onwards, you should be able to "from typing import Any". It looks like there's something wrong with you python distribution. What happens if you just fire up an interpreter `python` and type `from typing import Any` ?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org