Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Proximo加载项在Heroku上不工作-Errno::EADDRNOTAVAIL:无法分配请求的地址_Heroku_Jruby_Proximo - Fatal编程技术网

Proximo加载项在Heroku上不工作-Errno::EADDRNOTAVAIL:无法分配请求的地址

Proximo加载项在Heroku上不工作-Errno::EADDRNOTAVAIL:无法分配请求的地址,heroku,jruby,proximo,Heroku,Jruby,Proximo,我已经根据proximo文档完成了所有工作,并且在JRuby应用程序中使用了proximo包装器。但是它不起作用。我在下面收到一条错误消息 Errno::EADDRNOTAVAIL: Cannot assign requested address - bind - Cannot assign requested address 我删除并添加了proximo加载项-不工作 我使用了puma的所有配置参数-不工作 我的应用程序在没有bin/proximo的情况下运行,但使用bin/proximo的

我已经根据proximo文档完成了所有工作,并且在JRuby应用程序中使用了proximo包装器。但是它不起作用。我在下面收到一条错误消息

Errno::EADDRNOTAVAIL: Cannot assign requested address - bind - Cannot assign requested address
我删除并添加了proximo加载项-不工作 我使用了puma的所有配置参数-不工作

我的应用程序在没有bin/proximo的情况下运行,但使用bin/proximo的应用程序不工作。这是我的完整日志输出

2013-11-04T09:49:38.388041+00:00 app[web.2]: Puma 2.6.0 starting...
2013-11-04T09:49:38.388041+00:00 app[web.2]: * Min threads: 0, max threads: 16
2013-11-04T09:49:38.388192+00:00 app[web.2]: * Environment: production
2013-11-04T09:49:38.388328+00:00 app[web.2]: * Listening on tcp://0.0.0.0:13433
2013-11-04T09:49:38.393084+00:00 app[web.2]: Exiting
2013-11-04T09:49:38.393708+00:00 app[web.2]: Errno::EADDRNOTAVAIL: Cannot assign requested address - bind - Cannot assign requested address
2013-11-04T09:49:38.393708+00:00 app[web.2]:         initialize at org/jruby/ext/socket/RubyTCPServer.java:118
2013-11-04T09:49:38.393708+00:00 app[web.2]:                new at org/jruby/RubyIO.java:856
2013-11-04T09:49:38.393708+00:00 app[web.2]:   add_tcp_listener at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/puma/binder.rb:190
2013-11-04T09:49:38.393708+00:00 app[web.2]:   add_tcp_listener at (eval):2
2013-11-04T09:49:38.393708+00:00 app[web.2]:                run at /app/vendor/bundle/jruby/1.9/gems/puma-2.6.0-java/lib/rack/handler/puma.rb:33
2013-11-04T09:49:38.393708+00:00 app[web.2]:              start at /app/vendor/bundle/jruby/1.9/gems/rack-1.4.5/lib/rack/server.rb:268
2013-11-04T09:49:38.393708+00:00 app[web.2]:              start at /app/vendor/bundle/jruby/1.9/gems/railties-3.2.11/lib/rails/commands/server.rb:70
2013-11-04T09:49:38.393708+00:00 app[web.2]:             (root) at /app/vendor/bundle/jruby/1.9/gems/railties-3.2.11/lib/rails/commands.rb:55
2013-11-04T09:49:38.393708+00:00 app[web.2]:                tap at org/jruby/RubyKernel.java:1860
2013-11-04T09:49:38.393866+00:00 app[web.2]:             (root) at /app/vendor/bundle/jruby/1.9/gems/railties-3.2.11/lib/rails/commands.rb:50
2013-11-04T09:49:38.393866+00:00 app[web.2]:            require at org/jruby/RubyKernel.java:1054
2013-11-04T09:49:38.393866+00:00 app[web.2]:             (root) at script/rails:6
2013-11-04T09:49:39.993189+00:00 heroku[web.2]: Process exited with status 1
2013-11-04T09:49:40.004841+00:00 heroku[web.2]: State changed from starting to crashed
根据文件:

Proximo包装器不适用于基于JVM的应用程序,包括Java、Scala、Clojure、Groovy和JRuby。有关将JVM应用程序配置为通过SOCKS代理转发流量的示例,请参阅下文