If this has been dealt with before then forgive me, then if someone would be kind enough to point me to the url. I recently purchased RubyMine and installed it as per instructions (Windows7). I have an existing database that I wish to use and searched the internet an came across a couple of articles dealing with this issue. I have the follwoing installed ROR 2.2.3, Ruby 1.9.1 and MYSQL. I adjusted the information in database.yml with the information required. development: adapter: mysql encoding: utf8 reconnect: false database: amgonline_test username: root password: password host: xxx.xxx.x.x // server port: 3306 I''''ve checkes that all the paths are correcty setup within RubyMine. I run rake.migrate and I get the following error. rake aborted! Can''t create TCP/IP socket (10106) I have searched via google for information specific to ROR put have found nothing. I''m rather new to all this, coming from a clipper/clarion background. This is my first adventure into this type of development. Thanking you for your assitance. -- Posted via http://www.ruby-forum.com/. -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung
2010-Jan-19 15:05 UTC
Re: rake aborted! Can''t create TCP/IP socket (10106)
On Jan 19, 2:55 pm, Nigels Soden <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I''''ve checkes that all the paths are correcty setup within RubyMine. I > run rake.migrate and I get the following error. > > rake aborted! Can''t create TCP/IP socket (10106) > > I have searched via google for information specific to ROR put have > found nothing. >firewall problems ? Fred -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung wrote:> On Jan 19, 2:55 pm, Nigels Soden <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> I''''ve checkes that all the paths are correcty setup within RubyMine. I >> run rake.migrate and I get the following error. >> >> rake aborted! Can''t create TCP/IP socket (10106) >> >> I have searched via google for information specific to ROR put have >> found nothing. >> > firewall problems ? > > FredThat''s intresting you should say that, yet when I connect to the database via Navicat it connects successfully. I''ve also pinged via the CMD prompt, I get a reply. I also at first thought it could be a firewall problem. -- Posted via http://www.ruby-forum.com/. --001485f89b7e86828c047d862cec Content-Type: text/plain; charset=ISO-8859-1 -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en. --001485f89b7e86828c047d862cec--
Frederick Cheung
2010-Jan-19 15:42 UTC
Re: rake aborted! Can''t create TCP/IP socket (10106)
On Jan 19, 3:32 pm, Nigels Soden <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> That''s intresting you should say that, yet when I connect to the > database via Navicat it connects successfully. I''ve also pinged via the > CMD prompt, I get a reply. I also at first thought it could be a > firewall problem.doesn''t windows authorise connections to the outside world on a per application basis ? I also saw that you''re using rails 2.2.3 with ruby 1.9.1. The first version of rails to be ruby 1.9 ready was 2.3 (and even then it was a slightly rocky road) Fred> -- > Posted viahttp://www.ruby-forum.com/.-- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Frederick Cheung wrote:> On Jan 19, 3:32 pm, Nigels Soden <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> That''s intresting you should say that, yet when I connect to the >> database via Navicat it connects successfully. I''ve also pinged via the >> CMD prompt, I get a reply. I also at first thought it could be a >> firewall problem. > > doesn''t windows authorise connections to the outside world on a per > application basis ? I also saw that you''re using rails 2.2.3 with ruby > 1.9.1. The first version of rails to be ruby 1.9 ready was 2.3 (and > even then it was a slightly rocky road) > > FredHi Fred Should I change version of ROR and Ruby to a previous version? What are most developers using currently? I''ve just checked my version of rails and it''s actually 2.3.5 and Ruby is 1.9.1. -- Posted via http://www.ruby-forum.com/. --0016368e2e6b3329ad047d86c77d Content-Type: text/plain; charset=ISO-8859-1 -- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en. --0016368e2e6b3329ad047d86c77d--
Frederick Cheung
2010-Jan-19 16:35 UTC
Re: rake aborted! Can''t create TCP/IP socket (10106)
On Jan 19, 4:15 pm, Nigels Soden <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi Fred > > Should I change version of ROR and Ruby to a previous version? What are > most developers using currently? I''ve just checked my version of rails > and it''s actually 2.3.5 and Ruby is 1.9.1.2.3.5 & 1.9.1 is probably fine. The majority are probably running ruby 1.8.6 or 1.8.7 Fred> -- > Posted viahttp://www.ruby-forum.com/.-- 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 this group at http://groups.google.com/group/rubyonrails-talk?hl=en.