Solve the frequent error report of nacos in the cluster environment: the node cannot be found send request fail, client not connected.

content

1. Error message

Second, the solution process is as follows:

1. Open the corresponding port number

2. Ping between machines

3. Find the official website information


1. Error message

The error log is as follows: send request fail, client not connected. Failed to send request, client is not connected.

Second, the solution process is as follows:

1. Open the corresponding port number

The port number of the project startup and the port number requested in the log have been opened.

2. Ping between machines

Can ping between machines

3. Find the official website information

 Nacos 2.0.0 Compatibility Documentation

Solution: Open the port number for gRPC communication.

For example: the default port number of nacos is 8848, then you need to open 8848+1000=9848, 8848+1001=9849.

The port number used by nacos in my project is 5555, so I continue to open 6555,6556. Then no error will be reported.

connection succeeded:

 If this blog is helpful to you, please remember to leave a message + like + favorite . 

Guess you like

Origin blog.csdn.net/promsing/article/details/123409922