Hi ,
I am trying to deploy java war files using the command heroku deploy:war
but i am getting error : unable to connect to api.heroku.com can anybody
guide me to get it resolve.
Thanks,
Senthil
Hi ,
I am trying to deploy java war files using the command heroku deploy:war
but i am getting error : unable to connect to api.heroku.com can anybody
guide me to get it resolve.
Thanks,
Senthil
Heroku seems to be online: https://status.heroku.com/
My guess is it’s probably a DNS issue on your end. Try switching to
OpenDNS or Google DNS
–
Dheeraj K.
On Monday, 24 December 2012 15:06:51 UTC+5:30, Dheeraj K. wrote:
Heroku seems to be online: https://status.heroku.com/
My guess is it’s probably a DNS issue on your end. Try switching to
OpenDNS or Google DNS–
Dheeraj K.
Hi Dheeraj K.,
Thanks for your response.
I am under the corporate proxy/firewall setting. And api.heroku.com
is
dynamically changing their Ips.
Any solution on the same.
Thanks,
Senthil
On Mon, Dec 24, 2012 at 3:46 AM, thil [email protected] wrote:
I am under the corporate proxy/firewall setting. And api.heroku.com is
dynamically changing their Ips.
Heroku is not dynamically changing their IP’s they are using
round-robin DNS which is quite common to try and retain
fault-tolerance of balancers… you do the same thing with the NS too.
Some companies just use a failover IP but that’s not even part of the
problem here so I won’t get into those things.
If you really need to, dig the domain and add a manual route to one of
the IP’s yourself via /etc/hosts (if on Linux or OS X.)
On Monday, 24 December 2012 15:34:21 UTC+5:30, Jordon B. wrote:
problem here so I won’t get into those things.
If you really need to, dig the domain and add a manual route to one of
the IP’s yourself via /etc/hosts (if on Linux or OS X.)
Hi ,
Currently I am getting this issue :
A connection attempt failed because the connected party did not
properly respond after period of time
Any guess on the same.
Thanks
senthil Srinivasan
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs