Ubuntu 14.04.4 LTS (GNU/Linux 4.2.0-27-generic i686)

Hi All,
I have installed Ubuntu on a machine and followed the instructions on installing Frappe manually as well for ERPNEXT.

All went well with Frappe installation.
I have installed ERPNEXT did the updates … and i could notice first that i have this screen

So but when i try to with port 8000 the right page is shown … but when i log in the below screen is shown and i dont know what to do to have it working.

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 876, in call
return fn(*args, **newargs)
TypeError: get_js() takes exactly 1 argument (0 given)

your get_js() file does not contain path argument.
check your console it should get_js(path).
this error causes because of no argument in get_js()

Regards,
Vishal Dhayagude
MN Technique

Can you try running :

bench build
bench clear-cache

I think, its the same here.

please try this command

chmod o+rx /home/frappe
service nginx restart

Thanks all for the support… I will give a try because I have many instances of this ERP to test installation and updates done by my local application and the ERPNEXT itself.