Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to start unicorn #1

Closed
kris-luminar opened this issue Sep 27, 2013 · 4 comments
Closed

unable to start unicorn #1

kris-luminar opened this issue Sep 27, 2013 · 4 comments

Comments

@kris-luminar
Copy link

When I try to start to unicorn server I get stuff like this

E, [2013-09-27T11:13:08.147770 #83109] ERROR -- : reaped #<Process::Status: pid 83603 exit 1> worker=0
I, [2013-09-27T11:13:08.148688 #83109]  INFO -- : worker=0 spawning...
I, [2013-09-27T11:13:08.150216 #83604]  INFO -- : worker=0 spawned pid=83604
I, [2013-09-27T11:13:08.150534 #83604]  INFO -- : Refreshing Gem list
config.ru:1:in `require': cannot load such file -- app (LoadError)
        from config.ru:1:in `block in <main>'

I think this is weird becauseconfig.ru:1 just requires app, which should be able to pull in app.rb, which is in the same directory as config.ru.

My environment:

  • Mac OS 10.8.5
  • ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-darwin12.4.0]
  • rvm 1.21.19 (stable)
@UnsafePointer
Copy link
Contributor

I'm having the same problem. Have you resolve this issue?

@kris-luminar
Copy link
Author

@Ruenzuo nope. I gave up and used a different project.

@UnsafePointer
Copy link
Contributor

@kris-luminar I have solved this issue. You can check the pull request #3 and see it that works for you.

@chrisn
Copy link
Member

chrisn commented Oct 29, 2013

@Ruenzuo Thanks for fixing this, we really appreciate it!

@chrisn chrisn closed this as completed Oct 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants