Facing problem in installation

Hi all
i am facing some problem in installing erpnext due to some change in script so can any one help me with the doc or some other sources.

if you want people to help you, post details about the issue you are facing, traceback, error logs, screenshots, context - what where you trying to acheive and steps you did, way to reproduce the issue etc…

Error 111 connecting to localhost:11000. Connection refused

I’ve recently (just now) experienced the same. Problem is Nginx isn’t installed for some reason. I’ve had to install Nginx, and bench setup nginx and build.

If you in development mode, just restart the redis service. if it stalled for some reason

sudo lsof -i | grep redis

kill -9 pid

Since the error is not detailed out, there might have many different reason that point to that error

erpnext@localhost:~/frappe-bench$ bench new-site site2.local
WARN: bench is installed in editable mode!

This is not the recommended mode of installation for production. Instead, install the package from PyPI with: pip install frappe-bench

MySQL root password:

Installing frappe…
Updating DocTypes for frappe : [========================================]
Traceback (most recent call last):
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/connection.py”, line 552, in connect
sock = self._connect()
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/connection.py”, line 609, in _connect
raise err
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/connection.py”, line 597, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3.6/runpy.py”, line 193, in _run_module_as_main
main”, mod_spec)
File “/usr/lib/python3.6/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 97, in
main()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 18, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/commands/site.py”, line 46, in new_site
no_mariadb_socket=no_mariadb_socket, db_password=db_password, db_type=db_type, db_host=db_host, db_port=db_port)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/commands/site.py”, line 89, in _new_site
_install_app(app, verbose=verbose, set_as_patched=not source_sql)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/installer.py”, line 93, in install_app
frappe.get_attr(after_install)()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/install.py”, line 19, in after_install
install_basic_docs()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/install.py”, line 77, in install_basic_docs
frappe.get_doc(d).insert()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 264, in insert
self.run_post_save_methods()
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 938, in run_post_save_methods
self.run_method(“on_update”)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 805, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 1091, in composer
return composed(self, method, *args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 1074, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File “/home/erpnext/frappe-bench/apps/frappe/frappe/model/document.py”, line 799, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/core/doctype/user/user.py”, line 105, in on_update
now=frappe.flags.in_test
File “/home/erpnext/frappe-bench/apps/frappe/frappe/init.py”, line 1525, in enqueue
return frappe.utils.background_jobs.enqueue(*args, **kwargs)
File “/home/erpnext/frappe-bench/apps/frappe/frappe/utils/background_jobs.py”, line 71, in enqueue
kwargs=queue_args)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/rq/queue.py”, line 329, in enqueue_call
job = self.enqueue_job(job, at_front=at_front)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/rq/queue.py”, line 435, in enqueue_job
pipe.execute()
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/client.py”, line 3961, in execute
self.shard_hint)
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/connection.py”, line 1185, in get_connection
connection.connect()
File “/home/erpnext/frappe-bench/env/lib/python3.6/site-packages/redis/connection.py”, line 557, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to localhost:11000. Connection refused.
erpnext@localhost:~/frappe-bench$

this issue i am facing while installing a new site