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 7019425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:10:53+00:00 2026-05-27T23:10:53+00:00

Anybody can help? I’m pasting the log from heroku logs Under development everything works

  • 0

Anybody can help? I’m pasting the log from heroku logs

Under development everything works fine as usual, when I upload it to heroku it crashes. I don’t know why, I can’t fix it despite all the solutions found in web.

MacBook-Pro-Maciej-Simm:SGHub maciejsimm$ heroku logs
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:302:in 
`depend_on'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`require'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/railtie/configurable.rb:30:in `method
_missing'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `instance_exec
'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:55:in `block in run_
initializers'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `run'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `run_initializ
ers'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `each'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/application.rb:96:in `initialize!'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/config/environment.rb:5:in `<top (required)>'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/config.ru:4:in `require'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/config.ru:4:in `block in <main>'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:40:in `parse_file'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:200:in `app'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/server.rb:46:in `app'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:301:in `wrapped_app'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/server.rb:70:in `start'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:54:in `block in <top (req
uired)>'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/config.ru:1:in `<main>'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `tap'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `<top (required)>'
2012-01-06T03:20:30+00:00 app[web.1]:   from script/rails:6:in `require'
2012-01-06T03:20:30+00:00 app[web.1]:   from script/rails:6:in `<main>'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:40:in `eval'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:252:in `start'
2012-01-06T03:20:30+00:00 app[web.1]:   from /app/config.ru:1:in `new'
2012-01-06T03:20:31+00:00 heroku[web.1]: State changed from starting to crashed
2012-01-06T03:20:31+00:00 heroku[web.1]: State changed from crashed to created
2012-01-06T03:20:31+00:00 heroku[web.1]: State changed from created to starting
2012-01-06T03:20:32+00:00 heroku[web.1]: Process exited
2012-01-06T03:20:36+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 33719`
2012-01-06T03:20:41+00:00 app[web.1]: => Booting WEBrick
2012-01-06T03:20:41+00:00 app[web.1]: => Rails 3.1.3 application starting in production on http://0.0.0.0:33719
2012-01-06T03:20:41+00:00 app[web.1]: Exiting
2012-01-06T03:20:41+00:00 app[web.1]: /app/app/helpers/sessions_helper.rb:34: invalid multibyte char (US-ASCII)
2012-01-06T03:20:41+00:00 app[web.1]: /app/app/helpers/sessions_helper.rb:34: syntax error, unexpected $end, expecting keyword_end
2012-01-06T03:20:41+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in `requir
e': /app/app/helpers/sessions_helper.rb:34: invalid multibyte char (US-ASCII) (SyntaxError)
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`block in require'
2012-01-06T03:20:41+00:00 app[web.1]: => Ctrl-C to shutdown server
2012-01-06T03:20:41+00:00 app[web.1]: ..._path, :notice => "Zaloguj się aby zobaczyć tą stronę"
2012-01-06T03:20:41+00:00 app[web.1]: ...                               ^
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:225:in 
`load_dependency'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`require'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:302:in 
`depend_on'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/abstract_controller/helpers.rb:135:in `bl
ock in modules_for_helpers'
2012-01-06T03:20:41+00:00 app[web.1]: => Call with -d to detach
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:214:in 
`require_dependency'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/abstract_controller/helpers.rb:131:in `mo
dules_for_helpers'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/abstract_controller/helpers.rb:95:in `hel
per'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/action_controller/railties/paths.rb:17:in
 `block (2 levels) in with'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/app/controllers/application_controller.rb:1:in `<top (required)>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/action_controller/metal/helpers.rb:89:in 
