search for: servicefb

Displaying 11 results from an estimated 11 matches for "servicefb".

2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
...lems 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 FreeBASIC. - The "change" will be transparent for you, you only need to remove/install the service again and you''re done. The binary will be copied/updated automatically for you. This works with any mongrel_rails version installed. - With this we are trying to...
2008 Jun 04
12
Mongrel as Windows service with normal privileges
...ice with service user only in Users (or Power Users) group ===> DOES NOT WORK I had to change a couple of NTFS security settings in order to get it run with normal privileges. Now the only thing that still does not work is #6. Unfortunately, no log files are being generated, especially ServiceFB.log is nowhere to be found. The server is Windows Server 2003 Standard, by the way. Could anybody please enlighten me how I could further analyze this problem ? I followed the advise here in the list as far as I could, but now I am at a loss. Thanks in advance, Ingmar
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 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:...
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". >ServiceController.RunMode() >CurrentPID: 540 >ParentPID: 716 >Parent Name: <unknown> >ServiceController.RunMode() done and a part of "gem list" is ; >mongrel (1...
2007 Jun 12
1
mongrel service security needs on Win2k3
...s, but it doesn''t work if I give it a domain account without local admin. I was tracing things and it looked like it was checking for access to the system32 directory and the ntdll.dll file. I gave the account modify access to system32, but no dice. No errors in the mongrel_service.log or servicefb.log. My security guy is wanting me to trace through the code to see what it''s touching, he''s not going to let the service account run with local admin privileges for long. For reference, I can run the thing under srvany.exe without local admin rights, and it runs just fine. But...
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 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
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 Sep 10
12
mongrel_rails service on windows incompatible with recent ruby builds?
...i tried uninstalling and then reinstalling mongrel, mongrel_service and win32-service without any luck. and the error doesn''t seem to come from win32-service as i''m able to run an acts_as_ferret serving DRb without any problems with every ruby version. please check the attached servicefb.log and mongrel_service.log as i can''t see anything wrong in those logs. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: servicefb.log Url: http://rubyforge.org/pipermail/mongrel-users/attachments/20070910/4689b21f/attachment.pl -----...
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