search for: mongrel_service

Displaying 20 results from an estimated 86 matches for "mongrel_service".

2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
...apache. So, here is the config that works. It does not use the --prefix option: #1 (works) mongrel_rails service::install -N mongrel_app_service -c c:\projects\rails-prod\myapp -p 4001 -e production (The service "path to executable" displayed under properties:) "c:/ruby/bin/mongrel_service.exe" single -e production -p 4001 -a 0.0.0.0-l "log/mongrel.log" -P "log/mongrel.pid" -c "c:/projects/rails-prod/myapp" -t 0 -r "public" -n 1024 Here is the config that is not working It *does* use the --prefix option. That is the only difference: #2...
2006 Dec 28
3
Mongrel fails in Win32, mongrel_service missing, with possible fix
I just ran into an issue with a new mongrel install on Win32. When trying to run mongrel from RadRails 0.7.2 on win32, I got an error while loading that it couldn''t locate mongrel_service. C:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- C:/ruby/lib/ruby/gems/1.8/gems/mongrel_service-0.3.1/lib/mongrel_service/init.rb (LoadError) My install command/output is below. D:\download>gem install mongrel_service --s...
2008 Sep 17
1
offline/local install of mongrel_service
I am trying to install mongrel_service 0.3.4 on a server that does not have any outside internet connection. It has ruby 1.8.6 and I have been installing gems by copying the source into ..\ruby\lib\ruby\gems\1.8\gems and then doing a gem install --local using the .gem file. I was able to find and install all the gem dependencies of mo...
2009 Nov 21
3
Using mongrel_rails: Can't install Redmine as win2003 service
Hello everyone. After stugging 3+ hours installing redmine I got success but still can''t install redmine as service (windows 2003). So here is my problem. I successfully installed redmine and mapped it to mysql, created database and initialized it with default values. Last thing I''m trying to do is to install it as service on windows 2003, and for this I''m running in
2007 Mar 29
10
Mongrel Service won''t start on windows
...bit Intel 8 CPU server Windows 2003 Server Service set to run as LocalSystem, doesn''t work as user account either The error we see is: "Service failed to start in a timely..." Which I have seen in the past email trails as working The app works from mongrel_rails start and from mongrel_service console -N servicename -p 3000 -c c:\rails_apps\appname -e production We upgraded to Mongrel 1.0.1, Mongrel Service 0.3.1 It looks like updates to win32-process and win32-service came with the gem updates for those. Which versions are good to go with mongrel_service- 0.3.1-mswin32? This is worki...
2008 Jan 30
1
mongrel_service install error
when I run ''gem install mongrel_service''..it gives following error... Building native extensions. This could take a while... ERROR: Error installing mongrel_service: ERROR: Failed to build gem native extension. c:/ruby/bin/ruby.exe extconf.rb install mongrel_service checking for RegisterServiceCtrlHandlerEx()... no c...
2006 Oct 20
6
win32-service weirdness
...lib/ruby/gems/1.8/gems/gruff-0.2.4/lib/gruff.rb:3 from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:33:in `require'' ... 7 levels... from c:/ruby/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3-mswin32/lib/mongrel.rb:750:in `initialize'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel_service-0.1/bin/mongrel_service:52:in `service_init'' from c:/ruby/lib/ruby/gems/1.8/gems/mongrel_service-0.1/bin/mongrel_service:153 from c:/ruby/bin/mongrel_service:18 It''s only the service that has a problem - running the app via mongrel works fine. cheers, -- Dave Murphy (Schwuk)...
2008 Jan 24
3
ERROR RUNNING ''service::install''
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
2007 Mar 29
1
mongrel and vista
Thanks for your reply Luis > Will be very helpful if you provide the logs (servicefb.log and > mongrel_service.log) both located into ruby\bin directory. --------------------------------------------------------------------------------- # Logfile created on 28/03/2007 17:54:32 native/process.bas:44, fb.process.spawn: Spawn() init native/process.bas:50, fb.process.spawn: Success in AllocConsole() n...
2006 Dec 06
5
Win32 gems for mongrel (0.3.18) and mongrel_service (0.3.1)
...my host: http://www.mmediasys.com/releases/mongrel-0.3.18-mswin32.gem rubygems still don''t like my yaml specifications, so you can use --source option with ''gem install'' Please download it and perform a manual install. Don''t forget to install also the latest mongrel_service from the same place: http://www.mmediasys.com/releases/mongrel_service-0.3.1-mswin32.gem Regards and hope this provides a better feedback on the forum/list about stability issues with mongrel and win32. Later, -- Luis Lavena Multimedia systems - Leaders are made, they are not born. They are ma...
2007 May 19
0
Warning: mongrel_service and users of mysql
Hello Mongrels, I know I''ve been promising an update to mongrel_service, I''m working on it, and will shine, I promise. Anyway, for those using mongrel_service with MySQL, 5.x community series, I must inform: There is a bug report at mysql (#25621) [1] that describe the situation with sleeping threads that didn''t respond in timely fashion. That bug...
2007 Sep 10
12
mongrel_rails service on windows incompatible with recent ruby builds?
...5 but that doesn''t have the leak fixed. "mongrel_rails start" will run the app in dev or production mode on the console without problems. when trying to start the service in mmc it fails with the message that the service was started and that it stopped right away. when running mongrel_service.exe with the "console" option: ### C:\informer_rails>"c:/ruby/bin/mongrel_service.exe" console -e development -p 30 00 -a 0.0.0.0 -l "log/mongrel.log" -P "log/mongrel.pid" -c "c:/informer_rails" - t 0 -r "public" -n 1024 Mongrel Win32 S...
2007 Feb 20
2
service::start borken
Hello Mongrel Users! This is my first post! Is there an expected release date for the fixed version of mongrel_service that will resolve the missing service::start command? I would love to use the much improved features of the new mongrel_service, but I haven''t been able to yet. I haven''t figured out how to follow Zed''s advice on a previous thread to just use the start command to start t...
2006 Dec 21
2
mongrel_service-0.3.1 problems - service will not start
Hey, I just finished a round of testing my app with mongrel-1.0rc1 (pretty good, four segfaults and a gc error in maybe ten thousands requests) and was moving on to mongrel_service to see if it could cope with said segfaults and gc errors. Sadly, the service will not start. I installed using: mongrel_rails service::install -N nplrails -e development -p 3000 claims to be happy. When I try to start either via "net start" or the services control panel, windows says t...
2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
Hi folks, For the past weeks I have been working in solve the problems with mongrel_service and its *crazy* behavior related to standard mongrel_rails. Job made this more slow than usual, but here we are: a beta release. * What''s New? - This version of mongrel_service replaces mongrel_service ruby script with a binary, pre-built executable coded using ServiceFB framework [1] i...
2010 Sep 22
12
Mongrel service
Hi all Environment: Windows 7 64 bit Ruby 1.9.2.p0 Rails 3 I am getting the following error when I run the following command mongrel_rails service::install -N MyTestApp_4001 -p 4001 -e production: "Msvcrt-ruby18.dll is missing" Thanks in advance Gerhard -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jan 02
0
mongrel_service 0.3.4 released.
Hello Guys, A quick and not so dirty release of mongrel_service. Main issues got fixed: * Strict Gem dependencies for mongrel_service. This version is compatible only with mongrel 1.0.x, 1.1.x and with win32-service 0.5.x. * Fixed issues realted to Win32::Service and gem_plugin being registered with different names due win32-service chang...
2006 Oct 19
2
Gem plugins on win32 mongrel_service
Hi, why are the gemplugins commented out in mongrel_service? What was the problem with them? I''m curiuos because I''ve used them without problems since the revision 338 (-win32 suffix patch, 31/08). However, my site is a small internal one, so it doesn''t mean any heavy testing. Jano
2011 Feb 25
1
mongrel/mongrel_rails windows question
Hello! I''m just wondering if anyone has any recommendations for running mongrel/mongrel_service under Windows (Client requires Windows Server 2008, SQL Server 2008, IIS7, no budget for a *nix box of any kind). I have a working setup, but wondering if anyone has any further insight. Current working setup: Ruby 1.87 (via rubyinstaller.org) Rail 2.3.11 mongrel 1.1.15 (mingw32) mongrel_service...
2007 Jun 03
0
- mongrel_service 0.3.2
...n in any path, including ones with spaces (sorry about that!) :-P Also, I''ll like to notice a few issues with current mysql (5.0.41 and 5.0.42 for Windows): http://rubyforge.org/pipermail/mongrel-users/2007-May/003612.html This describe a issue with current mysql driver that could block mongrel_service from being stopped correctly. Also could leave the child ruby process orphaned in the system, blocking the ports used for the service, so trying to start it again will fail. NOTE: This is not a mongrel_service issue, but mysql-specific. Regards and good weekend everybody! -- Luis Lavena Multi...