Deploying Rails app to heroku error (sqlite3->Postgresql)? [closed] - ruby-on-rails

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I'm suddenly getting an "Application Error" when I deploy some changes to my rails app on heroku. And not really sure why and I can't find a proper solution.
Here are the logs:
2012-10-22T20:05:26+00:00 heroku[slugc]: Slug compilation started
2012-10-22T20:06:54+00:00 heroku[web.1]: State changed from up to starting
2012-10-22T20:06:54+00:00 heroku[slugc]: Slug compilation finished
2012-10-22T20:06:56+00:00 heroku[web.1]: Starting process with command `bundle e
xec rails server -p 28612`
2012-10-22T20:06:56+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2012-10-22T20:06:57+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server
.rb:90:in `select'
2012-10-22T20:06:57+00:00 app[web.1]: [2012-10-22 20:06:57] ERROR SignalExceptio
n: SIGTERM
2012-10-22T20:07:06+00:00 heroku[web.1]: Stopping remaining processes with SIGKI
LL
2012-10-22T20:07:06+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least on
e process failed to exit within 10 seconds of SIGTERM
2012-10-22T20:07:08+00:00 heroku[web.1]: Process exited with status 137
2012-10-22T20:07:57+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process
failed to bind to $PORT within 60 seconds of launch
2012-10-22T20:07:57+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-10-22T20:07:58+00:00 heroku[web.1]: State changed from starting to crashed
2012-10-22T20:07:58+00:00 heroku[web.1]: State changed from crashed to starting
2012-10-22T20:07:58+00:00 heroku[web.1]: Process exited with status 137
2012-10-22T20:08:01+00:00 heroku[web.1]: Starting process with command `bundle e
xec rails server -p 26859`
2012-10-22T20:09:01+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process
failed to bind to $PORT within 60 seconds of launch
2012-10-22T20:09:01+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-10-22T20:09:02+00:00 heroku[web.1]: Process exited with status 137
2012-10-22T20:09:02+00:00 heroku[web.1]: State changed from starting to crashed
2012-10-22T20:09:27+00:00 heroku[router]: Error H10 (App crashed) -> GET www.thr
illengine.com/ dyno= queue= wait= service= status=503 bytes=`
In development it works fine.
Update:
40 min later everything is back to normal and working. Strange, considering that I didn't really do nothing.
Anyone else experiencing something similar?

Does the gem file has pg gem?
did u migrate your db on production DB?
does the deploy give any errors?

Related

Grails 2.3.0 app has timeout and memory issues on Heroku

