search for: mongre

Displaying 9 results from an estimated 9 matches for "mongre".

Did you mean: mongrel
2007 Mar 04
6
Backgroundrb spiking CPU after first run on Mongrel cluster
...on cwarner 80804 0.0 1.3 46872 39688 ?? S 10:37PM 0:02.43 ruby: backgroundrb (ruby) cwarner 80805 0.0 0.7 21512 20548 ?? S 10:37PM 0:00.07 ruby: backgroundrb_logger (ruby) cwarner 80806 0.0 0.7 21468 20556 ?? S 10:37PM 0:00.06 ruby: backgroundrb_results (ruby) My four Mongrels in the cluster sitting out there, and the three backgroundrb processes. I then proceed to generate a worker using MiddleMan via IRB, get the auto generated job key, look up the worker, and then delete him. All goes well, and the process list still looks like what I posted above. I can do this as...
2010 Feb 23
12
"no such file to load -- gettext/rails" error
...1.3.5) actionpack (2.3.5, 1.13.5) actionwebservice (1.2.5) activerecord (2.3.5, 1.15.5) activeresource (2.3.5) activesupport (2.3.5, 1.4.4) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) gem_plugin (0.2.3) gettext (2.1.0) locale (2.0.5) log4r (1.1.5) mongrel (1.1.5) rack (1.0.1) rails (2.3.5) rake (0.8.7) ruby-postgres (0.7.1.2006.04.06) win32console (1.2.0) Gettext is indeed installed: C:\Ruby\lib\ruby\gems\1.8\gems\gettext-2.1.0 Any ideas? ============================================= C:\rails_apps\aaa_arb>ruby script/server...
2007 Dec 04
2
Mongrel 1.1.1 Win32 (latest) + Rubygems
Hello all. Hope this doesn''t appear as spam... I am trying to run Mongrel on Win XP (SP2) for a web site (just one at the moment). For some reason it is giving me this error: E:\web\app2>mongrel_rails start -p 4001 -d ** WARNING: Win32 does not support daemon mode. ** Daemonized, any open files are closed. Look at log/mongrel.pid and log/mongr el.log for info. ** S...
2006 Aug 29
13
restart - `exec'': Operation not supported
I''m using the latest Mongrel (0.3.13.4) and restarting causes Mongrel to die. From mongrel.log: ** USR2 signal received. ** Restarting with arguments: ruby /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails start -C config/mongrel.yml /opt/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/bin/mongrel_rails:142...
2006 Aug 31
0
Mongrel-users Digest, Vol 7, Issue 58
...P+Ruby: the php app/files are under the same folder where the rubby applications are. So therefore, I guess, they are also under the same virtual host. I have tried and it is true that if they are running under a different virtual host there is no problem. I guess the php code is being send to the mongrels ... wich don''t expect php code (but rather ruby) and give it back as plain text ... wich ends up being what I see in the browser. Could I define the same virtual host twice? once with proxy (straight to the mongres dealing with ruby) and other one without the proxy ... to let Apache tak...
2008 Apr 23
0
Upload a file using Net:HTTP multipart post or ActiveResource
Hi Guys, I am trying to upload a file to a rails server using a ruby script. http://pastie.org/185380 I verified the parameters of the Net:HTTP post request and they seem to be right. However the recipient, mongre,l shows following message in console and the parameters sent, the file data, is all corrupted. oh and one very weird thing happened. the console running mongrel looks like following after it recieved the file upload request. Earlier I was using ActiveResource to upload a file, but then I realized...
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi, I just realice that I can''t run php code anymore once I installed my dear mongrels (under an Apache Proxy Balancer). I''m just trying to run the clasic phpinfo() in the following file /var/rubyapp/public/phpinfo.php ... but instead of being executed the code is being displayed as plain text ... This is the ouput :)) <?PHP phpinfo(); ?> anyone can gi...
2007 Oct 24
28
random cpu spikes, EBADF errors
In May I had problem with mongrels suddenly consuming huge cpu resources for a minute or two and then returning to normal (load average spikes up to 3.8and then back down to a regular 0.2 over the course of 5 minutes, then again 1/2 hour later. or 4 hours later, no predictable rhythm). I posted to Litespeed forums because I thou...
2006 Sep 11
8
fckeditor works, but i cant get my buttons back...
I am going to bet this is a mongrel issue,because this doesn''t happen under webrick. Anyway, I was able to get fckeditor: http://www.fckeditor.net/ to work under rails: http://www.joshuamcharles.com/xhtml/fckrails.php i even saw the part about adding "1. Adding a YAML configuration file. For example, create $(RAILS_ROO...