Mongrel errors
July 4, 2008 – 2:13 amWhile running mongrel_rails cluster::start, if you get the following error:
ERROR RUNNING ‘cluster::configure’: Plugin /cluster::configure does not exist in category /commands
then my friend, you have to do the following:
- verify that mongrel_rails is installed (sudo gem install mongrel_rails) You need >= 1.0.5
- make sure you run sudo mongrel_rails versus mongrel_rails as a non super-user since the gem was installed for a sudo
- do a gem cleanup mongrel_rails (some people have said that this solved their problems)