I'm trying to deploy a Grails 2.3.0 app to Heroku. When I was using Grails 2.2.x for the app, it deployed and ran fine. Now with 2.3.0, it fails with timeout and OOM errors. I have it set to use Java 7 in system.properties. Here's the errors I see when running "heroku logs --tail":
2014-12-05T00:08:24.391652+00:00 heroku[web.1]: State changed from crashed to starting
2014-12-05T00:08:29.983768+00:00 heroku[web.1]: Starting process with command `java -Xmx384m -Xms384m -Xss512k -XX:+UseCompressedOops -XX:+UseCompressedOops -jar server/jetty-runner.jar --port 8749 target/*.war`
2014-12-05T00:08:30.507883+00:00 app[web.1]: Picked up JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true -Djava.rmi.server.useCodebaseOnly=true
2014-12-05T00:08:30.775203+00:00 app[web.1]: 2014-12-05 00:08:30.772:INFO:omjr.Runner:Runner
2014-12-05T00:08:30.890872+00:00 app[web.1]: 2014-12-05 00:08:30.890:INFO:oejw.WebInfConfiguration:Extract jar:file:/app/target/happytrails-3.0.war!/ to /tmp/jetty-0.0.0.0-8749-happytrails-3.0.war-_-any-/webapp
2014-12-05T00:08:30.775207+00:00 app[web.1]: 2014-12-05 00:08:30.773:WARN:omjr.Runner:No tx manager found
2014-12-05T00:08:30.828575+00:00 app[web.1]: 2014-12-05 00:08:30.828:INFO:omjr.Runner:Deploying file:/app/target/happytrails-3.0.war # /
2014-12-05T00:08:30.852579+00:00 app[web.1]: 2014-12-05 00:08:30.852:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT
2014-12-05T00:08:36.074408+00:00 app[web.1]: 2014-12-05 00:08:36.074:INFO:oejpw.PlusConfiguration:No Transaction manager found - if your webapp requires one, please configure one.
2014-12-05T00:08:44.993355+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-12-05T00:08:44.992982+00:00 heroku[web.1]: Process running mem=517M(101.1%)
2014-12-05T00:08:46.932382+00:00 app[web.1]: 2014-12-05 00:08:46.932:INFO:/:No Spring WebApplicationInitializer types detected on classpath
2014-12-05T00:08:56.990777+00:00 app[web.1]: 2014-12-05 00:08:56.990:INFO:/:Initializing Spring root WebApplicationContext
2014-12-05T00:09:05.200324+00:00 heroku[web.1]: Process running mem=527M(103.1%)
2014-12-05T00:09:05.200631+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-12-05T00:09:24.849286+00:00 heroku[web.1]: Process running mem=564M(110.3%)
2014-12-05T00:09:24.849513+00:00 heroku[web.1]: Error R14 (Memory quota exceeded)
2014-12-05T00:09:25.102440+00:00 app[web.1]: ... finished configuring Spring Security UI
2014-12-05T00:09:24.994440+00:00 app[web.1]:
2014-12-05T00:09:25.102449+00:00 app[web.1]:
2014-12-05T00:09:24.994449+00:00 app[web.1]: Configuring Spring Security UI ...
2014-12-05T00:09:30.388655+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2014-12-05T00:09:30.388896+00:00 heroku[web.1]: Stopping process with SIGKILL
2014-12-05T00:09:31.239678+00:00 heroku[web.1]: Process exited with status 137
2014-12-05T00:09:31.250495+00:00 heroku[web.1]: State changed from starting to crashed
heroku config shows the following variables:
BUILDPACK_URL: https://github.com/heroku/heroku-buildpack-grails
JAVA_OPTS: -Xmx384m -Xms384m -Xss512k -XX:+UseCompressedOops
JAVA_TOOL_OPTIONS: -Djava.net.preferIPv4Stack=true
The project I'm trying to deploy can be found on GitHub at https://github.com/jamesward/happytrails/tree/grails2.

`heroku run rake db:migrate` fails with error `R99` from yesterday

I've tried heroku run rake db:migrate and get Connection timed out error.
Adn heroku logs shows this error.
2013-10-18T10:07:20.765963+00:00 heroku[run.5173]: Awaiting client
2013-10-18T10:07:30.324619+00:00 heroku[run.5173]: Error R99 (Platform
error) -> Failed to launch the dyno within 10 seconds
2013-10-18T10:07:30.324809+00:00 heroku[run.5173]: Stopping process
with SIGKILL 2013-10-18T10:07:50.767590+00:00 heroku[run.5173]: Error
R13 (Attach error) -> Failed to attach to process
2013-10-18T10:07:51.840739+00:00 heroku[run.5173]: Process exited with
status 128 2013-10-18T10:07:30.363887+00:00 heroku[run.5173]: State
changed from starting to complete
According to the document, there is nothing that I can do with R99 error, except for waiting.
But I've been trying the command from yesterday, and still getting errors.
What should I do to solve this problem?

Why didn't my rails app on heroku restart itself?

