How to solve this ?got this after installing v13

2:16:13 system | redis_cache.1 started (pid=62559)
12:16:13 system | web.1 started (pid=62564)
12:16:13 system | redis_queue.1 started (pid=62567)
12:16:13 system | watch.1 started (pid=62565)
12:16:13 system | socketio.1 started (pid=62573)
12:16:13 system | schedule.1 started (pid=62575)
12:16:13 redis_cache.1 | 62561:C 25 Oct 2024 12:16:13.647 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
12:16:13 redis_cache.1 | 62561:C 25 Oct 2024 12:16:13.655 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=62561, just started
12:16:13 redis_cache.1 | 62561:C 25 Oct 2024 12:16:13.655 # Configuration loaded
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.656 * Increased maximum number of open files to 10032 (it was originally set to 1024).
12:16:13 redis_queue.1 | 62571:C 25 Oct 2024 12:16:13.666 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
12:16:13 system | worker.1 started (pid=62581)
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.668 * Running mode=standalone, port=13000.
12:16:13 redis_queue.1 | 62571:C 25 Oct 2024 12:16:13.671 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=62571, just started
12:16:13 redis_queue.1 | 62571:C 25 Oct 2024 12:16:13.671 # Configuration loaded
12:16:13 redis_queue.1 | 62571:M 25 Oct 2024 12:16:13.671 * Increased maximum number of open files to 10032 (it was originally set to 1024).
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.676 # Server initialized
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.677 * Ready to accept connections
12:16:13 redis_queue.1 | 62571:M 25 Oct 2024 12:16:13.680 # Could not create server TCP listening socket 127.0.0.1:11000: bind: Address already in use
12:16:13 system | redis_queue.1 stopped (rc=1)
12:16:13 system | sending SIGTERM to redis_cache.1 (pid 62559)
12:16:13 system | sending SIGTERM to web.1 (pid 62564)
12:16:13 system | sending SIGTERM to socketio.1 (pid 62573)
12:16:13 system | sending SIGTERM to watch.1 (pid 62565)
12:16:13 system | sending SIGTERM to schedule.1 (pid 62575)
12:16:13 system | sending SIGTERM to worker.1 (pid 62581)
12:16:13 system | web.1 stopped (rc=-15)
12:16:13 system | worker.1 stopped (rc=-15)
12:16:13 redis_cache.1 | 62561:signal-handler (1729858573) Received SIGTERM scheduling shutdown…
12:16:13 system | watch.1 stopped (rc=-15)
12:16:13 system | schedule.1 stopped (rc=-15)
12:16:13 system | socketio.1 stopped (rc=-15)
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.777 # User requested shutdown…
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.777 * Removing the pid file.
12:16:13 redis_cache.1 | 62561:M 25 Oct 2024 12:16:13.778 # Redis is now ready to exit, bye bye…
12:16:13 system | redis_cache.1 stopped (rc=-15)

Hi,

It may help to say the operating environment and what instructions are being followed for the installation. Note that support for version 13 ended last year.

It looks like you are in a local environment and a bench process is already running. You will have to stop that process before you can start a new one in a new terminal. If the other terminal where the bench process is running is closed, then kill the process or simply restart your PC.