Heroku error with windows - heroku-toolbelt

When I tried login with heroku login and password with windows command prompt i got this error:
connection attempt failed errorno:ETIMEDOUT SOCKET ERROR
Can someone please let me know how to go through the process

There are a few github issues from people facing a similar issue in the past. They determined that problem is probably related to the user's network configuration blocking traffic on port 5000.

Related

How to resolve Chilkat DLL Error - FARM update?

We need your help in resolving this issue faced by one of our end users.
In our application, the Chilkat DLL (ChilkatAx-9.5.0-win32) is used to download/upload the data from the application to/from the SFTP server. One of the end users who is using our application is unable to upload/download the data from the SFTP server and received an error message.
Could you please let us know the possible cause for this and the resolution for the same.
Here's a screenshot of the error message.
Thanking you in advance.
Firewall or connection problem.
For solving this issue ask the remote SFTP server administrator for help. He should check SFTP Server log.

Cloud Shell Editor fails to load, 404 errors in Developer Tools console log in Chrome browser

This is problem only occurs in two developer PCs out of eight used by my team developing on GCP. Some of the team, when they launch the Google Cloud Shell Editor, see the editor load normally, while others see a spinner and the message
index.js:123 WebSocket connection to 'wss://970-dot-11840774-dot-devshell.appspot.com/services' failed: Error during WebSocket handshake: Unexpected response code: 404
in the Developer Tools console log when using Google Chrome.
We also see:
VM94663 bundle.js:67 Error: Connection timeout
at VM94663 bundle.js:67
Problem is not resolved by:
Restarting browser after clearing cache
Running Google Cloud Shell Editor in Incognito Mode
Running it in Firefox instead
Starting the session in "Safe Mode", an option in the hamburger menu for Cloud Shell
I've tried the other fixes in similar posts here but they don't work. Any ideas?
I have two suggestions that might help:
Have you tried to using a different network? Might be an issue with Network Firewalls
Verify if there's no policy blocking gRPC protocol, that is used by the console, either on the network firewall or in the local machine settings

Channel error on connection rabbitmq, celery and django

=ERROR REPORT==== 18-Aug-2018::11:38:19 === Channel error on connection <0.17949.0> (IP:50872 -> IP:5672, vhost: 'myhost', user: 'myuser'), channel 1: {amqp_error,access_refused, "access to exchange 'celeryev' in vhost 'myhost' refused for user 'user'", 'exchange.declare'}
Following above is the error i am facing right now.
I had already running AWS instance, took a snapshot and put new django code over it. Run the celery task over it and facing this error in the rabbitmq server logs.
When check the snapshot there was no user and vhost. So i added the exact same name and password user and vhost. and set the permissions as administrator. And still keep facing this issue.
Any help in this regard would be much appreciated.
So what was my problem, actually the permissions were not set accurately. What i did from rabbitmq web interface i set the same permissions as the guest login, and it just start working fine.

I get a 502 tunnel connection error when trying to deploy the WSO2 banking example

I am running through the WSO2 example at https://docs.wso2.com/display/DVS370/Retail+Banking+Sample with all the latest downloads on the DEV Studio and servers as of Oct 25, 2014. I get to the end and receive an error I have not come across.
"Error while creating CAR"
An error occurred while creating or publishing the car for more details view the log. Transport error: 502 error: Tunnel Connection Failed.
I configured all servers on one Win7 Workstation 64-bit, with ActiveMQ and MySQL and all the things correctly installed and working independently. I cannot get this last step to deploy the app and see how it will actually work. I need this to understand if/how I can use this in my scenario for our productions systems so any help is GREATLY appreciated!

I'm getting Error "Server Application Unavailable"

The webservice isthrowing the following error when i browse from IIS:
Server Application Unavailable
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note:
An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
In event viewer, I am getting the following message:
Failed to execute request because the App-Domain could not be created. Error: 0x80131509
For more information, see Help and Support Center at http://go.microsoft.com/fwlink events.asp.
I'm not able the understand the the problem actually is and how to resolve this. please help me.
I have found a very good article that worked for me:
https://askgif.com/blog/148/i-m-getting-error-server-application-unavailable-in-iis/
There seems to be a problem with your IIS installation, specifically, the Application Pool associated to your website. This could be because ASP.NET is not installed properly.
Please try the following:
Remove your website and application pool and recreate them
Install ASP.NET - run this command: %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe–i as an Administrator.