Displaying 20 results from an estimated 86 matches for "mongrel_services".
Did you mean:
mongrel_service
2007 Feb 06
4
Mongrel service will not start on win32 w/ --prefix option
All, I am in need of some help. I''ve run into a problem that I am not able
to fix or even troubleshoot. I am trying to run Mongrel as a service on
Win32.
Basically, my problem is that running Mongrel as a service works fine. Fine
until I change the configuration (using service::remove and
service::install) to use --prefix. I must have this as I am running multiple
webapps and app
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
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 mongrel_service through rubyforge except win32-service
which
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
64bit 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
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
checking for EnumServicesStatusEx()... no
checking
2006 Oct 20
6
win32-service weirdness
I''ve got my application running under Windows with mongrel perfectly,
so it was time to convert it to a service. service::install works
fine, but service:start gives me some "One moment, start pending" and
then lots of "One moment, stopped".
After a bit of digging I found this in the service.log:
** Starting Mongrel in production mode at :3000
** Starting Rails in
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
2006 Dec 06
5
Win32 gems for mongrel (0.3.18) and mongrel_service (0.3.1)
Hello Users!,
Since the pre-release 0.3.18 (last week) Lot of things happen in
ruby-land (check the DoS security bulletin, please).
Anyway, the win32 folks being left on the side of the road, and cannot
provide feedback of stability due lack of binaries for the latest
releases.
So, I managed to upload the pre-built gem to my host:
http://www.mmediasys.com/releases/mongrel-0.3.18-mswin32.gem
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 causes
2007 Sep 10
12
mongrel_rails service on windows incompatible with recent ruby builds?
i was suffering from a massive memory leak in my application. after
searching and testing for quite a while i finally found that it wasn''t
my app that had a leak but the win32ole support that was used by the
ADO driver in sqlserver adapter.
the solution to fix the leak was to install ruby 1.8.5p52 or 1.8.6p36
but sadly as soon i install one of the fixed releases mongrel won''t
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
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
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] in
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 changes.
Also this gem is build with
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)
2007 Jun 03
0
- mongrel_service 0.3.2
Hello Mongrel Users!
This announce is for Windows users of Mongrel! ;-)
I have uploaded a new gem solving a few issues with services.
* Services didn''t install on x64 versions of Windows (Server 2003, XP or Vista).
* It should no longer depend on Ruby being installed in the PATH
* It also allow you have Ruby or your application in any path,
including ones with spaces (sorry about