Hello,
I want to start all over again with my project.
So I deleted the directory and make the new project.
But when I do rails s I see this error message :
WARN TCPServer Error: Address already in use - bind(2)
Exiting
/usr/share/ruby/webrick/utils.rb:85:in `initialize’: Address already in
use
- bind(2) (Errno::EADDRINUSE)
from /usr/share/ruby/webrick/utils.rb:85:innew' from /usr/share/ruby/webrick/utils.rb:85:in
block in
create_listeners’
from /usr/share/ruby/webrick/utils.rb:82:ineach' from /usr/share/ruby/webrick/utils.rb:82:in
create_listeners’
from /usr/share/ruby/webrick/server.rb:82:inlisten' from /usr/share/ruby/webrick/server.rb:70:in
initialize’
from /usr/share/ruby/webrick/httpserver.rb:45:ininitialize' from /home/roelof/.gem/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:10:in
new’
from
/home/roelof/.gem/ruby/1.9.1/gems/rack-1.4.1/lib/rack/handler/webrick.rb:10:in
run' from /home/roelof/.gem/ruby/1.9.1/gems/rack-1.4.1/lib/rack/server.rb:265:in
start’
from
/home/roelof/.gem/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands/server.rb:70:in
start' from /home/roelof/.gem/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:55:in
block in <top (required)>’
from
/home/roelof/.gem/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
tap' from /home/roelof/.gem/ruby/1.9.1/gems/railties-3.2.8/lib/rails/commands.rb:50:in
<top (required)>’
from script/rails:6:inrequire' from script/rails:6:in
’
How to solve this ?
Roelof