

If a VPN is required, make sure that your VPN is turned on. Check if the API requires you to be behind a VPN.If the service requires to specify the port, make sure that you have set the correct port in the request URL. Check If your request URL doesn’t contain any typo.

Next, check the configuration of your request.Ĭompare the API documentation of the service you’re making a call to and check that your request is configured correctly:
Apache tomcat error connection refused code#
Open the source code of the server and make sure that the URL and the port match your request configuration inside Postman.Take a look at your running processes on your computer, and make sure that the process for your server is active.Try the troubleshooting steps below depending on your use case: You experience the error after trying to reach a local service

The ECONREFUSED error is often caused by a Virtual Private Network (VPN) that in some cases is required by some API services or, in other cases, prevents you to reach an API service.It can also be that the server IP address or the server’s domain the request is trying to reach cannot be found. This can be for example a firewall, your Internet Service Provider (ISP), a typo in the URL, or the endpoint might be private. There can be many reasons why your request is blocked. Your shutdown. The ECONREFUSED error means that the request to establish a connection with another service was refused and that something blocks the request. There is some Application running on port 8005 due to which tomcat is not able to bind network on the port.Running requests using the Collection Runner.
