Hi everybody, Please any one help me, Previous two day''s I am googling, Still not find solution. this really frustrating. I had deploy my app on heroku radiationn.heroku.com. it is working fine on localhost but i got APPLICATION ERROR. IN log wht i find that in photo.rb model not able to find "has_attached_file", I am not able to shout out this proble. It working fine at localhost. log file is below heroku logs [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `load_application_classes'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `load_application_classes'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/config/environment.rb:9 [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in `load_application'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in `initialize'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29:in `new'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29 [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:18 [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from starting to crashed [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from crashed to created [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from created to starting [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process with command: `thin -p 40040 -e production -R /home/heroku_rack/heroku.ru start` [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in `method_missing'': undefined method `has_atta hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/app/models/photo.rb:4 [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in `require'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in `require_or_load'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in `depend_on'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in `require_dependency'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in `load_application_classes'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `load_application_classes'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `load_application_classes'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/config/environment.rb:9 [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in `load_application'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in `initialize'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29:in `new'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29 [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:18 [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:11:in `new'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:11 [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:1:in `new'' [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:1 [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from starting to crashed [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms service=0ms bytes=0 [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 wait=0ms service=0ms bytes 0 [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms service=0ms bytes=0 [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 | 223.176.230.245 | 795 | http | 503 [33m2011-06-02T09:57:27+00:00 heroku[router]:←[0m Error H10 (App crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 wait=0ms service=0ms bytes 0 [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from crashed to created [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from created to starting [36m2011-06-02T10:15:36+00:00 heroku[web.1]:←[0m Starting process with command: `thin -p 38245 -e production -R /home/heroku_rack/heroku.ru start` [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in `method_missing'': undefined method `has_atta hed_file'' for #<Class:0x7f519ec59be8> (NoMethodError) [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/app/models/photo.rb:4 [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in `require'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in `require_or_load'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in `depend_on'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in `require_dependency'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in `load_application_classes'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `load_application_classes'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `load_application_classes'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/config/environment.rb:9 [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in `load_application'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in `initialize'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29:in `new'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:29 [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from /home/heroku_rack/heroku.ru:1 [36m2011-06-02T10:15:38+00:00 heroku[web.1]:←[0m Process exited [36m2011-06-02T10:15:39+00:00 heroku[web.1]:←[0m State changed from starting to crashed thanks Pravin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Jun 2, 5:43 am, Pravin Mishra <diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from /app/config/environment.rb:9What is on line 9 of your environment.rb file? Also, what does your Gemfile look like? B. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
thaks for write back, What is on line 9 of your environment.rb file?????? Rails::Initializer.run do |config| what does your Gemfile look like? i have no gemsfile. U mean boot.rb?????????? I am new on ror, On 02/06/2011, bacrossland <bacrossland-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Jun 2, 5:43 am, Pravin Mishra <diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/config/environment.rb:9 > > What is on line 9 of your environment.rb file? Also, what does your > Gemfile look like? > > B. > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jun 2, 2011 at 3:43 AM, Pravin Mishra <diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I had deploy my app on heroku radiationn.heroku.com. it is > working fine on localhost but i got APPLICATION ERROR. > > IN log wht i find that in photo.rb model not able to find > "has_attached_file", I am not able to shout out this proble. It > working fine at localhost.which sounds like you''re using a gem/plugin that wants to access a file system -- which is *not* provided by Heroku. If your app needs to save files (photos, whatever) you need to use an alternative, e.g. Amazon S3. HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra < diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi everybody, > > Please any one help me, Previous two day''s I am googling, Still not > find solution. this really frustrating. > > I had deploy my app on heroku radiationn.heroku.com. it is > working fine on localhost but i got APPLICATION ERROR. > >what''s in your gems manifest file?> IN log wht i find that in photo.rb model not able to find > "has_attached_file", I am not able to shout out this proble. It > working fine at localhost. > > log file is below > > heroku logs > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > `load_application_classes'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > `load_application_classes'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/config/environment.rb:9 > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > `load_application'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > `initialize'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29:in `new'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29 > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:18 > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited > [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from > starting to crashed > [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > crashed to created > [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > created to starting > [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process with > command: `thin -p 40040 -e production -R /home/heroku_rack/heroku.ru > start` > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m > /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > `method_missing'': undefined method `has_atta > hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/app/models/photo.rb:4 > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in > `require'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in > `require_or_load'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in > `depend_on'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in > `require_dependency'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > `load_application_classes'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > `load_application_classes'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > `load_application_classes'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/config/environment.rb:9 > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > `load_application'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > `initialize'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29:in `new'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29 > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:18 > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:11:in `new'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:11 > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:1:in `new'' > [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:1 > [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited > [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from > starting to crashed > [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App > crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > service=0ms bytes=0 > [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App > crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > wait=0ms service=0ms bytes > 0 > [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App > crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > service=0ms bytes=0 > [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 | > 223.176.230.245 | 795 | http | 503 > [33m2011-06-02T09:57:27+00:00 heroku[router]:←[0m Error H10 (App > crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > wait=0ms service=0ms bytes > 0 > [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from > crashed to created > [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from > created to starting > [36m2011-06-02T10:15:36+00:00 heroku[web.1]:←[0m Starting process with > command: `thin -p 38245 -e production -R /home/heroku_rack/heroku.ru > start` > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m > /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > `method_missing'': undefined method `has_atta > hed_file'' for #<Class:0x7f519ec59be8> (NoMethodError) > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/app/models/photo.rb:4 > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in > `require'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in > `require_or_load'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in > `depend_on'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in > `require_dependency'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > `load_application_classes'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > `load_application_classes'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > `load_application_classes'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/config/environment.rb:9 > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `require'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > `load_application'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > `initialize'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29:in `new'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:29 > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > /home/heroku_rack/heroku.ru:1 > [36m2011-06-02T10:15:38+00:00 heroku[web.1]:←[0m Process exited > [36m2011-06-02T10:15:39+00:00 heroku[web.1]:←[0m State changed from > starting to crashed > > thanks > Pravin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- ------------------------------------------------------------- visit my blog at jimlabs.heroku.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
thanks for giving time, what''s in your gems manifest file? Again i have no gems manifest file. I am using vendor/lplugins where => action_mailer_tls, easy-fckeditor, paperclip ,paperclippolymorph,will_paginate PLUGIND USING. On 02/06/2011, Jim Ruther Nill <jvnill-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra < > diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi everybody, >> >> Please any one help me, Previous two day''s I am googling, Still not >> find solution. this really frustrating. >> >> I had deploy my app on heroku radiationn.heroku.com. it is >> working fine on localhost but i got APPLICATION ERROR. >> >> > what''s in your gems manifest file? > > >> IN log wht i find that in photo.rb model not able to find >> "has_attached_file", I am not able to shout out this proble. It >> working fine at localhost. >> >> log file is below >> >> heroku logs >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in >> `load_application_classes'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in >> `load_application_classes'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/config/environment.rb:9 >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in >> `load_application'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in >> `initialize'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29:in `new'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29 >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:18 >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from >> starting to crashed >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from >> crashed to created >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from >> created to starting >> [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process with >> command: `thin -p 40040 -e production -R /home/heroku_rack/heroku.ru >> start` >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in >> `method_missing'': undefined method `has_atta >> hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/app/models/photo.rb:4 >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in >> `require'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in >> `require_or_load'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in >> `depend_on'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in >> `require_dependency'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in >> `load_application_classes'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in >> `load_application_classes'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in >> `load_application_classes'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/config/environment.rb:9 >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in >> `load_application'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in >> `initialize'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29:in `new'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29 >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:18 >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:11:in `new'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:11 >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:1:in `new'' >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:1 >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from >> starting to crashed >> [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms >> service=0ms bytes=0 >> [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 >> wait=0ms service=0ms bytes >> 0 >> [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms >> service=0ms bytes=0 >> [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 | >> 223.176.230.245 | 795 | http | 503 >> [33m2011-06-02T09:57:27+00:00 heroku[router]:←[0m Error H10 (App >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 >> wait=0ms service=0ms bytes >> 0 >> [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from >> crashed to created >> [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from >> created to starting >> [36m2011-06-02T10:15:36+00:00 heroku[web.1]:←[0m Starting process with >> command: `thin -p 38245 -e production -R /home/heroku_rack/heroku.ru >> start` >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in >> `method_missing'': undefined method `has_atta >> hed_file'' for #<Class:0x7f519ec59be8> (NoMethodError) >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/app/models/photo.rb:4 >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in >> `require'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in >> `require_or_load'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in >> `depend_on'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in >> `require_dependency'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in >> `load_application_classes'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in >> `load_application_classes'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in >> `load_application_classes'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/config/environment.rb:9 >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `gem_original_require'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in >> `require'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in >> `load_application'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> >> /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in >> `initialize'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29:in `new'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:29 >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from >> /home/heroku_rack/heroku.ru:1 >> [36m2011-06-02T10:15:38+00:00 heroku[web.1]:←[0m Process exited >> [36m2011-06-02T10:15:39+00:00 heroku[web.1]:←[0m State changed from >> starting to crashed >> >> thanks >> Pravin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > > -- > ------------------------------------------------------------- > visit my blog at jimlabs.heroku.com > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
thanks for write, I m not aware about Amazon S3. I m googling. Can You give some link, which helpful . On 02/06/2011, Hassan Schroeder <hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Thu, Jun 2, 2011 at 3:43 AM, Pravin Mishra > <diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> I had deploy my app on heroku radiationn.heroku.com. it is >> working fine on localhost but i got APPLICATION ERROR. >> >> IN log wht i find that in photo.rb model not able to find >> "has_attached_file", I am not able to shout out this proble. It >> working fine at localhost. > > which sounds like you''re using a gem/plugin that wants to access > a file system -- which is *not* provided by Heroku. If your app needs > to save files (photos, whatever) you need to use an alternative, e.g. > Amazon S3. > > HTH, > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > about.me/hassanschroeder > twitter: @hassan > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Thu, Jun 2, 2011 at 9:39 AM, Pravin Mishra <diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I m not aware about Amazon S3. I m googling. Can You give some link, > which helpful .If you''re going to try to use Heroku, you might find it less painful if you read the Heroku documentation :-) e.g. devcenter.heroku.com/articles/read-only-filesystem HTH, -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Jun 3, 2011 at 12:31 AM, Pravin Mishra < diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> thanks for giving time, > > what''s in your gems manifest file? > Again i have no gems manifest file. > > I am using vendor/lplugins > where => action_mailer_tls, easy-fckeditor, paperclip > ,paperclippolymorph,will_paginate PLUGIND USING. > >are you using submodules? the error says that it can''t find the method has_attached_file which could only mean that rails can''t find the plugin.> > On 02/06/2011, Jim Ruther Nill <jvnill-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra < > > diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> Hi everybody, > >> > >> Please any one help me, Previous two day''s I am googling, Still not > >> find solution. this really frustrating. > >> > >> I had deploy my app on heroku radiationn.heroku.com. it is > >> working fine on localhost but i got APPLICATION ERROR. > >> > >> > > what''s in your gems manifest file? > > > > > >> IN log wht i find that in photo.rb model not able to find > >> "has_attached_file", I am not able to shout out this proble. It > >> working fine at localhost. > >> > >> log file is below > >> > >> heroku logs > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > >> `load_application_classes'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > >> `load_application_classes'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/config/environment.rb:9 > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `require'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > >> `load_application'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > >> `initialize'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29:in `new'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29 > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:18 > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from > >> starting to crashed > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > >> crashed to created > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > >> created to starting > >> [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process with > >> command: `thin -p 40040 -e production -R /home/heroku_rack/heroku.ru > >> start` > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m > >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > >> `method_missing'': undefined method `has_atta > >> hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/app/models/photo.rb:4 > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `require'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in > >> `require'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in > >> `require_or_load'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in > >> `depend_on'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in > >> `require_dependency'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > >> `load_application_classes'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > >> `load_application_classes'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > >> `load_application_classes'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/config/environment.rb:9 > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `require'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > >> `load_application'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > >> `initialize'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29:in `new'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29 > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:18 > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:11:in `new'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:11 > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:1:in `new'' > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:1 > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from > >> starting to crashed > >> [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > >> service=0ms bytes=0 > >> [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App > >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > >> wait=0ms service=0ms bytes > >> 0 > >> [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > >> service=0ms bytes=0 > >> [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 | > >> 223.176.230.245 | 795 | http | 503 > >> [33m2011-06-02T09:57:27+00:00 heroku[router]:←[0m Error H10 (App > >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > >> wait=0ms service=0ms bytes > >> 0 > >> [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from > >> crashed to created > >> [36m2011-06-02T10:15:20+00:00 heroku[web.1]:←[0m State changed from > >> created to starting > >> [36m2011-06-02T10:15:36+00:00 heroku[web.1]:←[0m Starting process with > >> command: `thin -p 38245 -e production -R /home/heroku_rack/heroku.ru > >> start` > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m > >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > >> `method_missing'': undefined method `has_atta > >> hed_file'' for #<Class:0x7f519ec59be8> (NoMethodError) > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/app/models/photo.rb:4 > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `require'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158:in > >> `require'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265:in > >> `require_or_load'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224:in > >> `depend_on'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136:in > >> `require_dependency'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > >> `load_application_classes'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > >> `load_application_classes'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > >> `load_application_classes'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/config/environment.rb:9 > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `gem_original_require'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > >> `require'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:42:in > >> `load_application'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> > >> > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb:23:in > >> `initialize'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29:in `new'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:29 > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > >> [36m2011-06-02T10:15:38+00:00 app[web.1]:←[0m from > >> /home/heroku_rack/heroku.ru:1 > >> [36m2011-06-02T10:15:38+00:00 heroku[web.1]:←[0m Process exited > >> [36m2011-06-02T10:15:39+00:00 heroku[web.1]:←[0m State changed from > >> starting to crashed > >> > >> thanks > >> Pravin > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Ruby on Rails: Talk" group. > >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org. > >> To unsubscribe from this group, send email to > >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > >> For more options, visit this group at > >> groups.google.com/group/rubyonrails-talk?hl=en. > >> > >> > > > > > > -- > > ------------------------------------------------------------- > > visit my blog at jimlabs.heroku.com > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > > groups.google.com/group/rubyonrails-talk?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- ------------------------------------------------------------- visit my blog at jimlabs.heroku.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
This is has been pointed out above but to be sure - You are probably using paperclip to upload files and Heroku doesn''t allow that. You need to store that on S3 or some place other than Heroku. Local file upload works which is why you are not seeing an issue there. On Jun 2, 4:15 pm, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Fri, Jun 3, 2011 at 12:31 AM, Pravin Mishra < > > diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > thanks for giving time, > > > what''s in your gems manifest file? > > Again i have no gems manifest file. > > > I am using vendor/lplugins > > where => action_mailer_tls, easy-fckeditor, paperclip > > ,paperclippolymorph,will_paginate PLUGIND USING. > > are you using submodules? the error says that it can''t find the method > has_attached_file > which could only mean that rails can''t find the plugin. > > > > > > > > > > > On 02/06/2011, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra < > > > diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > >> Hi everybody, > > > >> Please any one help me, Previous two day''s I am googling, Still not > > >> find solution. this really frustrating. > > > >> I had deploy my app on herokuhttp://radiationn.heroku.com. it is > > >> working fine on localhost but i got APPLICATION ERROR. > > > > what''s in your gems manifest file? > > > >> IN log wht i find that in photo.rb model not able to find > > >> "has_attached_file", I am not able to shout out this proble. It > > >> working fine at localhost. > > > >> log file is below > > > >> heroku logs > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > > >> `load_application_classes'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > > >> `load_application_classes'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/config/environment.rb:9 > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `gem_original_require'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `require'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: 42:in > > >> `load_application'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: 23:in > > >> `initialize'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:29:in `new'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:29 > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:18 > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited > > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from > > >> starting to crashed > > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > > >> crashed to created > > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > > >> created to starting > > >> [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process with > > >> command: `thin -p 40040 -e production -R /home/heroku_rack/heroku.ru > > >> start` > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m > > >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > > >> `method_missing'': undefined method `has_atta > > >> hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/app/models/photo.rb:4 > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `gem_original_require'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `require'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158: in > > >> `require'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265: in > > >> `require_or_load'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224: in > > >> `depend_on'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136: in > > >> `require_dependency'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > > >> `load_application_classes'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > > >> `load_application_classes'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > > >> `load_application_classes'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/config/environment.rb:9 > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `gem_original_require'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > >> `require'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: 42:in > > >> `load_application'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: 23:in > > >> `initialize'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:29:in `new'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:29 > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:18 > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:11:in `new'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:11 > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:1:in `new'' > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > >> /home/heroku_rack/heroku.ru:1 > > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited > > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from > > >> starting to crashed > > >> [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App > > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > > >> service=0ms bytes=0 > > >> [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App > > >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > > >> wait=0ms service=0ms bytes > > >> 0 > > >> [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App > > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > > >> service=0ms bytes=0 > > >> [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 |... > > read more »-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Jun 3, 2011 at 9:53 AM, skt <stibrewal-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This is has been pointed out above but to be sure - > > You are probably using paperclip to upload files and Heroku doesn''t > allow that. You need to store that on S3 or some place other than > Heroku. Local file upload works which is why you are not seeing an > issue there. > >I think there''s another issue. If you go to the site, you''ll immediately get the error. I think the error saying the Heroku''s file system is readonly will only raise after you try uploading something.> On Jun 2, 4:15 pm, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On Fri, Jun 3, 2011 at 12:31 AM, Pravin Mishra < > > > > diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > thanks for giving time, > > > > > what''s in your gems manifest file? > > > Again i have no gems manifest file. > > > > > I am using vendor/lplugins > > > where => action_mailer_tls, easy-fckeditor, paperclip > > > ,paperclippolymorph,will_paginate PLUGIND USING. > > > > are you using submodules? the error says that it can''t find the method > > has_attached_file > > which could only mean that rails can''t find the plugin. > > > > > > > > > > > > > > > > > > > > > On 02/06/2011, Jim Ruther Nill <jvn...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > On Thu, Jun 2, 2011 at 6:43 PM, Pravin Mishra < > > > > diatm.pravin.it.07...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > >> Hi everybody, > > > > > >> Please any one help me, Previous two day''s I am googling, Still not > > > >> find solution. this really frustrating. > > > > > >> I had deploy my app on herokuhttp://radiationn.heroku.com. it is > > > >> working fine on localhost but i got APPLICATION ERROR. > > > > > > what''s in your gems manifest file? > > > > > >> IN log wht i find that in photo.rb model not able to find > > > >> "has_attached_file", I am not able to shout out this proble. It > > > >> working fine at localhost. > > > > > >> log file is below > > > > > >> heroku logs > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > > > >> `load_application_classes'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > > > >> `load_application_classes'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/config/environment.rb:9 > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `gem_original_require'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `require'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: > 42:in > > > >> `load_application'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: > 23:in > > > >> `initialize'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:29:in `new'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:29 > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:18 > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > > >> [36m2011-06-02T09:20:20+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m Process exited > > > >> [36m2011-06-02T09:20:20+00:00 heroku[web.1]:←[0m State changed from > > > >> starting to crashed > > > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > > > >> crashed to created > > > >> [36m2011-06-02T09:39:15+00:00 heroku[web.1]:←[0m State changed from > > > >> created to starting > > > >> [36m2011-06-02T09:39:20+00:00 heroku[web.1]:←[0m Starting process > with > > > >> command: `thin -p 40040 -e production -R /home/heroku_rack/ > heroku.ru > > > >> start` > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m > > > >> /app/.gems/gems/activerecord-2.3.8/lib/active_record/base.rb:1994:in > > > >> `method_missing'': undefined method `has_atta > > > >> hed_file'' for #<Class:0x7fc4f68d2be8> (NoMethodError) > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/app/models/photo.rb:4 > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `gem_original_require'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `require'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:158: > in > > > >> `require'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:265: > in > > > >> `require_or_load'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:224: > in > > > >> `depend_on'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /app/.gems/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:136: > in > > > >> `require_dependency'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:414:in > > > >> `load_application_classes'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in `each'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:413:in > > > >> `load_application_classes'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in > > > >> `load_application_classes'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:411:in `each'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:197:in `process'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `send'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rails-2.3.8/lib/initializer.rb:113:in `run'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/config/environment.rb:9 > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `gem_original_require'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> > /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > > >> `require'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: > 42:in > > > >> `load_application'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > > > > /usr/ruby1.8.7/lib/ruby/gems/1.8/gems/thin-1.2.6/lib/rack/adapter/rails.rb: > 23:in > > > >> `initialize'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:29:in `new'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:29 > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `new'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:63:in `map'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:18 > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:11:in `new'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:11 > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `instance_eval'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /app/.gems/gems/rack-1.1.2/lib/rack/builder.rb:46:in `initialize'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:1:in `new'' > > > >> [36m2011-06-02T09:39:22+00:00 app[web.1]:←[0m from > > > >> /home/heroku_rack/heroku.ru:1 > > > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m Process exited > > > >> [36m2011-06-02T09:39:22+00:00 heroku[web.1]:←[0m State changed from > > > >> starting to crashed > > > >> [33m2011-06-02T09:57:15+00:00 heroku[router]:←[0m Error H10 (App > > > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > > > >> service=0ms bytes=0 > > > >> [33m2011-06-02T09:57:17+00:00 heroku[router]:←[0m Error H10 (App > > > >> crashed) -> GET radiationn.heroku.com/favicon.ico dyno=none queue=0 > > > >> wait=0ms service=0ms bytes > > > >> 0 > > > >> [33m2011-06-02T09:57:25+00:00 heroku[router]:←[0m Error H10 (App > > > >> crashed) -> GET radiationn.heroku.com dyno=none queue=0 wait=0ms > > > >> service=0ms bytes=0 > > > >> [32m2011-06-02T02:57:26-07:00 heroku[nginx]:←[0m GET / HTTP/1.1 |... > > > > read more » > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > groups.google.com/group/rubyonrails-talk?hl=en. > >-- ------------------------------------------------------------- visit my blog at jimlabs.heroku.com -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at groups.google.com/group/rubyonrails-talk?hl=en.