I manage a rails app for a client of mine and recently it went down. The site was down for 9 hours before I noticed. I checked the logs and every request for the past 9 hours is prepended with the following code:
at=error code=H10 desc="App crashed"
Before that, I see the following logs:
2012-11-16T00:55:46+00:00 heroku[web.1]: Idling
2012-11-16T00:55:50+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2012-11-16T00:55:51+00:00 app[web.1]: [2012-11-16 00:55:51] ERROR SignalException: SIGTERM
2012-11-16T00:55:51+00:00 app[web.1]: /usr/local/lib/ruby/1.9.1/webrick/server.rb:90:in `select'
2012-11-16T00:56:00+00:00 heroku[web.1]: Error R12 (Exit timeout) -> At least one process failed to exit within 10 seconds of SIGTERM
2012-11-16T00:56:00+00:00 heroku[web.1]: Stopping remaining processes with SIGKILL
2012-11-16T00:56:02+00:00 heroku[web.1]: State changed from up to down
2012-11-16T00:56:02+00:00 heroku[web.1]: Process exited with status 137
2012-11-16T01:03:55+00:00 heroku[web.1]: Unidling
2012-11-16T01:03:55+00:00 heroku[web.1]: State changed from down to starting
2012-11-16T01:03:59+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 4303`
2012-11-16T01:04:00+00:00 heroku[nginx]: 98.139.241.251 - - [16/Nov/2012:01:04:00 +0000] "GET / HTTP/1.1" 499 0 "-" "YahooCacheSystem" domain.com
2012-11-16T01:04:22+00:00 app[web.1]: => Ctrl-C to shutdown server
2012-11-16T01:04:22+00:00 app[web.1]: ** [NewRelic][11/16/12 01:04:21 +0000 b8af98a1-2246-4b34-9dfe-61b9d4b747bc (2)] INFO : Dispatcher: webrick
2012-11-16T01:04:22+00:00 app[web.1]: ** [NewRelic][11/16/12 01:04:21 +0000 b8af98a1-2246-4b34-9dfe-61b9d4b747bc (2)] INFO : Application: acsolar
2012-11-16T01:04:22+00:00 app[web.1]: ** [NewRelic][11/16/12 01:04:21 +0000 b8af98a1-2246-4b34-9dfe-61b9d4b747bc (2)] INFO : New Relic Ruby Agent 3.4.0.1 Initialized: pid = 2
2012-11-16T01:04:22+00:00 app[web.1]: => Booting WEBrick
2012-11-16T01:04:22+00:00 app[web.1]: => Rails 3.1.1 application starting in production on http://0.0.0.0:4303
2012-11-16T01:04:22+00:00 app[web.1]: => Call with -d to detach
2012-11-16T01:04:25+00:00 app[web.1]: [DEPRECATION] Your applications public directory contains an assets/products and/or assets/taxons subdirectory.
2012-11-16T01:04:25+00:00 app[web.1]: Run `rake spree:assets:relocate_images` to relocate the images.
2012-11-16T01:04:34+00:00 app[web.1]: ** [NewRelic][11/16/12 01:04:32 +0000 b8af98a1-2246-4b34-9dfe-61b9d4b747bc (2)] INFO : Reporting performance data every 60 seconds.
2012-11-16T01:04:34+00:00 app[web.1]: Connected to NewRelic Service at collector-5.newrelic.com
2012-11-16T01:05:00+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2012-11-16T01:05:00+00:00 heroku[web.1]: Stopping process with SIGKILL
2012-11-16T01:05:02+00:00 heroku[web.1]: Process exited with status 137
2012-11-16T01:05:02+00:00 heroku[web.1]: State changed from crashed to down
2012-11-16T01:05:02+00:00 heroku[web.1]: State changed from starting to crashed
I'm guessing that it may have spun down and had an error booting back up, but how come it stayed in the crashed state without restarting itself? Is there anything I can do to have it automatically restart if this happens again in the future?
I've got NewRelic running on this too and it didn't notify me at all, but that's another problem I'll have to investigate.
Heroku's support answer suggests restarting your app manually with heroku restart. They're fixing the issue right now.
Hi, A process management error on our side caused some crashed apps
only running 1 web dyno to be reported as "idle" even though they were
actually crashed. This means that the crashed dyno was never
restarted, causing subsequent requests to fail. We've identified this
problem and are implementing a fix. If your app is still unresponsive,
please try restarting it with the heroku restart command. Please let
us know if you need more help. Thanks, Heroku Support

Rails app hosted on heroku: Error R12 (Exit timeout)

I have a Rails 3.1.4 app hosted on heroku. I have added the logentries add-on.
I didn't touch the default configuration for alerts, and I now receive every few hours an alert: 'Exit timeout':
Exit timeout: Heroku/myappname
2012-03-23 11:01:41.723
168 <40>1 2012-03-23T11:01:41+00:00 d. heroku web.1 - - Error R12 (Exit timeout) -> Process failed to exit within 10 seconds of SIGTERM
You are receiving this email because your Logentries alarm "Exit timeout"
has been triggered.
In context:
2012-03-23 11:01:28.878 95 <40>1 2012-03-23T11:01:28+00:00 d. heroku web.1 - - Idling
2012-03-23 11:01:31.740 118 <40>1 2012-03-23T11:01:31+00:00 d. heroku web.1 - - Stopping process with SIGTERM
2012-03-23 11:01:41.723 168 <40>1 2012-03-23T11:01:41+00:00 d. heroku web.1 - - Error R12 (Exit timeout) -> Process failed to exit within 10 seconds of SIGTERM
The logs nor this email alert do not give me anything useful to start looking for this issue.
I have a very low traffic (application still in private beta). I suspect it's heroku shutting down the application, and my application does not respond as expected to the SIGTERM signal.
I do not have anything fancy in the application (such as a rake task launched with Heroku Scheduler).
The only thing slightly out of the ordinary is the use of the gem apn_on_rails, which open a connection to Apple's APN servers.
Do you have any idea what is causing this? Should I just ignore this and turn the alert off?
If you're using webrick to run your application on Heroku, you should switch to using 'thin': See https://devcenter.heroku.com/articles/rails3#webserver
This removed all occurrences of the R12 error from my logs.

Logger Issues - Rails Heroku / Foreman in Dev

I seem to have a very odd issue.... I am trying to develop a Rails app to be deployed on Heroku using Unicorn - as such I'm using Foreman in my local development environment to try to replicate production as closely as possible.
As you'd expect, my web/worker processes output to the development.log file in path/to/app/log. If I navigate to the file, it contains everything you would expect.
However if I use the command
tail -f log/development.log
(from the app path), I get log output from HEROKU!! How is this possible? (e.g.):
app[web.1]: [Worker(host:xxxx-xxx-xxx pid:5)] Starting job worker
heroku[web.1]: Idling
heroku[web.1]: Stopping process with SIGTERM
app[web.1]: I, [2012-02-19xxx-xxx-xxx #1] INFO -- : reaped #<Process::Status: pid 7 exit 0> worker=0
app[web.1]: I, [2012-02-19xxx-xxx-xxx #1] INFO -- : reaped #<Process::Status: pid 11 exit 0> worker=1
app[web.1]: I, [2012-02-19xxx-xxx-xxx #1] INFO -- : reaped #<Process::Status: pid 14 exit 0> worker=2
app[web.1]: I, [2012-02-19xxx-xxx-xxx #1] INFO -- : master complete
heroku[web.1]: Process exited with status 0
heroku[web.1]: State changed from up to down
heroku[slugc]: Slug compilation started
heroku[api]: Release v22 created by brandon#example.com
heroku[api]: Deploy xxxx by randon#example.com
heroku[slugc]: Slug compilation finished
This is really annoying as I can't properly see my development log... help would be appreciated!
This isn't something that Foreman's doing.
What happens if you just look at log/development.log? Is it the same?
Do you have any wacky aliases setup that might be causing this?

Resources