`modules_for_helpers'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/actionpack-3.1.3/lib/abstract_controller/helpers.rb:131:in `ma
p!'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:348:in 
`require_or_load'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:214:in 
`require_dependency'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:348:in 
`require_or_load'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:225:in 
`load_dependency'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`block in require'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`require'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:302:in 
`depend_on'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in 
`require'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/application/finisher.rb:51:in `block 
in <module:Finisher>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/engine.rb:414:in `each'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/engine.rb:417:in `block (2 levels) in
 eager_load!'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/engine.rb:416:in `each'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/engine.rb:416:in `block in eager_load
!'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `run'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:55:in `block in run_
initializers'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/application.rb:96:in `initialize!'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `each'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `instance_exec
'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/railtie/configurable.rb:30:in `method
_missing'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/engine.rb:414:in `eager_load!'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/config/environment.rb:5:in `<top (required)>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/config.ru:4:in `require'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/config.ru:1:in `new'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/config.ru:4:in `block in <main>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:40:in `eval'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/config.ru:1:in `<main>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:200:in `app'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:252:in `start'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/server.rb:70:in `start'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands/server.rb:46:in `app'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `run_initializ
ers'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:40:in `parse_file'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:54:in `block in <top (req
uired)>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `<top (required)>'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/rack-1.3.6/lib/rack/server.rb:301:in `wrapped_app'
2012-01-06T03:20:41+00:00 app[web.1]:   from /app/vendor/bundle/ruby/1.9.1/gems/railties-3.1.3/lib/rails/commands.rb:49:in `tap'
2012-01-06T03:20:41+00:00 app[web.1]:   from script/rails:6:in `require'
2012-01-06T03:20:41+00:00 app[web.1]:   from script/rails:6:in `<main>'
2012-01-06T03:20:43+00:00 heroku[web.1]: State changed from starting to crashed
2012-01-06T03:20:43+00:00 heroku[web.1]: Process exited
2012-01-06T03:20:45+00:00 heroku[router]: Error H10 (App crashed) -> GET afternoon-earth-4144.herokuapp.com/ dyno= queue= wait= service= statu
s=503 bytes=
2012-01-06T03:20:46+00:00 heroku[router]: Error H10 (App crashed) -> GET afternoon-earth-4144.herokuapp.com/favicon.ico dyno= queue= wait= ser
vice= status=503 bytes=
2012-01-06T03:20:51+00:00 heroku[router]: Error H10 (App crashed) -> GET afternoon-earth-4144.herokuapp.com/ dyno= queue= wait= service= statu
s=503 bytes=
MacBook-Pro-Maciej-Simm:SGHub maciejsimm$ 
  • 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-27T23:10:53+00:00Added an answer on May 27, 2026 at 11:10 pm

    The problem seems to be right here:

    /app/app/helpers/sessions_helper.rb:34: invalid multibyte char (US-ASCII)
    ...
    ..._path, :notice => "Zaloguj się aby zobaczyć tą stronę"
                                      ^
    

    Note the “US-ASCII” in the error. I’m guessing that your source is actually UTF-8 so try adding this comment:

    # encoding: UTF-8
    

    at the top of app/helpers/sessions_helper.rb. That will tell Ruby that that source file is UTF-8. You’ll probably need that in other source files as well.

    An alternative would be to set your language at Heroku to something UTF:

    $ heroku config:add LANG=pl_PL.UTF-8
    

    I’m not sure if Heroku will be happy with Polish so you might need to use en_US.UTF-8 instead.

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

Sidebar

Related Questions

Can anybody help me with retrieving some elements from the following example text: sdfaasdflj
I need to retrieve data from within a specific date range.Anybody can help me
I would be extremely appreciative if anybody can help me. I am learning C++
Can anybody help me to build an XSD file to validate XMLs like these:
Can anybody help me out to know the possible reasons for which Apple store
Can anybody help me in finding out how to verify that _tmkdir succeeded. For
Can anybody help how to setup a automatic backup of mysql database and then
can anybody help me how to nice integrate doctrine 2.0 into ZF 1.10? I
Can anybody help me writing a regular expression to replace these characters with a
Can anybody help me with this simple code?? #include <iostream> using namespace std; void

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.