Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Postal does not start up Rake error #2

Open
shyim opened this issue Mar 6, 2020 · 4 comments
Open

Postal does not start up Rake error #2

shyim opened this issue Mar 6, 2020 · 4 comments

Comments

@shyim
Copy link

shyim commented Mar 6, 2020

09:43:58 requeuer.1         | Started with PID 1982
09:43:58 requeuer.1         | => rake aborted!
09:43:58 requeuer.1         | => LoadError: cannot load such file -- /opt/postal/config/application
09:43:58 requeuer.1         | => /opt/postal/Rakefile:4:in `require_relative'
09:43:58 requeuer.1         | => /opt/postal/Rakefile:4:in `<top (required)>'
09:43:58 requeuer.1         | => /opt/postal/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
09:43:58 requeuer.1         | => /usr/local/bundle/bin/bundle:23:in `load'
09:43:58 requeuer.1         | => /usr/local/bundle/bin/bundle:23:in `<main>'
09:43:58 requeuer.1         | => (See full trace by running task with --trace)
09:43:58 cron.1             | => rake aborted!
09:43:58 cron.1             | => LoadError: cannot load such file -- /opt/postal/config/application
09:43:58 cron.1             | => /opt/postal/Rakefile:4:in `require_relative'
09:43:58 cron.1             | => /opt/postal/Rakefile:4:in `<top (required)>'
09:43:58 cron.1             | => /opt/postal/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
09:43:58 cron.1             | => /usr/local/bundle/bin/bundle:23:in `load'
09:43:58 cron.1             | => /usr/local/bundle/bin/bundle:23:in `<main>'
09:43:58 cron.1             | => (See full trace by running task with --trace)
09:43:58 worker.1           | => script/worker.rb:2:in `require_relative': cannot load such file -- /opt/postal/config/environment (LoadError)
09:43:58 worker.1           | =>        from script/worker.rb:2:in `<main>'
09:43:58 smtp.1             | => rake aborted!
09:43:58 smtp.1             | => LoadError: cannot load such file -- /opt/postal/config/application
09:43:58 smtp.1             | => /opt/postal/Rakefile:4:in `require_relative'
09:43:58 smtp.1             | => /opt/postal/Rakefile:4:in `<top (required)>'
09:43:58 smtp.1             | => /opt/postal/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake:27:in `<top (required)>'
09:43:58 smtp.1             | => /usr/local/bundle/bin/bundle:23:in `load'
09:43:58 smtp.1             | => /usr/local/bundle/bin/bundle:23:in `<main>'
09:43:58 smtp.1             | => (See full trace by running task with --trace)
09:43:58 web.1              | => bundler: failed to load command: puma (/opt/postal/vendor/bundle/ruby/2.6.0/bin/puma)
09:43:58 web.1              | => Errno::ENOENT: No such file or directory @ rb_sysopen - config/puma.rb
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/dsl.rb:46:in `read'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/dsl.rb:46:in `_load_from'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/configuration.rb:195:in `block in load'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/configuration.rb:195:in `each'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/configuration.rb:195:in `load'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/launcher.rb:58:in `initialize'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/cli.rb:71:in `new'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/lib/puma/cli.rb:71:in `initialize'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/bin/puma:8:in `new'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/gems/puma-4.3.1/bin/puma:8:in `<top (required)>'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/bin/puma:23:in `load'
09:43:58 web.1              | =>   /opt/postal/vendor/bundle/ruby/2.6.0/bin/puma:23:in `<top (required)>'
@tiredofit
Copy link
Owner

OK, missing Puma for some reason on an automated build. To look into in a couple days, otherwise try earlier relase.

@shyim
Copy link
Author

shyim commented Mar 6, 2020

There is only one tag 🤔

@tiredofit
Copy link
Owner

Oh dear. Added to list on Monday after I review my production copy.
Potentially has changed on upstream so will investigate.

@shyim
Copy link
Author

shyim commented Mar 6, 2020

No problem. Have a good weekend 😊

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants