LoginSignup
0
0

More than 5 years have passed since last update.

Solrをsunspotで起動しようとするとOperation not permittedになる

Last updated at Posted at 2017-11-27

↓起動してほしい

$ bundle exec rake sunspot:solr:start
rake aborted!
Errno::EPERM: Operation not permitted
/Users/sakadon/.rbenv/versions/2.4.1/bin/bundle:22:in `load'
/Users/sakadon/.rbenv/versions/2.4.1/bin/bundle:22:in `<main>'
Tasks: TOP => sunspot:solr:start
(See full trace by running task with --trace)

↓PIDファイルには死んでもらう

$ rm solr/pids/development/sunspot-solr-development.pid 

↓治る

$ bundle exec rake sunspot:solr:start
Successfully started Solr ...
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0