nats-streaming-operator icon indicating copy to clipboard operation
nats-streaming-operator copied to clipboard

No servers available for connection

Open andragabr opened this issue 5 years ago • 4 comments

kubectl logs bmrg-dev-nats-streamer-2 [1] 2019/10/21 09:53:54.901940 [INF] STREAM: Starting nats-streaming-server[bmrg-dev-nats-streamer] version 0.16.2 [1] 2019/10/21 09:53:54.901996 [INF] STREAM: ServerID: h6KMqx3nUR7PZU62q3jKVZ [1] 2019/10/21 09:53:54.902000 [INF] STREAM: Go version: go1.11.13 [1] 2019/10/21 09:53:54.902005 [INF] STREAM: Git commit: [910d6e1] [1] 2019/10/21 09:53:56.910836 [INF] STREAM: Shutting down. [1] 2019/10/21 09:53:56.911025 [FTL] STREAM: Failed to start: nats: no servers available for connection

"nats-operator:latest" 10-deployments.yaml connecteverything/nats-operator:0.6.0 deployment.yaml synadia/nats-streaming-operator:v0.2.2-v1alpha1

andragabr avatar Oct 21 '19 10:10 andragabr

same problem

mlipovsky avatar Dec 13 '19 07:12 mlipovsky

Logs with debug:

[1] 2020/01/06 09:19:30.888847 [INF] STREAM: Starting nats-streaming-server[stan-service] version 0.16.2 [1] 2020/01/06 09:19:30.888932 [INF] STREAM: ServerID: Azp1VGKzj4L2Ioe8BKJzeU [1] 2020/01/06 09:19:30.888935 [INF] STREAM: Go version: go1.11.13 [1] 2020/01/06 09:19:30.888937 [INF] STREAM: Git commit: [910d6e1] [1] 2020/01/06 09:19:32.943148 [INF] STREAM: Shutting down. [1] 2020/01/06 09:19:32.943310 [DBG] STREAM: connection "_NSS-stan-service-send" has been closed [1] 2020/01/06 09:19:32.943438 [DBG] STREAM: connection "_NSS-stan-service-general" has been closed [1] 2020/01/06 09:19:32.943481 [FTL] STREAM: Failed to start: nats: no servers available for connection

mlipovsky avatar Jan 06 '20 09:01 mlipovsky

I am currently got this problem? Anyone know how to resolve it?

halink0803 avatar Jul 15 '20 03:07 halink0803

Hi, I just figured it out. In my case, the problem is not about nats-server or client, but my gcp firewall config. The server have not open the port 4222 to the client. Fixed that, and it works normally.

halink0803 avatar Jul 15 '20 06:07 halink0803