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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/vyFg3k6Kq9gJ. For more options, visit https://groups.google.com/groups/opt_out.
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 Kumar On Monday 24 December 2012 at 3:04 PM, thil wrote:> > 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 (http://api.heroku.com) can anybody guide me to get it resolve. > > Thanks, > Senthil > -- > You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org (mailto:rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org). > To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/vyFg3k6Kq9gJ. > For more options, visit https://groups.google.com/groups/opt_out. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Monday, 24 December 2012 15:06:51 UTC+5:30, Dheeraj Kumar 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 Kumar > >Hi Dheeraj Kumar, 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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/I6Ov9W5I4aYJ. For more options, visit https://groups.google.com/groups/opt_out.
On Mon, Dec 24, 2012 at 3:46 AM, thil <thil.1212-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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.) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
On Monday, 24 December 2012 15:34:21 UTC+5:30, Jordon Bedwell wrote:> > On Mon, Dec 24, 2012 at 3:46 AM, thil <thil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> > wrote: > > I am under the corporate proxy/firewall setting. And api.heroku.comis > > 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.) >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 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/MvY6jnQj1GIJ. For more options, visit https://groups.google.com/groups/opt_out.