I have the same problems: C:\Documents and Settings\Administrator>mongrel_rails start -c "c: \Program Files \xxx\xxx" -p 3000 -e production ** Starting Mongrel listening at 0.0.0.0:3000 ** Starting Rails with production environment... ** Rails loaded. ** Loading any Rails specific GemPlugins ** Signals ready. INT => stop (no restart). ** Mongrel available at 0.0.0.0:3000 ** Use CTRL-C to stop. ** INT signal received. Terminate batch job (Y/N)? y
>> At this point the application runs without problems C:\Documents and Settings\Administrator>mongrel_service console single -c "C:\Pr ogram Files\xxx\xxx" -p 3000 -e production -a 127.0.0.1 -B Mongrel Win32 Service, version 0.3.1 (c) 2006 The Mongrel development team. Starting service 'single' in console mode, please wait... Service is in running state. Press Ctrl-C to stop it. Stop signal received, stopping... Waiting for onStart() to exit... Service stopped, doing cleanup. Done. >> The application is not running - no log files generated C:\Documents and Settings\Administrator>mongrel_rails service::remove -N xxx xxx service removed. C:\Documents and Settings\Administrator>mongrel_rails service::install -N xxx -c "C:\Program Files\xxx\xxx" -p 3000 -e production -a 127.0.0.1 - B -l log -p log Mongrel service 'xxx' installed as 'xxx'. C:\Documents and Settings\Administrator>net start xxx The xxx service is starting. The xxx service could not be started. The service did not report an error. More help is available by typing NET HELPMSG 3534. >> And of course no running service either... Installed Gems: fastthread (0.6.4.1) gem_plugin (0.2.2) mongrel (1.0.1) mongrel_service (0.3.1) win32-service (0.5.2) and Rails 1.1.6 This is Windows 2003 Server Any ideas? thanks Jens-Christian _______________________________________________ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users