View Single Post
  #4  
Old 08-06-2006, 02:28 PM
Shelby Shelby is offline
Member
 
Join Date: Aug 2006
Location: Dallas, TX
Posts: 22
Default a bit of progress

I installed the ruby-lsapi by hand - downloaded version 1.4 and installed the tar.gz file manually.

Now when I run the dispatch.lsapi from the command line, the error in the above message is gone, and I see in the terminal:
/usr/local/lib/site_ruby/1.8/i486-linux/lsapi.so: warning: already initialized constant ENV

that looks better...

However, after a server restart, I still get a 503 error page and this in the logs:

2006-08-06 16:22:57.335 INFO [192.168.0.101:58535-0#mta_pmta] File not found [/absolute/path/to/railsapp/public/login/login]
2006-08-06 16:22:57.335 INFO [uds://tmp/lshttpd/rubyrailslsapi.sock] Connection refused, restart!
2006-08-06 16:22:57.336 INFO [uds://tmp/lshttpd/rubyrailslsapi.sock] Connection refused, restart!
2006-08-06 16:22:57.336 INFO [uds://tmp/lshttpd/rubyrailslsapi.sock] Connection refused, restart!

Still wondering what is wrong...

Shelby
Reply With Quote