Hello, I recently took on fixing a project that I did not build and I am having trouble starting the thin servers useing:
[thin restart -s 5]
and I get this error:
[/usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/daemonizing.rb: 129:in `send_signal': Can't stop process, no PID found in tmp/pids/thin.3004.pid (Thin::PidFileN otFound)
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/daemonizing.rb: 111:in `kill'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:9 4:in `block in stop'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:1 35:in `tail_log'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:9 3:in `stop'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/runner.rb:199:i n `run_command'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/runner.rb:155:i n `run!'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/bin/thin:6:in `<top (required)>'
from /usr/local/bin/thin:23:in `load'
from /usr/local/bin/thin:23:in `<main>'
]
does anyone know what I need to do to fix these errors? I have tried:
[gem pristine --all]
adnd a few other things but nothing has worked. Thank you for any advice.
[thin restart -s 5]
and I get this error:
[/usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/daemonizing.rb: 129:in `send_signal': Can't stop process, no PID found in tmp/pids/thin.3004.pid (Thin::PidFileN otFound)
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/daemonizing.rb: 111:in `kill'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:9 4:in `block in stop'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:1 35:in `tail_log'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/controllers/controller.rb:9 3:in `stop'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/runner.rb:199:i n `run_command'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/lib/thin/runner.rb:155:i n `run!'
from /usr/local/lib/ruby/gems/2.0.0/gems/thin-1.6.2/bin/thin:6:in `<top (required)>'
from /usr/local/bin/thin:23:in `load'
from /usr/local/bin/thin:23:in `<main>'
]
does anyone know what I need to do to fix these errors? I have tried:
[gem pristine --all]
adnd a few other things but nothing has worked. Thank you for any advice.