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

Restarting Puma on CentOS Broke #918

Closed
rodrigdav opened this issue Mar 2, 2016 · 10 comments
Closed

Restarting Puma on CentOS Broke #918

rodrigdav opened this issue Mar 2, 2016 · 10 comments

Comments

@rodrigdav
Copy link

We updated puma to 3.0.1 and all of a sudden I can't restart or start puma. When I try to restart/start the application I get the following

NameError: undefined local variable or method restart_args' for #Puma::Single:0xbb095
jruby_daemon_start at /opt/ruby/lib/ruby/gems/shared/gems/puma-3.0.1-java/lib/puma/single.rb:35
run at /opt/ruby/lib/ruby/gems/shared/gems/puma-3.0.1-java/lib/puma/single.rb:74
run at /opt/ruby/lib/ruby/gems/shared/gems/puma-3.0.1-java/lib/puma/launcher.rb:173
run at /opt/ruby/lib/ruby/gems/shared/gems/puma-3.0.1-java/lib/puma/cli.rb:74
at /opt/ruby/lib/ruby/gems/shared/gems/puma-3.0.1-java/bin/puma:10
load at org/jruby/RubyKernel.java:957
at bin/puma:16`

Any thoughts?

This is running on a Centos 6.6 server and running on jruby 9.0.4.0

@donv
Copy link

donv commented Mar 3, 2016

I can confirm the issue on our system, CentOS release 5.11 + jruby-9.0.5.0

@rodrigdav
Copy link
Author

If I go back to puma version 2.12.2 which is what we were using before it starts working again.

@donv
Copy link

donv commented Mar 5, 2016

Puma 2.16.0 is working for us.

@evanphx
Copy link
Member

evanphx commented Mar 6, 2016

Sorry about that! Fix showing up VERY shortly!

@donv
Copy link

donv commented Mar 6, 2016

@evanphx Thanks! Looking forward to it. Puma is great!

@evanphx evanphx closed this as completed in d7c13dd Mar 6, 2016
@donv
Copy link

donv commented Mar 6, 2016

@evanphx Awesome!

@evanphx
Copy link
Member

evanphx commented Mar 6, 2016

3.1.0 out now should fix this issue! Please let me know if other things are JRuby are busted!

@donv
Copy link

donv commented Mar 6, 2016

I can confirm the fix OK 👍 in our production test environment. Thanks!

Will let you know about any JRuby issues 😄

Well, actually, I'll submit a trivial consmetic issue right away: #923

@donv
Copy link

donv commented Mar 6, 2016

@evanphx BTW: the tests are failing for JRuby in travis: https://travis-ci.org/puma/puma

@evanphx
Copy link
Member

evanphx commented Mar 6, 2016

@donv: Yeah, I'm working on the JRuby tests this evening.

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