ERPNext - Could not start up: Error in setup

I installed ERPNext and it doesn´t work, ERPNext is showing the following error:

Setup failed

Could not start up: Error in setup

Do someone knows how to fix it?

After Installing ERP Next run this command in bench folder

bench set-config http_timeout 6000

and then run command

bench restart

I have run the above command but still having same issue

first go to cd/home/frappe/frappe-bench

and then run the above commands

Please see the above i am trying to run the same command but its show “no such file or directory”.

there should be space after cd

Run cd /home/frappe/frappe-bench

My best bet is on your server spec. If it run out of cpu or memory the setup wizard is on halt and throw the error message.
Try to reboot it and do the setup wizard again. It might be a success. But even if it does so, the next time you might not be that lucky :slight_smile:

It seems that this command is run.

But still i have a same issue.

Thanks for your suggestion.

I have restart my PC many time but not solve this issue.

What is your server spec?
Have you tried to monitor the load with top or w?

Device name DESKTOP-7J0OAVN
Processor AMD E2-1800 APU with Radeon™ HD Graphics 1.70 GHz
Installed RAM 8.00 GB (7.55 GB usable)
Device ID 136EF7D5-B386-4674-A08B-0E5FF96991BF
Product ID 00327-60000-00000-AA853
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display

I install this on my Laptop with the above Specs.

I install Product image and use VirtualBox

I am using Windows 10

Well… I never install Frappe and ERPnext in a Windows before. Or in A VirtualBox.
I did install version 10 in a macbook. But since version 12 I always install it in a linux VPS. And it happened several times if the server is “underspec” it almst always freezed and failed.
From the docs and forum almost everyone suggests to use a server with 2 cpu and 4 GB ram. Unless you use docker.
I’m sorry I can’t of any more help.

Just a rough test, run bench build and see if it can finish.
In AWS EC2 c5.large almost always give me >80% CPUUtilization alarm when running bench build frappe

VM doesn’t have enough memory is my guess. 8GB is total memory which is shared. You need to give 2 or more memory.