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

  • Home
  • SEARCH
  • 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 6162309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:37:54+00:00 2026-05-23T21:37:54+00:00

I am using free Heroku plan with shared database. Cedar stack, Rails 3.1.0.rc4. When

  • 0

I am using free Heroku plan with shared database. Cedar stack, Rails 3.1.0.rc4.

When launching the application I constantly get this error, which breaks the process and which sometimes disappears after a random push:

2011-07-21T08:36:17+00:00 heroku[web.1]: Starting process with
command: bundle exec rails server -p 11382 thin
2011-07-21T08:36:23+00:00 app[web.1]: => Booting Thin
2011-07-21T08:36:23+00:00 app[web.1]: => Rails 3.1.0.rc4 application
starting in production on http://0.0.0.0:11382
2011-07-21T08:36:23+00:00 app[web.1]: => Call with -d to detach
2011-07-21T08:36:23+00:00 app[web.1]: => Ctrl-C to shutdown server
2011-07-21T08:36:23+00:00 app[web.1]: Exiting
2011-07-21T08:36:23+00:00 app[web.1]:
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:987:in
initialize': FATAL: connection limit exceeded for non-superusers
(PGError) 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:987:in
new’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:987:in
connect' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:260:in
initialize’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:27:in
new' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/postgresql_adapter.rb:27:in
postgresql_connection’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in
new_connection' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:302:in
checkout_new_connection’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:254:in
block (2 levels) in checkout' 2011-07-21T08:36:23+00:00 app[web.1]:
from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:250:in
loop’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:250:in
block in checkout' 2011-07-21T08:36:23+00:00 app[web.1]: from
/usr/local/lib/ruby/1.9.1/monitor.rb:201:in
mon_synchronize’
2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:249:in
checkout' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:151:in
con

2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_pool.rb:388:in
retrieve_connection' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_specification.rb:107:in
retrieve_connection’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/connection_adapters/abstract/connection_specification.rb:89:in
connection' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/base.rb:704:in
table_exists?’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.1.0.rc4/lib/active_record/base.rb:789:in
attribute_names' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0.rc4/lib/action_controller/metal/params_wrapper.rb:169:in
_set_wrapper_defaults’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0.rc4/lib/action_controller/metal/params_wrapper.rb:129:in
inherited' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0.rc4/lib/abstract_controller/railties/routes_helpers.rb:7:in
block (2 levels) in with’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.0.rc4/lib/action_controller/railties/paths.rb:7:in
block (2 levels) in with' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/app/controllers/customers_controller.rb:1:in
‘
2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in
require' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in
block in require’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:225:in
load_dependency' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in
require’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:344:in
require_or_load' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:298:in
depend_on’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:214:in
require_dependency' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/engine.rb:399:in
block (2 levels) in eager_load!’ 2011-07-21T08:36:23+00:00
app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/engine.rb:398:in
each' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/engine.rb:398:in
block in eager_load!’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/engine.rb:396:in
each' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/engine.rb:396:in
eager_load!’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/application.rb:83:in
eager_load!' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/application/finisher.rb:51:in
block in ‘ 2011-07-21T08:36:23+00:00 app[web.1]:
from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/initializable.rb:25:in
instance_exec' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/initializable.rb:25:in
run’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/initializable.rb:50:in
block in run_initializers' 2011-07-21T08:36:23+00:00 app[web.1]:
from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/initializable.rb:49:in
each’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/initializable.rb:49:in
run_initializers' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/application.rb:96:in
initialize!’ 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.0.rc4/lib/rails/railtie/configurable.rb:30:in
method_missing' 2011-07-21T08:36:23+00:00 app[web.1]: from
/app/config/environment.rb:5:in
‘
2011-07-21T08:36:23+00:00 app[web.1]: from /app/config.ru:4:in `block
in ‘ 2011-07-21T08:36:23+00:00 heroku[web.1]: Process exited
2011-07-21T08:36:24+00:00 heroku[web.1]: State changed from starting
to crashed 2011-07-21T08:36:24+00:00 heroku[router]: Error H10 (App
crashed) -> GET dyno= queue= wait= service=
status=503 bytes= 2011-07-21T08:36:25+00:00 heroku[router]: Error H10

I don’t see any piece of my own code in this message.

  • 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-05-23T21:37:55+00:00Added an answer on May 23, 2026 at 9:37 pm

    That’s a Postgresql error messsage that you get when you have more connections than specified in the max_connections setting in postgresql.conf. Unless you can change that yourself, you’ll probably have to contact Heroku support.

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

Sidebar

Related Questions

I'm currently testing a web app on Heroku and using their free 5MB shared
I am having difficulty deploying my application to Heroku (using the free 5MB space
I'm doing this application in C# using the free Krypton Toolkit but the Krypton
Following the advice of wcoenen, I've decided to try using registration-free COM. This works
Anyone getting this error when using the new free chart controls MS bought from
We are using Rails 3.0.X and running our web app on Heroku. We are
I'm toying with a Play 1.2.3 application (Java) using a Heroku instance with a
Using Lazarus/Free Pascal, how can I get the user privileges of the user running
I'm using this free RegExp Designer which does find and replace. How do I
I am currently using free version of Google Apps for hosting my email.It works

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.