Same problem here. On Thursday, November 22, 2012 2:59:28 AM UTC-8, mrenigma wrote: > > Hi, > > I've been trying to figure this out for a few days now with no success. > > I am attempted to update Gitlab to 3.1 and I've figured out every nuisance > so far but this error: > > cloud:/home/gitlab/gitlabhq# sudo service gitlab start > Starting Gitlab service: bundler: command not found: unicorn_rails > Install missing gem executables with `bundle install` > unicorn. > > I have ran: > > bundle exec unicorn_rails > > And received the following results: > > E, [2012-11-22T10:50:54.857496 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > E, [2012-11-22T10:50:54.857644 #13528] ERROR -- : retrying in 0.5 seconds > (4 tries left) > E, [2012-11-22T10:50:55.358038 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > E, [2012-11-22T10:50:55.358144 #13528] ERROR -- : retrying in 0.5 seconds > (3 tries left) > E, [2012-11-22T10:50:55.858548 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > E, [2012-11-22T10:50:55.858654 #13528] ERROR -- : retrying in 0.5 seconds > (2 tries left) > E, [2012-11-22T10:50:56.359035 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > E, [2012-11-22T10:50:56.359141 #13528] ERROR -- : retrying in 0.5 seconds > (1 tries left) > E, [2012-11-22T10:50:56.859571 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > E, [2012-11-22T10:50:56.859691 #13528] ERROR -- : retrying in 0.5 seconds > (0 tries left) > E, [2012-11-22T10:50:57.360186 #13528] ERROR -- : adding listener failed > addr=0.0.0.0:8080 (in use) > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:147:in > > `initialize': Address already in use - bind(2) (Errno::E ADDRINUSE) > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:147:in > > `new' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/socket_helper.rb:147:in > > `bind_listen' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:224:in > > `listen' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in > > `block in inherit_listeners!' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in > > `each' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:741:in > > `inherit_listeners!' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/lib/unicorn/http_server.rb:123:in > > `start' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/gems/unicorn-4.3.1/bin/unicorn_rails:209:in > > `<top (required)>' > from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/unicorn_rails:19:in > `load' > from /usr/local/rvm/gems/ruby-1.9.3-p194/bin/unicorn_rails:19:in > `<main>' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval' > from > /usr/local/rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>' > > So I am presuming that it is either already running or there is something > in the way, I took a look at the processes and it looks like unicorn_rails > is already running on 8080. > > And this is where I get stuck as the Gemfile clearly states unicorn being > included and it looks like unicorn_rails is running. Any advise would be > much appreciated on this matter. > > Cheers > MrEnigma > >
-- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
