Welcome Guest | Login

dispatch.fcgi and ruby class error

I'm struggling to get dispatch.fcgi to work with Mephisto and would appreciated help from folks if they've dealt with the following error.

Within mephisto's public/ directory, I execute dispatch.fcgi from the command line and see the following output:

/usr/local/lib/ruby/1.8/date/format.rb:593: superclass mismatch for class DateTime (TypeError)
       from /usr/local/lib/ruby/1.8/date.rb:197:in `require'
       from /usr/local/lib/ruby/1.8/date.rb:197

Interestingly, "mongrel_rails start" works. "script/server" fails with the same error message as above. Help!

2007-01-18 12:07 AM

Hi there - please don't use script/server or any other static memory process above your limit.  What do you see when you load your app in your browser?  

2007-01-18 08:58 AM

William,

For the sake of testing/comparison, I was trying to start Mephisto with fcgi, mongrel, and webrick to see what worked, what did not work, and why. I don't intend to overuse allocated system resources by spawning persistent processes. I'll try to be a good customer :)

From the web browser view, Mephisto displays the error 500.html page when pointed to my hostingrails.com account URL.

2007-01-18 09:46 AM

hi there - you should read through these threads carefullyhttp://www.hostingrails.com/forums/wiki_thread/15http://www.hostingrails.com/forums/wiki_thread/9

If you're still having trouble let me know and I'll jump into your account.  

Cheers,

~William

2007-01-19 05:53 AM


Hello Guest! In order to post you must be an active client with us, please log in or sign up.