On Fri, May 15, 2009 at 8:41 AM, Fix Peña <[email protected]> wrote: > > I managed to work around it by changing the persistence engine to DB > instead of FS. I had to modify singlecon.rb for that to work, since > rails 2.1.2 doesn't have the > "ActiveRecord::Base.connection_pool.checkout" method, so I used > "ActiveRecord::Base.connection" instead. At this point I don't know if > that might break something, but it has been working fine.
So if I understood correctly, you managed to get it working (launching processes) by using DB persistence for the engine instead of FS persistence ? > Back to the original problem, it seems to be a very hard one to debug, > because it doesn't happen at any specific point. Let me explain a > little bit further. > > (...) > > I also tried to do this on a different Windows machine with no luck. I > even tried to run ruote-web2 directly with the enviroment set to use > rails 2.1.2, to rule out the possibility of having something to do > with my own app. > > Anyways, now that I was able to run it fine with the DB storage > method, maybe you shouldn't bother. Unless any of this info actually > gives you an idea of what might be going on :). OK, then if it works for you with DB persistence, I won't bother. Well done ! -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
