search for: thatsprogress

Displaying 5 results from an estimated 5 matches for "thatsprogress".

2006 Apr 28
5
Ferret failing to rebuild_index - occasionally unable to del
...on linux). In my tests I have a setup method as follows to ensure the index is reset for each test: def setup Item.rebuild_index end This works fine for the initial few tests but then suddenly fails for the last few tests when it seems to be failing to delete a file. Loaded suite E:/rails/thatsprogress/test/unit/item_test Started ........EEEE Finished in 8.922 seconds. 1) Error: test_search_for_count(ItemTest): Errno::EACCES: Permission denied - E:/rails/thatsprogress/config/../index/test/Item/_j.cfs .... Full trace included later. It consistantly does it at this point, and looks like somet...
2006 Apr 28
0
Ferret failing to rebuild_index - occasionally unable to delete a file (_j.cfs)
...on linux). In my tests I have a setup method as follows to ensure the index is reset for each test: def setup Item.rebuild_index end This works fine for the initial few tests but then suddenly fails for the last few tests when it seems to be failing to delete a file. Loaded suite E:/rails/thatsprogress/test/unit/item_test Started ........EEEE Finished in 8.922 seconds. 1) Error: test_search_for_count(ItemTest): Errno::EACCES: Permission denied - E:/rails/thatsprogress/config/../index/test/Item/_j.cfs .... Full trace included later. It consistantly does it at this point, and looks like some...
2006 Apr 12
8
500 Server Error - stumping me at the moment
...Dreamhost and I''m getting the infamous 500 Server Error. Nothing in the rails logs because it looks to be happening before it gets there. In the apache error logs we have: [Wed Apr 12 12:51:51 2006] [error] [client 194.80.32.9] FastCGI: comm with (dynamic) server "/home/rlivsey/thatsprogress.com/current/public/dispatch.fcgi" aborted: (first read) idle timeout (120 sec) [Wed Apr 12 12:51:51 2006] [error] [client 194.80.32.9] FastCGI: incomplete headers (0 bytes) received from server "/home/rlivsey/thatsprogress.com/current/public/dispatch.fcgi" Any ideas on what that...
2006 May 09
7
FCGI and the never ending saga of deploying on Dreamhost
...sults in 500 error, which is what is expected it it''s working as far as I can tell. No entries are made in the rails logs, but in the Apache error log I get the following: [Tue May 9 06:29:01 2006] [error] [client 194.80.32.10] FastCGI: comm with (dynamic) server "/home/rlivsey/thatsprogress.com/2006.05.02/public/dispatch.fcgi" aborted: (first read) idle timeout (120 sec) [Tue May 9 06:29:01 2006] [error] [client 194.80.32.10] FastCGI: incomplete headers (0 bytes) received from server "/home/rlivsey/thatsprogress.com/2006.05.02/public/dispatch.fcgi" From this the p...
2007 Jan 18
5
Session IDs and SWFUpload
Hi I''m using SWFUpload in one of my applications, but it has one big shortcoming: it doesn''t maintain the session. Let me explain: The user has to login to the application, thus creating an authenticated session (cookie _session_id client side and the sessions table server side). However, when you use SWFUpload, the upload script is called with a new session