Displaying 20 results from an estimated 1200 matches similar to: "service::start problem on win32"
2007 Mar 29
0
Apache Load Balancer Manager With Mongrel
Thanks for the answer on server::start...that makes sense, just wanted to
make sure I was not doing anything incorrectly. I am now running 3 mongrel
servers as windows services (mongrel_cluster is not supported for windows).
I have apache configured with with mod_proxy_balancer from the instructions
at http://mongrel.rubyforge.org/docs/apache.html. I am able to access my
app without a port
2007 Mar 29
0
Resolved problem with Apache Load Balancer Manager
Had to make a couple of changes to the config from the mongrel site to get
the load balancer manager working:
changed
# Redirect all non-static requests to cluster
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ balancer://mongrel_cluster%{REQUEST_URI} [P,QSA,L]
to
# Redirect all non-static requests to cluster
RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME}
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
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
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 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
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
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)
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
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
2010 Apr 19
1
Problem with mongrel_rails, but works with script/server
On Mon, Apr 19, 2010 at 9:21 AM, <rpavesic at gmail.com> wrote:
> Hi there, I am having problem with mongrel_rails and
> I do not know whom to ask so I found your e-mail as
> one of the last people contributing to mongrel_rails, so
> may be you would be able to help me out.
>
Please, email mongrel-users mailing list for problems, so in that way
all benefit from the answers.
2006 Apr 03
3
SaltedHashLoginGenerator Verification Trouble
Hello all,
Any help with this one is MUCH appreciated. I am running Ruby 1.84 and
Rails 1.1.0 on Win32 with a local SMTP server. I can successfully send a
signup confirmation email with a confirmation link, but when I click on
the link, it says that I am logged in, but it never verifies the
account. This is the link provided by the system:
2006 Apr 03
3
Retrieving a record using created_by
Hello,
Thank you all in advance for your help with this.
Environment:
Windows XP Pro (Development only)
Ruby 1.84
Rails 1.1.0
SaltedHashLoginGenerator
Plugins: file_column, userstamp
I have a user table per the salted_hash_login generator. I have an
orders table that has a column named created_by that is updated by the
userstamp plugin. I am trying to retrieve all of the orders for a single
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
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
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
2006 Dec 08
4
windows service auto start problems
I have a small Rails app deployed on Windows Server 2003 and Mongrel
0.3.13.3. Everything works well, except when the Windows box is
rebooted. I have mongrel_service installed and the service is
configured to start automatically, however Mongrel consistently fails
to start after a reboot. Windows reports the service''s status as
"Started", but attempts to access the
2006 Apr 14
6
LoginGeneratorACLSystem Issue
Hello all,
Again, thank you all in advance for any help here. I am trying to figure
out how to show the role associated with a user, in a template. I am
using the LoginGeneratorACLSystem along with the LoginGenerator. I can
show the first name of the user by writing "<%=
session[:user].first_name %>" but when I write "<%=
session[:user].roles.name %>" it spits