On Jan 24, 2008 7:07 AM, Chris Gers32 <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to start a Mongrel (1.1.3) Server, running as a Windows > Service, via > > mongrel_rails service::install -N FDS_Server_4001 -p 4001 -e production > > But I get the following error message : > > ERROR RUNNING 'service::install': Plugin /service::install does not > exist in category /commands > > I never had this problem before (Win XP, Vista), until I tried > installing on a Win 2003 Server ; I don't know if it's related... > > Does anyone know what causes this? A search in Google for this error > message yields nothing... >
What version of mongrel_service are you installing? if you do just "mongrel_rails" only, you will see the list of available commands, I bet you will have a "windows::service::install" set of commands instead of just "service::install" This was due some changes in the win32-service gem introduced in 0.6.x series. This issue was fixed in latest (0.3.4) release of mongrel_service. gem install mongrel_service -v '0.3.4' HTH, -- Luis Lavena Multimedia systems - A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools. Douglas Adams _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
