Difference between revisions of "Connection refused"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
Is the server running on that host and accepting TCP/IP | Is the server running on that host and accepting TCP/IP | ||
connections? | connections? | ||
+ | |||
+ | |||
+ | [[curl]] http://localhost:8533 | ||
+ | curl: (7) [[Failed to connect to]] localhost port 8533 after 0 ms: Connection refused | ||
== Related == | == Related == | ||
* <code>[[nping --tcp]]</code> | * <code>[[nping --tcp]]</code> | ||
* <code>[[Error submitting packet]]: [Errno 111] Connection refused, dropping the packet and closing the socket, "level": "WARNING"</code> | * <code>[[Error submitting packet]]: [Errno 111] Connection refused, dropping the packet and closing the socket, "level": "WARNING"</code> | ||
+ | * [[/var/log/nagios3/nagios.log]] | ||
== See also == | == See also == |
Latest revision as of 12:14, 28 September 2023
kubectl logs --previous --tail 10 your-pod 2022/07/18 16:57:36 Failed to connect to RabbitMQ dial tcp 10.100.105.23:5672: connect: connection refused
Cannot access the database: :real_connect(): (HY000/2002): Connection refused.
elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPSConnection object at 0x7f39d03a5d90>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPSConnection object at 0x7f39d03a5d90>: Failed to establish a new connection: [Errno 111] Connection refused)
ConnectionRefusedError: [Errno 111] Connection refused
psql: error: connection to server at "dsfasdfdaf.u2m1jkmytl.vpc.tsdb.forge.timescale.com" (10.13.131.25), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections?
curl http://localhost:8533 curl: (7) Failed to connect to localhost port 8533 after 0 ms: Connection refused
Related[edit]
nping --tcp
Error submitting packet: [Errno 111] Connection refused, dropping the packet and closing the socket, "level": "WARNING"
- /var/log/nagios3/nagios.log
See also[edit]
Advertising: