ActionController::RoutingError (No route matches [POST] "/http-bind")

141 views
Skip to first unread message

Ted Cohn

unread,
Apr 27, 2013, 3:55:27 PM4/27/13
to social...@googlegroups.com
My install appears to be successful, but am seeing this in the logs an wondering how to correct or silence if not a problem. This is a vanilla ss install.

Thanks!
Ted

ActionController::RoutingError (No route matches [POST] "/http-bind"):
  actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
  rack-cache (1.2) lib/rack/cache/context.rb:143:in `pass'
  rack-cache (1.2) lib/rack/cache/context.rb:155:in `invalidate'
  rack-cache (1.2) lib/rack/cache/context.rb:71:in `call!'
  rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
  railties (3.2.13) lib/rails/engine.rb:479:in `call'
  railties (3.2.13) lib/rails/application.rb:223:in `call'
  railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
  passenger (3.0.19) lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
  passenger (3.0.19) lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
  passenger (3.0.19) lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
  passenger (3.0.19) lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
  passenger (3.0.19) lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
  passenger (3.0.19) lib/phusion_passenger/utils.rb:470:in `safe_fork'
  passenger (3.0.19) lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
  passenger (3.0.19) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
  passenger (3.0.19) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
  passenger (3.0.19) lib/phusion_passenger/abstract_server.rb:180:in `start'
  passenger (3.0.19) lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
  passenger (3.0.19) lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
  passenger (3.0.19) lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
  passenger (3.0.19) lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
  passenger (3.0.19) lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
  <internal:prelude>:10:in `synchronize'
  passenger (3.0.19) lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
  passenger (3.0.19) lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
  passenger (3.0.19) lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
  passenger (3.0.19) lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
  passenger (3.0.19) lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
  passenger (3.0.19) lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
  passenger (3.0.19) helper-scripts/passenger-spawn-server:99:in `<main>'

Antonio Tapiador del Dujo

unread,
Apr 29, 2013, 5:01:02 AM4/29/13
to social...@googlegroups.com
The presence server needs to be set up:

https://github.com/ging/social_stream/wiki/Getting-Started-With-Social-Stream-Presence

El 27/04/13 21:55, Ted Cohn escribi�:
> --
> You received this message because you are subscribed to the Google
> Groups "Social Stream" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to social-strea...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Yasir Hashmi

unread,
Jun 11, 2014, 7:49:00 AM6/11/14
to social...@googlegroups.com
I tried to setup chat and i receive below error:

Started POST "/http-bind/" for 127.0.0.1 at 2014-06-11 12:45:01 +0100


ActionController::RoutingError (No route matches [POST] "/http-bind"):

  actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'

  actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'

  railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'

  railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'

  activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'

  railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'

  actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'

  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'

  rack (1.4.5) lib/rack/runtime.rb:17:in `call'

  activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'

  rack (1.4.5) lib/rack/lock.rb:15:in `call'

  actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'

  railties (3.2.13) lib/rails/engine.rb:479:in `call'

  railties (3.2.13) lib/rails/application.rb:223:in `call'

  rack (1.4.5) lib/rack/content_length.rb:14:in `call'

  railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'

  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'

  /Users/edudoc/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'

  /Users/edudoc/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'

  /Users/edudoc/.rvm/rubies/ruby-1.9.3-p547/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'



  Rendered /Users/edudoc/.rvm/gems/ruby-1.9.3-p547/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)

I read the guide and as far as this page i get succeeded

http://localhost:5280/http-bind

ejabberd mod_http_bind

An implementation of XMPP over BOSH (XEP-0206)

This web page is only informative. To use HTTP-Bind you need a Jabber/XMPP client that supports it.

But i am still getting the error of http-bind


any help?


Thanks

Yasir Hashmi

unread,
Jun 18, 2014, 7:39:18 AM6/18/14
to social...@googlegroups.com
@ted How you solve the problem?
Reply all
Reply to author
Forward
0 new messages