Try to run from other port like rails s -p 4000 and visit http://localhost:4000
On Jan 18, 3:10 pm, sachin kewale <[email protected]> wrote: > On 1/18/12, Peter Vandenabeele <[email protected]> wrote: > > > > > > > > > > > On Wed, Jan 18, 2012 at 10:43 AM, sachin kewale > > <[email protected]>wrote: > > >> hi all, > > >> i am getting following error on starting server by using "ruby > >> script/server webrick -b some_Ip_address" on Fedora 14 ,is anyone know > >> why this is coming ? > > >> INFO WEBrick 1.3.1 > >> [2012-01-18 04:37:13] INFO ruby 1.8.7 (2011-02-18) [i386-linux] > >> [2012-01-18 04:37:13] WARN TCPServer Error: Cannot assign requested > >> address - bind(2) > >> Exiting > >> /usr/lib/ruby/1.8/webrick/utils.rb:73:in `initialize': Cannot assign > >> requested address - bind(2) (Errno::EADDRNOTAVAIL) > >> from /usr/lib/ruby/1.8/webrick/utils.rb:73:in `new' > >> from /usr/lib/ruby/1.8/webrick/utils.rb:73:in `create_listeners' > >> from /usr/lib/ruby/1.8/webrick/utils.rb:70:in `each' > >> from /usr/lib/ruby/1.8/webrick/utils.rb:70:in `create_listeners' > >> from /usr/lib/ruby/1.8/webrick/server.rb:75:in `listen' > >> from /usr/lib/ruby/1.8/webrick/server.rb:63:in `initialize' > >> from /usr/lib/ruby/1.8/webrick/httpserver.rb:24:in `initialize' > >> from > >> /usr/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/handler/webrick.rb:10:in > >> `new' > >> from > >> /usr/lib/ruby/gems/1.8/gems/rack-1.1.3/lib/rack/handler/webrick.rb:10:in > >> `run' > >> from > >> /usr/lib/ruby/gems/1.8/gems/rails-2.3.11/lib/commands/server.rb:111 > >> from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:54:in > >> `gem_original_require' > >> from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:54:in > >> `require' > >> from script/server:3 > > > Just a few basics: > > > * to which address exactly are you trying to bind? > > (show the exact command yoiu typed) > > > * what is the output of > > > $ ifconfig > > > Thx, > > > Peter > > > -- > > 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 [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > thanks peter for reply ,but sorry due some security reasons i can't > provide you the ip address, you can consider some dummy ip in place of > myip in command .can you provide some solutions > > Regards > Sachin S. Kewale > -- -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

