Stuck on "Sorry! We will be back soon." on develop branch

Hi,

I need a help. My supervisorctl is RUNNING,

frappe-bench-redis:frappe-bench-redis-cache RUNNING pid 2769, uptime 0:01:19
frappe-bench-redis:frappe-bench-redis-queue RUNNING pid 2763, uptime 0:01:19
frappe-bench-redis:frappe-bench-redis-socketio RUNNING pid 2770, uptime 0:01:18
frappe-bench-web:frappe-bench-frappe-web RUNNING pid 2761, uptime 0:01:20
frappe-bench-web:frappe-bench-node-socketio RUNNING pid 2762, uptime 0:01:19
frappe-bench-workers:frappe-bench-frappe-default-worker-0 RUNNING pid 2753, uptime 0:01:21
frappe-bench-workers:frappe-bench-frappe-long-worker-0 RUNNING pid 2754, uptime 0:01:20
frappe-bench-workers:frappe-bench-frappe-schedule RUNNING pid 2752, uptime 0:01:21
frappe-bench-workers:frappe-bench-frappe-short-worker-0 RUNNING pid 2755, uptime 0:01:20

I did bench update on develop branch, and it works.

I did bench clear-cache, and the result is:

17:02:00 system | redis_socketio.1 started (pid=3010)
17:02:00 system | watch.1 started (pid=3011)
17:02:00 system | web.1 started (pid=3024)
17:02:00 system | socketio.1 started (pid=3023)
17:02:00 system | worker_long.1 started (pid=3028)
17:02:00 redis_socketio.1 | 3031:M 10 Jul 17:02:00.525 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:02:00 redis_socketio.1 | 3031:M 10 Jul 17:02:00.525 # Creating Server TCP listening socket 127.0.0.1:12000: bind: Address already in use
17:02:00 system | worker_default.1 started (pid=3036)
17:02:01 system | redis_cache.1 started (pid=3022)
17:02:01 system | worker_short.1 started (pid=3039)
17:02:01 redis_cache.1 | 3042:M 10 Jul 17:02:01.262 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:02:01 redis_cache.1 | 3042:M 10 Jul 17:02:01.262 # Creating Server TCP listening socket 127.0.0.1:13000: bind: Address already in use
17:02:01 system | redis_cache.1 stopped (rc=1)
17:02:01 system | redis_queue.1 started (pid=3021)
17:02:01 system | schedule.1 started (pid=3032)
17:02:01 system | sending SIGTERM to redis_socketio.1 (pid 3010)
17:02:01 system | sending SIGTERM to worker_long.1 (pid 3028)
17:02:01 system | sending SIGTERM to watch.1 (pid 3011)
17:02:01 system | sending SIGTERM to redis_queue.1 (pid 3021)
17:02:02 system | sending SIGTERM to web.1 (pid 3024)
17:02:02 system | sending SIGTERM to schedule.1 (pid 3032)
17:02:02 system | sending SIGTERM to worker_default.1 (pid 3036)
17:02:02 system | sending SIGTERM to socketio.1 (pid 3023)
17:02:02 system | sending SIGTERM to worker_short.1 (pid 3039)
17:02:01 redis_queue.1 | 3034:M 10 Jul 17:02:01.751 * Increased maximum number of open files to 10032 (it was originally set to 1024).
17:02:01 redis_queue.1 | 3034:M 10 Jul 17:02:01.751 # Creating Server TCP listening socket 127.0.0.1:11000: bind: Address already in use
17:02:02 system | redis_queue.1 stopped (rc=1)
17:02:02 system | redis_socketio.1 stopped (rc=1)
17:02:02 system | worker_long.1 stopped (rc=-15)
17:02:02 system | watch.1 stopped (rc=-15)
17:02:02 system | schedule.1 stopped (rc=-15)
17:02:02 system | worker_short.1 stopped (rc=-15)
17:02:02 system | worker_default.1 stopped (rc=-15)
17:02:02 system | web.1 stopped (rc=-15)
17:02:02 system | socketio.1 stopped (rc=-15)

I’m running at AWS EC2.

I’ve tried a lot of things after a messy update…

Can somebody help?

Try this -

sudo supervisorctl stop all

And then try bench restart

Unfortunately, still in the “Sorry…” page…

frappe@ip-172-31-86-84:~/frappe-bench$ sudo supervisorctl stop all
frappe-bench-workers:frappe-bench-frappe-schedule: stopped
frappe-bench-web:frappe-bench-node-socketio: stopped
frappe-bench-redis:frappe-bench-redis-queue: stopped
frappe-bench-redis:frappe-bench-redis-cache: stopped
frappe-bench-redis:frappe-bench-redis-socketio: stopped
frappe-bench-web:frappe-bench-frappe-web: stopped
frappe-bench-workers:frappe-bench-frappe-long-worker-0: stopped
frappe-bench-workers:frappe-bench-frappe-default-worker-0: stopped
frappe-bench-workers:frappe-bench-frappe-short-worker-0: stopped
frappe@ip-172-31-86-84:~/frappe-bench$
frappe@ip-172-31-86-84:~/frappe-bench$
frappe@ip-172-31-86-84:~/frappe-bench$ bench restart
INFO:bench.utils:sudo supervisorctl restart frappe-bench-workers: frappe-bench-web:
frappe-bench-workers:frappe-bench-frappe-schedule: started
frappe-bench-workers:frappe-bench-frappe-default-worker-0: started
frappe-bench-workers:frappe-bench-frappe-long-worker-0: started
frappe-bench-workers:frappe-bench-frappe-short-worker-0: started
frappe-bench-web:frappe-bench-frappe-web: started
frappe-bench-web:frappe-bench-node-socketio: started
frappe@ip-172-31-86-84:~/frappe-bench$

I restored the backup in another v12 instance… It’s all working now…

This intance still useless… Still trying to recover, just to understand the problem.

Thanks!!

@xickomesquita Probably your migration process failed somewhere!

You need to rerun the bench migrate, when It’s sucessfull it should remove that message.

If it fail, post the error here, for we be able to help you!

Max!! It doesn’t work… But I already created another instance… Thanks!