You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: