本地windows的redis一直好的,今天突然项目报错无法连接,不得解

看了下日志,

[4824] 04 Mar 11:15:45.714 # Accepting client connection: accept: Unknown error
[4824] 04 Mar 11:15:45.725 # acceptTcpHandler: failed to queue another accept.
[3868] 14 Mar 09:16:09.352 # Creating Server TCP listening socket 127.0.0.1:6379: unable to bind socket

  

再看了一下端口是否被占用,应该不会,还是看下

netstat -ano | findstr :6379

  无返回值,没有被占用,奇怪了

 

再看下redis服务,竟然停止了。好吧,启动,报错意外停止1067。再看下原来登录为竟然是网络服务,想想我也不需要账户登入额,好吧,设置为超级账户---本地系统。再试下,ok,解决

redis服务意外停止

 

 不知道为什么会被修改为网络服务,难道是项目改的?应该不可能啊,不懂。留心下,看看以后会不会再遇到了吧

 

相关文章:

  • 2021-12-18
  • 2021-12-18
  • 2021-09-16
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案