Displaying 20 results from an estimated 500 matches similar to: "Mongrel as Windows service with normal privileges"
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
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
Konnichiwa Mongrel users,
mongrel_service cannot run as a windows service under my environment,
with the windows message :
"error 1053 : The service did not respond to the start or control
request in a timely fashion."
>From a part of "ServiceFB.log" at c:/ruby/bin,
mongrel_service failed to get the process name of "service.exe".
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 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 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
2007 Jun 12
1
mongrel service security needs on Win2k3
Hello all,
I have mongrel service 0.3.2 running on Win2003 64-bit, special thanks to
Luis for getting that running. You are a great asset!
I am trying to figure out exactly what rights are needed by the account that
is running the service. It works if I give it a domain account with local
admin privileges, but it doesn''t work if I give it a domain account without
local admin. I was
2008 Jan 02
1
Deploying merb as a windows service
Hey All
I was just wondering if anyone had tried deploying merb as a windows
service? I am familiar with the sc.exe tool ( http://support.microsoft.com/kb/251192
) - do you think adding the correct paths and such to the merb bin
will work? I am going to try this tomorrow but wondered what peoples
thoughts were?
Many thanks
Tim
2007 Mar 28
1
Mongrel on Vista as a service
Hi Everyone,
I was hoping some one could help me out with an issue I''m having with
mongrel on Vista.
I have a ruby on rails application that runs fine with mongrel when I
double click on it. Command window opens, server starts and works just fine.
For the same application, after I install the service using
mongrel_service, and I try to start it, it fails. Vista says that 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
2007 Jun 05
1
undefined method <name> for Service:Module
Hi all,
We have a controller by name "ServiceController" (service_controller.rb)
and everything was fine until we upgraded our rails. We recently
upgraded Rails from Rails 1.1.6 to Rails 1.2.3. and after that when we
try to invoke the "ServiceController" we are getting an error like this
"undefined method find for Service:Module"
I guess some namespace collision is
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 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
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons:
A long time ago I used to be able to start R (version 2.6.1) from a
Delphi 7 program and run a script by using a procedure like the following:
function StartRAndWait (CommandLine : string) : Boolean;
var
Proc_info: TProcessInformation;
Startinfo: TStartupInfo;
ExitCode: longword;
CreateOK : Boolean;
begin
Result := False;
{ Initialize the structures }
2006 Dec 04
8
Calling R functions in Delphi
Hello All,
We would like to call quantile() function from the R-package STATS in a
Delphi program. If this is possible, could anyone provide us with an
example?
Thanks in advance.
--Anna
-----------------------------------------
Anna Belova
Abt Associates Inc.
4800 Montgomery Ln, St 600
Bethesda, MD-20814
phone: 301-347-5304
fax: 301-652-7530
http://www.abtassociates.com/environment
2009 Dec 16
2
Response time on Tinc VPNs, Bandwith on Tinc-VPN
Hello,
response time: how is it possible to increase the response time on Tinc VPNs. When I use tinc over a fast or giga-bit network connection the ping-response time is normally about 1800 to 2000 ms. Sometimes I get ping response times at about 2.500 to 3.000 ms over a normal Ethernet Connection or a television-cable connection within the same providers-network in the same city. The ping-time
2010 Dec 25
4
[ win32utils-Bugs-28801 ] unclosed handle in Process.setpriority/getpriority
Bugs item #28801, was opened at 2010-12-25 11:02
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=28801&group_id=85
Category: win32-process
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Rafa? Michalski (royaltm)
Assigned to: Nobody (None)
Summary: unclosed handle in Process.setpriority/getpriority
Initial Comment:
Using
2010 Sep 23
2
Dragon Age dlc issues
Hello. I've read through the dragon age wine appdb page, installed all the requisite stuff through winetricks, used a fresh prefix and all that, but my dlc in dragon age is always showing up as unauthorized. I'm pretty sure the dragon age updater service is running, it just can't seem to see my account as being authorized to use the dlc. I have in fact bought a couple of dlc's such
2006 May 07
2
Problem with the new version of win32-process
Hi all,
Well, I''ve messed something up in the pure Ruby Process.fork method. If
you run the test_fork_waitpid.rb file (in CVS), you''ll see this error:
c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in `call'': can''t
convert false into Integer (TypeError)
from c:/ruby/lib/ruby/site_ruby/1.8/windows/process.rb:132:in
`OpenProcess''
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
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