Skip to content

Instantly share code, notes, and snippets.

@jamland
Created August 12, 2013 19:04
Show Gist options
  • Save jamland/6213982 to your computer and use it in GitHub Desktop.
Save jamland/6213982 to your computer and use it in GitHub Desktop.
Intergalactic:airbrake-app andy$ foreman start -f Procfile.dev
22:03:46 resque.1 | started with pid 2381
22:03:46 logs.1 | started with pid 2382
22:03:46 api.1 | started with pid 2383
22:03:46 worker.1 | started with pid 2384
22:03:46 memcache.1 | started with pid 2379
22:03:46 scheduler.1 | started with pid 2385
22:03:46 redis.1 | started with pid 2380
22:03:46 logs.1 | Plan Load (0.5ms) SELECT `plans`.* FROM `plans` WHERE `plans`.`id` = 62 LIMIT 1
22:03:46 logs.1 | Integration Load (0.5ms) SELECT `integrations`.* FROM `integrations` INNER JOIN `services` ON `services`.`id` = `integrations`.`service_id` WHERE `integrations`.`project_id` = 1055 AND `integrations`.`active` = 1 AND (services.name = 'github') LIMIT 1
22:03:46 logs.1 | Integration Exists (0.3ms) SELECT 1 AS one FROM `integrations` INNER JOIN `services` ON `services`.`id` = `integrations`.`service_id` WHERE `integrations`.`project_id` = 1055 AND `integrations`.`active` = 1 AND (services.name = 'jira') LIMIT 1
22:03:46 logs.1 | Rendered api/v3/projects/show.json.rabl within layouts/application (11.9ms)
22:03:46 logs.1 | Completed 200 OK in 54ms (Views: 36.1ms | ActiveRecord: 4.4ms)
22:03:46 logs.1 | ActionController::RoutingError (No route matches [GET] "/assets/images/favicon.png"):
22:03:46 logs.1 |
22:03:46 redis.1 | [2380] 12 Aug 22:03:46.230 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
22:03:46 redis.1 | [2380] 12 Aug 22:03:46.232 * Max number of open files set to 10032
22:03:46 redis.1 | _._
22:03:46 redis.1 | _.-``__ ''-._
22:03:46 redis.1 | _.-`` `. `_. ''-._ Redis 2.6.14 (00000000/0) 64 bit
22:03:46 redis.1 | .-`` .-```. ```\/ _.,_ ''-._
22:03:46 redis.1 | ( ' , .-` | `, ) Running in stand alone mode
22:03:46 redis.1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
22:03:46 redis.1 | | `-._ `._ / _.-' | PID: 2380
22:03:46 redis.1 | `-._ `-._ `-./ _.-' _.-'
22:03:46 redis.1 | |`-._`-._ `-.__.-' _.-'_.-'|
22:03:46 redis.1 | | `-._`-._ _.-'_.-' | http://redis.io
22:03:46 redis.1 | `-._ `-._`-.__.-'_.-' _.-'
22:03:46 redis.1 | |`-._`-._ `-.__.-' _.-'_.-'|
22:03:46 redis.1 | | `-._`-._ _.-'_.-' |
22:03:46 redis.1 | `-._ `-._`-.__.-'_.-' _.-'
22:03:46 redis.1 | `-._ `-.__.-' _.-'
22:03:46 redis.1 | `-._ _.-'
22:03:46 redis.1 | `-.__.-'
22:03:46 redis.1 | [2380] 12 Aug 22:03:46.232 # Server started, Redis version 2.6.14
22:03:46 redis.1 | [2380] 12 Aug 22:03:46.233 * DB loaded from disk: 0.001 seconds
22:03:46 redis.1 | [2380] 12 Aug 22:03:46.233 * The server is now ready to accept connections on port 6379
22:03:47 scheduler.1 | I0812 22:03:47.914308 02433 context.go:390] scheduler] scheduler started using config /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/config/dev.json
22:03:47 scheduler.1 | E0812 22:03:47.914663 02433 context.go:398] scheduler] db.NewListener failed: dial tcp 127.0.0.1:5432: connection refused
22:03:47 scheduler.1 | exited with code 0
22:03:47 system | sending SIGTERM to all processes
SIGTERM received
22:03:47 redis.1 | [2380 | signal handler] (1376334227) Received SIGTERM, scheduling shutdown...
22:03:48 worker.1 | exited with code 2
22:03:48 api.1 | exited with code 2
22:03:48 logs.1 | terminated by SIGTERM
22:03:48 resque.1 | terminated by SIGTERM
22:03:48 memcache.1 | terminated by SIGTERM
22:03:48 redis.1 | [2380] 12 Aug 22:03:48.051 # User requested shutdown...
22:03:48 redis.1 | [2380] 12 Aug 22:03:48.051 * Saving the final RDB snapshot before exiting.
22:03:48 redis.1 | [2380] 12 Aug 22:03:48.054 * DB saved on disk
22:03:48 redis.1 | [2380] 12 Aug 22:03:48.054 # Redis is now ready to exit, bye bye...
22:03:48 redis.1 | exited with code 0
Intergalactic:airbrake-app andy$
@jamland
Copy link
Author

jamland commented Aug 12, 2013

Intergalactic:airbrake-app andy$ foreman start -f Procfile.dev
22:04:33 redis.1 | started with pid 2447
22:04:33 resque.1 | started with pid 2448
22:04:33 logs.1 | started with pid 2449
22:04:33 api.1 | started with pid 2450
22:04:33 worker.1 | started with pid 2451
22:04:33 memcache.1 | started with pid 2446
22:04:33 scheduler.1 | started with pid 2452
22:04:33 logs.1 | Plan Load (0.5ms) SELECT plans.* FROM plans WHERE plans.id = 62 LIMIT 1
22:04:33 logs.1 | Integration Load (0.5ms) SELECT integrations.* FROM integrations INNER JOIN services ON services.id = integrations.service_id WHERE integrations.project_id = 1055 AND integrations.active = 1 AND (services.name = 'github') LIMIT 1
22:04:33 logs.1 | Integration Exists (0.3ms) SELECT 1 AS one FROM integrations INNER JOIN services ON services.id = integrations.service_id WHERE integrations.project_id = 1055 AND integrations.active = 1 AND (services.name = 'jira') LIMIT 1
22:04:33 logs.1 | Rendered api/v3/projects/show.json.rabl within layouts/application (11.9ms)
22:04:33 logs.1 | Completed 200 OK in 54ms (Views: 36.1ms | ActiveRecord: 4.4ms)
22:04:33 logs.1 | ActionController::RoutingError (No route matches [GET] "/assets/images/favicon.png"):
22:04:33 logs.1 |
22:04:33 redis.1 | [2447] 12 Aug 22:04:33.776 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
22:04:33 redis.1 | [2447] 12 Aug 22:04:33.778 * Max number of open files set to 10032
22:04:33 redis.1 | .
22:04:33 redis.1 | .-__ ''-._ 22:04:33 redis.1 | _.- .. ''-._ Redis 2.6.14 (00000000/0) 64 bit
22:04:33 redis.1 | .-.-``.``\/ _.,_ ''-._ 22:04:33 redis.1 | ( ' , .- | , ) Running in stand alone mode 22:04:33 redis.1 | |-.-...- __...-.-._|'.-'| Port: 6379
22:04:33 redis.1 | |-._ ._ / .-' | PID: 2447
22:04:33 redis.1 |-._ -.
-./ _.-' _.-' 22:04:33 redis.1 | |-.-._-.**.-' .-'.-'|
22:04:33 redis.1 | | -._-.
.-'.-' | http://redis.io
22:04:33 redis.1 | -._-.-.**.-'_.-' _.-' 22:04:33 redis.1 | |-.-._-.**.-' .-'.-'|
22:04:33 redis.1 | | -._-._ .-'.-' |
22:04:33 redis.1 | -._-.-.**.-'_.-' _.-' 22:04:33 redis.1 | -. -.__.-' _.-' 22:04:33 redis.1 |-._ _.-'
22:04:33 redis.1 | -.__.-' 22:04:33 redis.1 | [2447] 12 Aug 22:04:33.779 # Server started, Redis version 2.6.14 22:04:33 redis.1 | [2447] 12 Aug 22:04:33.780 \* DB loaded from disk: 0.001 seconds 22:04:33 redis.1 | [2447] 12 Aug 22:04:33.780 \* The server is now ready to accept connections on port 6379 22:04:35 scheduler.1 | I0812 22:04:35.490172 02500 context.go:390] scheduler] scheduler started using config /Users/andy/Sites/gocode/src/github.com/airbrake/goab/app/config/dev.json 22:04:35 scheduler.1 | E0812 22:04:35.490475 02500 context.go:398] scheduler] db.NewListener failed: dial tcp 127.0.0.1:5432: connection refused 22:04:35 scheduler.1 | exited with code 0 22:04:35 system | sending SIGTERM to all processes SIGTERM received 22:04:35 logs.1 | terminated by SIGTERM 22:04:35 redis.1 | [2447 | signal handler](1376334275) Received SIGTERM, scheduling shutdown... 22:04:35 memcache.1 | terminated by SIGTERM 22:04:35 resque.1 | rake aborted! 22:04:35 resque.1 | SIGTERM 22:04:35 resque.1 | /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in eval'
22:04:35 resque.1 | /Users/andy/.rvm/gems/ruby-2.0.0-p247@airbrake/bin/ruby_noexec_wrapper:14:in`

'
22:04:35 resque.1 | (See full trace by running task with --trace)
22:04:35 redis.1 | [2447] 12 Aug 22:04:35.588 # User requested shutdown...
22:04:35 redis.1 | [2447] 12 Aug 22:04:35.588 * Saving the final RDB snapshot before exiting.
22:04:35 redis.1 | [2447] 12 Aug 22:04:35.590 * DB saved on disk
22:04:35 redis.1 | [2447] 12 Aug 22:04:35.590 # Redis is now ready to exit, bye bye...
22:04:35 worker.1 | exited with code 2
22:04:35 api.1 | exited with code 2
22:04:35 resque.1 | exited with code 1
22:04:35 redis.1 | exited with code 0
Intergalactic:airbrake-app andy$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment