Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8856657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T14:24:17+00:00 2026-06-14T14:24:17+00:00

This error is appearing in my heroku logs and I’m not sure what is

  • 0

This error is appearing in my heroku logs and I’m not sure what is happening. The app is not functioning correctly and is breaking in many different locations. The weird thing is that this started happening out of no where. No changes have been made in the last 7 days. Everything was functioning correctly on Friday which means this error started occurring sometime over the past 4 days.

Are there any gem dependencies that may have been changed/updated over the weekend that could be causing this error?

Posted is the error

Started POST "/advisors/4fbfb0b5ce5da90001000038/intro" for 64.20.10.252 at 2012-11-13 20:24:54 +0000
2012-11-13T20:24:54+00:00 app[web.1]: Cache read: delayed_job_workers ({:expires_in=>1200 seconds})
2012-11-13T20:24:54+00:00 app[web.1]: Cache generate: delayed_job_workers ({:expires_in=>1200 seconds})
2012-11-13T20:24:54+00:00 app[web.1]:  !    DEPRECATED: Heroku::Client#deprecate is deprecated, please use the heroku-api gem.
2012-11-13T20:24:54+00:00 app[web.1]:  !    DEPRECATED: More information available at https://github.com/heroku/heroku.rb
2012-11-13T20:24:54+00:00 app[web.1]:  !    DEPRECATED: Deprecated method called from /app/vendor/bundle/ruby/1.9.1/gems/heroku-2.31.0/lib/heroku/client.rb:247.
2012-11-13T20:24:57+00:00 app[web.1]: 
2012-11-13T20:24:57+00:00 app[web.1]: NoMethodError (undefined method `text' for nil:NilClass):
2012-11-13T20:24:57+00:00 app[web.1]:   lib/my_company/delayed_job_wrapper.rb:70:in `block in running_workers'
2012-11-13T20:24:57+00:00 app[web.1]:   lib/my_company/delayed_job_wrapper.rb:68:in `running_workers'
2012-11-13T20:24:57+00:00 app[web.1]:   lib/my_company/delayed_job_wrapper.rb:23:in `autostart'
2012-11-13T20:24:57+00:00 app[web.1]:   lib/my_company/delayed_job_wrapper.rb:17:in `feed'
2012-11-13T20:24:57+00:00 app[web.1]:   app/models/user.rb:101:in `block in introduce'
2012-11-13T20:24:57+00:00 app[web.1]:   app/models/user.rb:100:in `each'
2012-11-13T20:24:57+00:00 app[web.1]:   app/models/user.rb:100:in `introduce'
2012-11-13T20:24:57+00:00 app[web.1]:   app/controllers/advisors_controller.rb:66:in `intro'

GEMFILE

source 'http://rubygems.org'

require 'rubygems'

source 'https://code.stripe.com'

gem 'rails', '3.1.3'

gem 'thin'
gem 'newrelic_rpm'

gem "mongo", '1.5.2'
gem "mongoid", '2.4.3'

gem 'memcachier'
gem 'dalli'

gem 'delayed_job'
gem 'delayed_job_mongoid'

gem 'rack-cache'
#gem 'SystemTimer' #Not necessary, but memcache recommends it for performance.
#gem 'memcached-northscale', '0.17.1' #Notice it's memcached, with a D.

gem "heroku"

gem 'json'

#gem 'libxml-ruby'
#gem 'sqlite3-ruby', '1.2.5', :require => 'sqlite3'

gem 'ruby-hmac'
gem 'bcrypt-ruby'

gem 'bson_ext'

gem 'aws-sdk'

gem 'oauth2'

gem 'oauth'

gem 'stripe'

gem 'paperclip'
gem 'mongoid-paperclip'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.1.5'
#  gem 'coffee-rails', '~> 3.1.1'
  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

gem 'fb_graph'

group :development do
  gem 'rspec-rails', '2.7.0'
end

group :test do
  gem "rspec", "2.7.0"
  gem 'turn', '0.8.2', :require => false

  gem "autotest"
  gem "autotest-rails"
end
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T14:24:18+00:00Added an answer on June 14, 2026 at 2:24 pm

    The problem was that the Heroku gem was deprecated so I replaced the gem “heroku” in the gemfile with “heroku-api”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This error is not appearing when I m manually removing hibernate-validator.jar from JBoss Application
I have this error appearing in my web service and even though I'v had
This error is driving me crazy. I'm developing an App Engine Python application. These
I know from my server logs that an error first starts appearing at a
Why this error is appearing? I was just setting some default values in a
This error is driving me crazy . I tried freenode #emberjs before asking here.
This error come in log. from='kutbi1@360degree/Smack' to='akash@360degree/Smack' type='error' id='hK1L6-5'> <si xmlns='http://jabber.org/protocol/si' id='jsi_191216212994140179' mime-type='image/png' profile='http://jabber.org/protocol/si/profile/file-transfer'>
this error is always fired, when i'm try to free my allocated struct the
This code gives me this error:Cannot implicitly convert type ArrayList[] to ArrayList[][] at this
Got this error message while trying to load view: The model item passed into

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.