Content
post Installation
Added by Leopoldo Cartes almost 5 years ago
after install, the web page doesn´t start automatically. I tried with:
open project run web, the result is:
# openproject run web
I, [2019-12-05T17:55:17.936797 #21358] INFO -- : Refreshing Gem list
W, [2019-12-05T17:55:37.779500 #21358] WARN -- : hook registered
W, [2019-12-05T17:55:40.813685 #21358] WARN -- : Creating scope :order_by_name. Overwriting existing method Sprint.order_by_name.
E, [2019-12-05T17:56:16.753189 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
E, [2019-12-05T17:56:16.753300 #21358] ERROR -- : retrying in 0.5 seconds (4 tries left)
E, [2019-12-05T17:56:17.254206 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
E, [2019-12-05T17:56:17.254281 #21358] ERROR -- : retrying in 0.5 seconds (3 tries left)
E, [2019-12-05T17:56:17.776754 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
E, [2019-12-05T17:56:17.776831 #21358] ERROR -- : retrying in 0.5 seconds (2 tries left)
E, [2019-12-05T17:56:18.277700 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
E, [2019-12-05T17:56:18.277781 #21358] ERROR -- : retrying in 0.5 seconds (1 tries left)
E, [2019-12-05T17:56:18.778698 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
E, [2019-12-05T17:56:18.778775 #21358] ERROR -- : retrying in 0.5 seconds (0 tries left)
E, [2019-12-05T17:56:19.279664 #21358] ERROR -- : adding listener failed addr=127.0.0.1:6000 (in use)
bundler: failed to load command: unicorn (/opt/openproject/vendor/bundle/ruby/2.6.0/bin/unicorn)
Errno::EADDRINUSE: Address already in use - bind(2) for 127.0.0.1:6000
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/socket_helper.rb:165:in `bind'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/socket_helper.rb:165:in `new_tcp_server'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/socket_helper.rb:145:in `bind_listen'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/http_server.rb:243:in `listen'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/http_server.rb:850:in `block in bind_new_listeners!'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/http_server.rb:850:in `each'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/http_server.rb:850:in `bind_new_listeners!'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/lib/unicorn/http_server.rb:142:in `start'
/opt/openproject/vendor/bundle/ruby/2.6.0/gems/unicorn-5.5.1/bin/unicorn:128:in `<top (required)>'
/opt/openproject/vendor/bundle/ruby/2.6.0/bin/unicorn:23:in `load'
/opt/openproject/vendor/bundle/ruby/2.6.0/bin/unicorn:23:in `<top (required)>'
Replies (1)
By the way, the results of openproject run check:
openproject run check
[ok] MySQL configuration is working
[ok] Web server is running
[ok] openproject server is running
[ok] openproject background job worker is running
sending test email using SMTP...
Traceback (most recent call last):
4: from /opt/openproject/packaging/scripts/send-test-email:45:in `<main>'
3: from /opt/openproject/vendor/ruby-2.6.5/lib/ruby/2.6.0/net/smtp.rb:658:in `send_message'
2: from /opt/openproject/vendor/ruby-2.6.5/lib/ruby/2.6.0/net/smtp.rb:837:in `mailfrom'
1: from /opt/openproject/vendor/ruby-2.6.5/lib/ruby/2.6.0/net/smtp.rb:937:in `getok'
/opt/openproject/vendor/ruby-2.6.5/lib/ruby/2.6.0/net/smtp.rb:969:in `check_response': 501 5.5.4 Invalid Address (Net::SMTPSyntaxError)
[ko] unable to send test email to ...
And executing netstat:
netstat -nlp | grep 6000
tcp 0 0 127.0.0.1:6000 0.0.0.0:* LISTEN 14055/unicorn maste