search for: tiberiu

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

2007 Oct 12
7
webrick 500 error
...#39;m not using fastcgi (since I''m not running Apache), so what is it happening? The log file does not contain any error messages and no errors are printed in the console which started the server (except the IP + requested page + 500). Has anyone noticed this kind of issue before? Thanks, Tiberiu -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2007 Jun 25
3
one more "uninitialized constant" problem
...o tried to use the console and I get a similar message. Btw, I have changed nothing in the default setup, except in /server/lib/backgroundrb/console.rb, where I commented out the line "require ''irb/completion''" due to a strange error that I was getting. Thanks, Tiberiu PS. I want to make sure that the way I downloaded backgroundrb is not faulty. Instead of getting it via subversion (trying to save time by not involving my admin), I just downloaded file by file from http://svn.devjavu.com/backgroundrb/tags/release-0.2.1. ----------------------------...
2007 Nov 04
3
can''t configure mongrel_cluster to start on boot
...ath to mongrel_cluster_ctl. I dumped the $RETVAL into a log file (after calling mongrel_cluster_ctl) and it was 137. I don''t know what else to do. I am logged in as admin, I successfully used chkconfig to add Apache to the boot script, and if I run the script manually - it works! Thanks, Tiberiu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071104/ee5cfd26/attachment.html
2008 Jun 19
6
Premature end of script headers; dispatch.cgi - ok
...s not exist, send to mongrel # RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ http://localhost:8091/$1 [P,QSA,L] </Directory> I basically copied the cwps Directory node and I modified the pen port number (to my second pen which is servicing robo). What else can I check? Thanks, Tiberiu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2007 Aug 09
2
RoR and DRb
...which runs in a separate thread or process? I actually made this work by adding the following line in the controller''s initialize() function: DRb.start_service, but I don''t understand why this works. After the page got served, what process is still running the observer? Thanks, Tiberiu -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2008 Apr 14
2
interesting find: multiple file uploads stopped on Linux
...X-0 file growing in the /tmp folder. When the Linux upload starts, you can see a second CGIXXXX-0 file in the /tmp folder. After 1-2 seconds, the temp file corresponding to the Linux upload stops growing (while the Windows upload file continues to grow). Does anyone know why this happens? Thanks, Tiberiu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2006 Feb 09
2
nice log-log plots
...of these plots and would not like to do this manually for each of them + I am very new to R and at the moment do not have much time that I could spend figuring this out by myself..... Any help would be greatly appreciated! Thanks Tibi ____________________________________________________ Alexandru Tiberiu CODILEAN PhD Candidate Departmental IT Committee PG Rep. Department of Geographical and Earth Sciences East Quadrangle, Room 309 University Avenue University of Glasgow Glasgow G12 8QQ UK Tel: +44 (0) 141 330 4872 ext. 0935 Fax: +44 (0) 141 330 4894 Email: tcodilean at ges.gla.ac.uk Home:...
2008 May 08
1
disabling forgery protection
...authentication plugin and I do call login_required on all actions. Should I keep forgery protection around? Forgery protection only makes sure that the client request has originated from client''s session, right? Is there anything else than I would be missing in terms of security? Thanks, Tiberiu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send...
2008 Apr 18
2
synchronize mongrel cluster
...ement a run queue (and use the id as a priority mechanism) and having a dedicated server run this controller action (e.g. in do(), have redirect_to ''http://localhost: 8002/doer/do8002''), but I really want to know what other people use in production for this kind of issue. Thanks, Tiberiu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send e...
2007 Jul 29
4
Mongrel stops responding after period of inactivity
Hi I''m running a 2-instance Mongrel cluster behind Apache 2.2.4 with Rails 1.2.3. If no requests are received by the application for several hours (this usually happens overnight) then Mongrel stops responding and no requests are detected by Rails (at least nothing is in the Rails log). Nothing untoward is in the Mongrel log. If you try and visit the application, the request times out
2009 Jun 25
8
Mongrel service keeps re-starting ruby
On Thu, Jun 25, 2009 at 2:07 AM, Michael Pliskin<mike at comapping.com> wrote: > Hi all, > > > > Some disclaimer first: I am a complete newbie in mongrel and this list, so > please forgive me if I say something weird. I have a problem, I?ve googled > for a solution for quite a while and failed so far, so decided to ask here. > > > > I am trying to set up my