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

Errno::EADDRNOTAVAIL: Cannot assign requested address - bind - Cannot assign requested address #3

Open
muratguzel opened this issue Nov 4, 2013 · 2 comments

Comments

@muratguzel
Copy link

I've done all things according to documentation. However I got a bind error "Connot assign requested address."

I am using JRuby and Puma web server and output is below

2013-11-01T20:40:40.038199+00:00 app[web.1]: * Listening on tcp://0.0.0.0:12663
2013-11-01T20:40:40.049457+00:00 app[web.1]: Errno::EADDRNOTAVAIL: Cannot assign requested address - bind - Cannot assign requested address
2013-11-01T20:40:40.049457+00:00 app[web.1]: initialize at org/jruby/ext/socket/RubyTCPServer.java:118
2013-11-01T20:40:40.049457+00:00 app[web.1]: new at org/jruby/RubyIO.java:856
2013-11-01T20:40:40.049457+00:00 app[web.1]: parse at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/binder.rb:91
2013-11-01T20:40:40.049457+00:00 app[web.1]: each at org/jruby/RubyArray.java:1617
2013-11-01T20:40:40.049457+00:00 app[web.1]: parse at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/binder.rb:82
2013-11-01T20:40:40.049457+00:00 app[web.1]: load_and_bind at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/runner.rb:111
2013-11-01T20:40:40.049457+00:00 app[web.1]: run at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/single.rb:73
2013-11-01T20:40:40.049457+00:00 app[web.1]: run at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/cli.rb:442
2013-11-01T20:40:40.049677+00:00 app[web.1]: (root) at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/bin/puma:10
2013-11-01T20:40:40.049677+00:00 app[web.1]: load at org/jruby/RubyKernel.java:1073
2013-11-01T20:40:40.049457+00:00 app[web.1]: add_tcp_listener at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/binder.rb:190
2013-11-01T20:40:40.049677+00:00 app[web.1]: (root) at /app/vendor/bundle/jruby/1.9/bin/puma:23

@ethagnawl
Copy link

@muratguzel Were you able to find a solution for this issue?

@kmanzana
Copy link

@muratguzel, the docs say that the Proximo plugin won't work with JRuby:

The Proximo wrapper does not work with JVM based applications including Java, Scala, Clojure, Groovy and JRuby. See below for an example of configuring a JVM application to forward traffic across a SOCKS proxy.

Did you setup a SOCKS proxy?

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