Project

General

Profile

Redmine home directory test start no problem, but thin start error

Added by haodong zhang over 7 years ago

[root@host-10-16-37-17 logs]# tail  -f thin.3000.log
    from /usr/local/lib/ruby/gems/2.1.0/gems/eventmachine-1.2.1/lib/eventmachine.rb:194:in `run_machine'
    from /usr/local/lib/ruby/gems/2.1.0/gems/eventmachine-1.2.1/lib/eventmachine.rb:194:in `run'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/backends/base.rb:73:in `start'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/server.rb:162:in `start'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:87:in `start'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/runner.rb:200:in `run_command'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/runner.rb:156:in `run!'
    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/bin/thin:6:in `<top (required)>'
    from /usr/local/bin/thin:22:in `load'
    from /usr/local/bin/thin:22:in `<main>'
##########################
[root@host-10-16-37-17 logs]# /etc/init.d/thin restart
[restart] /etc/thin/redmine.yml ...
Stopping server on 0.0.0.0:3000 ...

/usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/daemonizing.rb:129:in `send_signal': Can't stop process, no PID found in /home/logs/thin.3000.pid (Thin::PidFileNotFound)

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/daemonizing.rb:111:in `kill'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:94:in `block in stop'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:135:in `tail_log'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/controllers/controller.rb:93:in `stop'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/runner.rb:200:in `run_command'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/lib/thin/runner.rb:156:in `run!'

    from /usr/local/lib/ruby/gems/2.1.0/gems/thin-1.7.0/bin/thin:6:in `<top (required)>'

    from /usr/local/bin/thin:22:in `load'

    from /usr/local/bin/thin:22:in `<main>'

Starting server on 0.0.0.0:3000 ...