I guess your problem is with Sunspot Solr not with Capistrano. I don't know how it works but Capistrano executes the rake task, rake task do a reindex with a (http)request and fail because this request doesn't exist (404 error).
Maybe Solr API changed and you upgraded the gem(client) and not the server for working with Rails 4. I hope it helps you, regards enviado desde mi tabla de planchar El 24/06/2013 18:21, "Drew Sheneman" <[email protected]> escribió: > Rafa, I am not actually a member of websolr. I am simply trying to deploy > to a local server using Capistrano. Am I in the correct place? > > On Thursday, June 20, 2013 11:26:19 AM UTC-4, Drew Sheneman wrote: >> >> Will do. Thanks! >> >> On Thursday, June 20, 2013 11:02:11 AM UTC-4, Rafa García wrote: >>> >>> Hi Drew, >>> >>> I think you should ask at http://help.websolr.com/. >>> >>> Regards >>> >>> >>> 2013/6/19 Drew Sheneman <[email protected]> >>> >>>> When I try to deploy sunspot solr with Capistrano, I am getting a 'rake >>>> aborted! RSolr::Error::Http - 404 Not Found' error as it tries to reindex. >>>> This was working previously before I migrated to Rails 4 and updated the >>>> Sunspot Solr gem. >>>> >>>> My deployment setup pretty much mirrors this gist: >>>> https://gist.github.com/**doitian/1795439<https://gist.github.com/doitian/1795439> >>>> >>>> Has anyone else run into this issue? I can provide more of my code if >>>> needed. Any help is appreciated. >>>> >>>> - Drew >>>> >>>> -- >>>> -- >>>> * You received this message because you are subscribed to the Google >>>> Groups "Capistrano" group. >>>> * To post to this group, send email to [email protected] >>>> * To unsubscribe from this group, send email to >>>> capistrano+...@googlegroups.**com For more options, visit this group >>>> at >>>> http://groups.google.com/**group/capistrano?hl=en<http://groups.google.com/group/capistrano?hl=en> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "Capistrano" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to capistrano+...@googlegroups.**com. >>>> For more options, visit >>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >>>> . >>>> >>>> >>>> >>> >>> -- > -- > * You received this message because you are subscribed to the Google > Groups "Capistrano" group. > * To post to this group, send email to [email protected] > * To unsubscribe from this group, send email to > [email protected] For more options, visit this > group at http://groups.google.com/group/capistrano?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Capistrano" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
