[ERPNext] Education module #1399
Labels
erpnext
solved
stale
15 days without activity
tech-issues
The user has a technical issue about an application
triage
Triage is needed
Platform
Azure
bndiagnostic ID know more about bndiagnostic ID
Don't have an ID
bndiagnostic output
bitnami@suderpnext:~/stack/erpnext/frappe-bench$ bench --site erpnext install-app education
Traceback (most recent call last):
File "/opt/bitnami/python/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/opt/bitnami/python/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 114, in
main()
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 20, in main
click.Group(commands=commands)(prog_name="bench")
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/env/lib/python3.10/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/commands/init.py", line 29, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/commands/site.py", line 457, in install_app
frappe.connect()
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 282, in connect
local.db = get_db(
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/database/init.py", line 52, in get_db
return frappe.database.mariadb.database.MariaDBDatabase(host, user, password, port=port)
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/database/database.py", line 92, in init
self.logger = frappe.logger("database")
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/init.py", line 2257, in logger
return get_logger(
File "/opt/bitnami/erpnext/frappe-bench/apps/frappe/frappe/utils/logger.py", line 69, in get_logger
handler = RotatingFileHandler(log_filename, maxBytes=max_size, backupCount=file_count)
File "/opt/bitnami/python/lib/python3.10/logging/handlers.py", line 155, in init
BaseRotatingHandler.init(self, filename, mode, encoding=encoding,
File "/opt/bitnami/python/lib/python3.10/logging/handlers.py", line 58, in init
logging.FileHandler.init(self, filename, mode=mode,
File "/opt/bitnami/python/lib/python3.10/logging/init.py", line 1169, in init
StreamHandler.init(self, self._open())
File "/opt/bitnami/python/lib/python3.10/logging/init.py", line 1201, in _open
return open_func(self.baseFilename, self.mode,
PermissionError: [Errno 13] Permission denied: '/opt/bitnami/erpnext/frappe-bench/logs/database.log'
bndiagnostic was not useful. Could you please tell us why?
no
Describe your issue as much as you can
Hello guys,
I'm new to bitnami Erpnext, I'm trying to install app education within my erpnext that I'm using now in Bitnami, from Azure.
I've been trying some alternatives I've triend before on development mode, but now in production it doesn't seem to work.
Anyone triend to install some App inside your ERPNext, could oyu help me with that please?
The text was updated successfully, but these errors were encountered: