You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-05-17 17:47:39,842 INFO Loading service: /opt/eNMS/eNMS/models/services/workflow/workflow.py
Traceback (most recent call last):
File "/usr/local/bin/gunicorn", line 11, in
sys.exit(run())
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 231, 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 58, in init
self.setup(app)
File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 118, in setup
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 58, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 359, 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 "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/opt/eNMS/app.py", line 1, in
from eNMS.server import server as app # noqa: F401
File "/opt/eNMS/eNMS/init.py", line 20, in
initialize()
File "/opt/eNMS/eNMS/init.py", line 12, in initialize
first_init = db._initialize(env)
File "/opt/eNMS/eNMS/database.py", line 114, in _initialize
parameters = self.fetch("parameters")
File "/opt/eNMS/eNMS/database.py", line 367, in fetch
f"There is no {instance_type} in the database "
eNMS.database.RbacError: There is no parameters in the database with the following characteristics: {}
version mysql
mysql Ver 8.0.29 for Linux on x86_64 (MySQL Community Server - GPL)
The text was updated successfully, but these errors were encountered:
ENMS - Last Git version!!!!
2022-05-17 17:47:39,842 INFO Loading service: /opt/eNMS/eNMS/models/services/workflow/workflow.py
Traceback (most recent call last):
File "/usr/local/bin/gunicorn", line 11, in
sys.exit(run())
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 67, in run
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/base.py", line 231, 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 58, in init
self.setup(app)
File "/usr/local/lib/python3.6/site-packages/gunicorn/arbiter.py", line 118, in setup
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 58, in load
return self.load_wsgiapp()
File "/usr/local/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
return util.import_app(self.app_uri)
File "/usr/local/lib/python3.6/site-packages/gunicorn/util.py", line 359, 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 "", line 994, in _gcd_import
File "", line 971, in _find_and_load
File "", line 955, in _find_and_load_unlocked
File "", line 665, in _load_unlocked
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/opt/eNMS/app.py", line 1, in
from eNMS.server import server as app # noqa: F401
File "/opt/eNMS/eNMS/init.py", line 20, in
initialize()
File "/opt/eNMS/eNMS/init.py", line 12, in initialize
first_init = db._initialize(env)
File "/opt/eNMS/eNMS/database.py", line 114, in _initialize
parameters = self.fetch("parameters")
File "/opt/eNMS/eNMS/database.py", line 367, in fetch
f"There is no {instance_type} in the database "
eNMS.database.RbacError: There is no parameters in the database with the following characteristics: {}
version mysql
mysql Ver 8.0.29 for Linux on x86_64 (MySQL Community Server - GPL)
The text was updated successfully, but these errors were encountered: