Re: [Rails] Permission Denied error when trying to connect to Solr running on a different server

2018-08-24 Thread Cynde Rogers
On Friday, August 24, 2018 at 11:23:46 AM UTC-4, Hassan Schroeder wrote: > > On Fri, Aug 24, 2018 at 5:44 AM, Cynde Rogers > wrote: > > > I updated my application config file to point to the solr server and was > > able to populate the index for my site from the command line using rails > >

Re: [Rails] Permission Denied error when trying to connect to Solr running on a different server

2018-08-24 Thread Hassan Schroeder
On Fri, Aug 24, 2018 at 5:44 AM, Cynde Rogers wrote: > I updated my application config file to point to the solr server and was > able to populate the index for my site from the command line using rails > sunspot:solr:reindex (so the application server can communicate with the > solr server). I

[Rails] Permission Denied error when trying to connect to Solr running on a different server

2018-08-24 Thread Cynde Rogers
I have an SSL enabled ruby on rails application that used solr and the sunspot rails gem for search. For development I just run solr locally and that works as expected. But I'm trying to set up a stand-alone solr server for production. So I installed it on its own server and created the core

[Rails] Permission denied for folder creation using background_fu

2010-05-10 Thread Anubhaw Prakash
Hi All, I am calling a controller method to convert a video file. This process is called using background_fu job. When the function tries to create a new folder in rails root it gives error i.e. Permission denied. The function performs well if not called in background job process. Can any one

[Rails] Permission denied

2009-06-25 Thread Vivek
Hi, when i do rails myfirstrailsapp at the command prompt on windows...i get the error Permission denied - myfirstrailsapp/public/javascripts/ prototype.js. what should i do now? I am using ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32] gem 1.3.4 rails Rails 2.3.2 Windows vista bussiness

[Rails] permission denied errors with rake db:migrate

2009-04-01 Thread Craig Martin
I am at a loss here and hoping for some advise on where to begin looking with a series of errors I am suddenly getting when trying to rake: anything goes here .. lil-loco:/rails/cem craigmartin$ rake db:migrate (in /rails/cem) rake aborted! Permission denied - /rails/cem/db/schema.rb This is