Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created November 18, 2015 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/64a43de605d142b1397f to your computer and use it in GitHub Desktop.
Save anonymous/64a43de605d142b1397f to your computer and use it in GitHub Desktop.
Error starting application
Your Rack app raised an exception when Pow tried to run it.
Errno::ECONNREFUSED: Connection refused - connect(2) for "localhost" port 61987
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:879:in `initialize'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:879:in `open'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:879:in `block in connect'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/timeout.rb:74:in `timeout'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:878:in `connect'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:863:in `do_start'
~/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/net/http.rb:858:in `start'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-proxy-0.5.17/lib/rack/http_streaming_response.rb:68:in `session'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-proxy-0.5.17/lib/rack/http_streaming_response.rb:58:in `response'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-proxy-0.5.17/lib/rack/http_streaming_response.rb:28:in `headers'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-reverse-proxy-0.9.1/lib/rack/reverse_proxy.rb:85:in `proxy'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-reverse-proxy-0.9.1/lib/rack/reverse_proxy.rb:30:in `call'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-legacy-1.0.0/lib/rack/legacy/php.rb:43:in `call'
~/.rvm/gems/ruby-2.2.1@global/gems/rack-rewrite-1.5.1/lib/rack/rewrite.rb:24:in `call'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:155:in `handle'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `each'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:96:in `block in start'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `loop'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:76:in `start'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/lib/nack/server.rb:12:in `run'
~/Library/Application Support/Pow/Versions/0.5.0/node_modules/nack/bin/nack_worker:4:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment