Error:
the redis service starts under the window, and an error is reported:
Creating server TCP listening socket *: 6379: bind: no error
Reason:
port 6379 has been bound. It should be because the service was not closed last time
Solution:
① enter the command in sequence:
Redis cli.exe
(start the redis client, connect to port 6379 of the local machine (127.0.0.1) and start the redis service) shutdownexit
② Start redis service: redis-server.exe redis. Windows.conf
[after configuring the service, start the service command redis server — service start close the service redis server — service stop]
Read More:
- [Solved] Redis startup error Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- [Solved] Redis Error: creating server tcp listening socket 127.0.0.1:6379: bind No error
- Redis cannot double-click redis-server.exe to start normally
- [Solved] Zabbix-server startup error: cannot start alert manager service: Cannot bind socket to “/var/run/zabbix/zabbix_server_alerter.sock”: [13] Permission denied.
- [Solved] Mac starts redis error: there is no specified conf file
- [Solved] Windows Nginx Startup Error: bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket
- [Solved] Redis Execute redis-cli shutdown Error: (error) ERR Errors trying to SHUTDOWN. Check logs.
- [Solved] SpringBoot integration with Redis error: java.net.ConnectException: Connection refused: no further information
- When integrating redis with SSM framework, error creating bean with name ‘rediscontentserviceimpl’ defined in file
- Flask Startup Error: s.bind(server_address)PermissionError: [Errno 13] Permission denied
- socket java.net.BindException: bind failed: EACCES (Permission denied)
- [Solved] Redis—-(error) MISCONF Redis is configured to save RDB snapshots
- [Solved] Redis Error: Error creating bean with name stringRedisTemplate defined in class path resource
- [Solved] ERROR OGG-01232 Receive TCP params error: TCP/IP error 104 (Connection reset by peer), endpoint:
- [Solved] Redis Cache Error: org.springframework.data.redis.serializer.SerializationException: Could not read JSON..
- Error reported when springboot connects to redis nested exception is redis.clients.jedis . exceptions.JedisConnectionException
- [Solved] appium Original error: Could not proxy command to the remote server. Original error: socket hang up
- [Solved] Error in integrating redis with springboot: unable to connect to redis
- [Solved] MinIO Start Error: “WARNING: Console endpoint is listening on a dynamic port…”
- Redis Exception | DENIED Redis is running in protected mode because protected mode is enabled