Hello guys!, today we noticed that the poller script was not running. When 
we started we received the following error
(gitorious 2.2.1)

[git@www gitorious]$ RAILS_ENV=production bundle exec script/poller start

logs output
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. 
It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. 
It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. 
It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. 
It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.
NOTE: Gem::SourceIndex#add_spec is deprecated, use Specification.add_spec. 
It will be removed on or after 2011-11-01.
Gem::SourceIndex#add_spec called from 
/usr/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:127.

*** below you find the most recent exception thrown, this will be likely 
(but not certainly) the exception that made the application exit abnormally 
***
#<NameError: uninitialized constant ActiveSupport::Dependencies::Mutex>
*** below you find all exception objects found in memory, some of them may 
have been thrown in your application, others may just be in memory because 
they are standard exceptions ***
#<NoMemoryError: failed to allocate memory>
#<SystemStackError: stack level too deep>
#<fatal: exception reentered>
#<NameError: uninitialized constant ActiveSupport::Dependencies::Mutex>

/opt/www/gitorious/vendor/rails/activesupport/lib/active_support/dependencies.rb:55:
 
uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
from 
/opt/www/gitorious/vendor/rails/activesupport/lib/active_support.rb:56:in 
`require'
from /opt/www/gitorious/vendor/rails/activesupport/lib/active_support.rb:56
from 
/opt/www/gitorious/vendor/rails/activerecord/lib/active_record.rb:25:in 
`require'
from /opt/www/gitorious/vendor/rails/activerecord/lib/active_record.rb:25
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:268:in
 
`require'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:268:in
 
`require_frameworks'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:268:in
 
`each'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:268:in
 
`require_frameworks'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:134:in
 
`process'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:113:in
 
`send'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../vendor/rails/railties/lib/initializer.rb:113:in
 
`run'
from 
/opt/www/gitorious/lib/gitorious/messaging/../../../config/environment.rb:24
from /opt/www/gitorious/lib/gitorious/messaging/stomp_poller.rb:11:in `load'
from /opt/www/gitorious/lib/gitorious/messaging/stomp_poller.rb:11
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:70: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

[git@www gitorious]$ ruby -v
ruby 1.8.7 (2012-10-12 patchlevel 371) [x86_64-linux]
[git@www gitorious]$ gem -v
1.8.11
[git@www gitorious]$ gem list
actionmailer (3.2.11)
actionpack (3.2.11)
activemessaging (0.12.1, 0.7.1)
activemodel (3.2.11, 3.1.10)
activerecord (3.2.11, 3.1.10, 2.3.14)
activeresource (3.2.11)
activesupport (3.2.11, 3.1.10, 2.3.14)
acts-as-taggable-on (2.3.3, 2.0.6)
addressable (2.3.2, 2.2.7)
allison (2.0.3)
arel (3.0.2, 2.2.3)
bourne (1.1.2)
builder (3.0.0)
bundler (1.2.3, 1.1.3)
capillary (1.0.2, 1.0.0)
capybara (2.0.2, 1.0.1)
childprocess (0.3.6, 0.3.1)
chronic (0.3.0)
climate_control (0.0.3)
cocaine (0.5.1, 0.2.1)
daemon_controller (1.1.0, 1.0.0)
daemons (1.1.0)
diff-lcs (1.1.3, 1.1.2)
echoe (4.6.3, 4.3.1)
erubis (2.7.0)
eventmachine (1.0.0, 0.12.10)
exception_notification (3.0.0, 1.0.20090728)
factory_girl (1.3.3)
faraday (0.8.4)
faraday_middleware (0.9.0)
fast_xs (0.8.0)
fastthread (1.0.7)
ffi (1.0.9)
foreman (0.61.0, 0.41.0)
gemcutter (0.7.1, 0.6.1)
geoip (0.8.9)
hashie (1.2.0)
hike (1.2.1)
hodel_3000_compliant_logger (0.1.1, 0.1.0)
hoe (3.4.0, 2.8.0)
http_parser.rb (0.5.3)
i18n (0.6.1)
journey (1.0.4)
json (1.7.6, 1.5.4)
json_pure (1.7.6, 1.6.5)
launchy (2.1.2, 2.0.5)
libwebsocket (0.1.7.1)
mail (2.4.4)
memcache-client (1.8.5)
metaclass (0.0.1)
mime-types (1.19, 1.16)
mocha (0.13.1, 0.10.5, 0.9.10)
multi_json (1.5.0, 1.0.4)
multipart-post (1.1.5)
mysql (2.9.0, 2.8.1)
nokogiri (1.5.6, 1.5.0)
oauth (0.4.7, 0.4.4)
paperclip (2.4.5)
passenger (3.0.19, 3.0.12)
polyglot (0.3.3)
proxymachine (1.2.4)
rack (1.0.1)
rack-cache (1.2)
rack-protection (1.3.2)
rack-ssl (1.3.2)
rack-test (0.6.2, 0.6.1)
rails (3.2.11)
railties (3.2.11)
rake (0.8.7)
rdiscount (1.3.1.1)
rdoc (3.12)
redis (3.0.2, 2.2.2)
redis-namespace (1.2.1, 0.7.0)
resque (1.9.8)
revo-ssl_requirement (1.1.0)
riddle (1.2.2)
ruby-hmac (0.4.0)
ruby-net-ldap (0.0.4)
ruby-openid (2.2.2, 2.1.8)
ruby-yadis (0.3.4)
rubyforge (2.0.4)
rubyzip (0.9.9, 0.9.6.1)
selenium-webdriver (2.27.2, 2.19.0)
shoulda (2.9.2)
shoulda-context (1.0.2)
shoulda-matchers (1.4.2)
simple_oauth (0.1.9)
sinatra (1.3.3, 1.0)
sprockets (2.2.2)
state_machine (0.9.4)
stomp (1.1)
stompserver (0.9.9)
svn2git (2.2.2, 2.2.1)
SystemTimer (1.2.3)
thin (1.2.7)
thor (0.16.0, 0.14.6)
tilt (1.3.3)
tinder (1.9.2)
treetop (1.4.12)
tuxml (0.0.1)
twitter-stream (0.1.16)
tzinfo (0.3.35)
validates_url_format_of (0.1.1)
vegas (0.1.11)
websocket (1.0.6)
will_paginate (2.3.15)
xpath (1.0.0, 0.1.4)

any idea how we can fix it?
Cheers!

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to