I have set up a fresh install of Gitorious and everything works fine except 
for the Clone & push URLs are not showing up on repo pages. When using 
messaging_adapter: resque do you need to run the poller?  I assume yes 
since the instructions seem to lead me to think that it needs to be always 
running to have these URLs show up. When I do run it it barfs out every 
time with this error: 

[user@host gitorious]$ bundle exec script/poller run
poller: process with pid 22973 started.
/home/user/gitorious/vendor/rails/activesupport/lib/active_support/dependencies.rb:443:in
 
`load_missing_constant': uninitialized constant ActiveMessaging (NameError)
        from 
/home/user/gitorious/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in
 
`const_missing'
        from 
/home/user/gitorious/vendor/rails/activesupport/lib/active_support/dependencies.rb:92:in
 
`const_missing'
        from /home/user/gitorious/lib/gitorious/messaging/stomp_poller.rb:13
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:203:in 
`load'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:203:in 
`start_load'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/application.rb:292:in 
`start'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/controller.rb:73:in 
`run'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons.rb:143:in `run'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/cmdline.rb:112:in 
`call'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons/cmdline.rb:112:in 
`catch_exceptions'
        from 
/usr/lib/ruby/gems/1.8/gems/daemons-1.1.0/lib/daemons.rb:142:in `run'
        from script/poller:30

Also with this 
posting 
https://groups.google.com/forum/?fromgroups#!topic/gitorious/5-jY8V84bXY%5B1-25%5D
 
indicates you just need to setup Redis/Resque and set it in the 
gitorious.yml file and then run the poller.  Doesn't seem to work in my 
case.  Oddly enough, when switching to Stomp with ActiveMQ the URLs are not 
showing up either. 

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to