"Wolas!"
unread,Apr 27, 2011, 11:26:43 AM4/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Capistrano
Hey guys,
My problem is that i get this error (SocketError (getaddrinfo:
nodename nor servname provided, or not known)) when i send email
through my rails app: Rails 3, Thin, Capistrano of course, OSX Snow
Leopard.
I have looked everywhere for a solution to this and found it in less
than 5 minutes. The problem apparently is that the ssh session that
started the thin servers is closed and so, Rails for some obscure
reason, pops this message. If i log into the server and restart my
servers manually (thin restart -C config/thin.yml) everything works
fine from there on.
Because capistrano always restarts the servers with a ssh session
which is always closed, this problem is persistent. Someone has any
ideas?
Mucha appreciate it