kamenf / redmine_watcher_groups

MIT License
12 stars 36 forks source link

Watcher groups not working on redmine 2.3.1 due to threading issue passenger #5

Open ghost opened 11 years ago

ghost commented 11 years ago

Hello,

The watch_group feature is not working properly on my redmine 2.3.1 installation. I installed redmine from git as described on the redmine website. The system is a Ubuntu 12.04 VM where passenger was installed form external source - not over APT. Every thing looks good apart of the watch_group feature. Dose someone have any suggestions on this issue as shown by the log message below.

ActionController::RoutingError (No route matches [GET] "/watcher_groups/index.cgi"):
  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 `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'
  rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
  rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
  rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
  rack-cache (1.2) lib/rack/cache/context.rb:66: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 `send'
  railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
  passenger (4.0.5) lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
  passenger (4.0.5) lib/phusion_passenger/request_handler/thread_handler.rb:140:in `accept_and_process_next_request'
  passenger (4.0.5) lib/phusion_passenger/request_handler/thread_handler.rb:108:in `main_loop'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:441:in `start_threads'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:435:in `initialize'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:435:in `new'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:435:in `start_threads'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:434:in `times'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:434:in `start_threads'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:433:in `synchronize'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:433:in `start_threads'
  passenger (4.0.5) lib/phusion_passenger/request_handler.rb:200:in `main_loop'
  passenger (4.0.5) helper-scripts/rack-preloader.rb:130

The entire redmine is working and I performed a bundle install as well. Is the watch_group not compatible with passenger 4.0.5? I appreciate any hint on this problem. Cheers