searching quit working for no reason here is the errors I get when I try and start the git-ultrasphinx service

33 views
Skip to first unread message

Jarrod Roberson

unread,
Jun 30, 2011, 2:46:00 PM6/30/11
to gito...@googlegroups.com
This is what I get when I try and start the service, this is the second time I have had these `require` issues without updating or upgrading anything.

[Thu Jun 30 14:42:48] [root]@[dev] /etc/init.d
# service git-ultrasphinx restart
(in /var/www/gitorious)
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/shared
_helpers.rb:3.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/source
.rb:162.
NOTE: Gem::SourceIndex#each is deprecated with no replacement. It will be removed on or after 2011-11-01.
Gem::SourceIndex#each called from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/s
ource.rb:162.
NOTE: Gem.source_index is deprecated, use Specification. It will be removed on or after 2011-11-01.
Gem.source_index called from /opt/ruby-enterprise-1.8.7-2010.01/lib/ruby/gems/1.8/gems/bundler-1.0.10/lib/bundler/shared
_helpers.rb:84.
rake aborted!
uninitialized constant ActiveSupport::Dependencies::Mutex
/var/www/gitorious/Rakefile:10:in `require'
(See full trace by running task with --trace)


[Thu Jun 30 14:43:17] [root]@[dev] /etc/init.d
# which ruby
/opt/ruby-enterprise-1.8.7-2010.01/bin/ruby

Jarrod Roberson

unread,
Jun 30, 2011, 2:47:28 PM6/30/11
to gito...@googlegroups.com
Here is what is installed on this machine

[Thu Jun 30 14:46:42] [root]@[dev] /etc/init.d
# gem list

*** LOCAL GEMS ***

abstract (1.0.0)
actionmailer (3.0.1)
actionpack (3.0.1)
activemodel (3.0.1)
activerecord (3.0.1)
activeresource (3.0.1)
activesupport (3.0.1)
arel (1.0.1)
BlueCloth (1.0.1)
builder (3.0.0, 2.1.2)
bundler (1.0.10, 1.0.3)
cgi_multipart_eof_fix (2.5.0)
chronic (0.3.0)
daemon_controller (0.2.5)
daemons (1.1.0)
diff-lcs (1.1.2)
echoe (4.3.1)
erubis (2.6.6)
eventmachine (0.12.10)
factory_girl (1.3.3)
fastthread (1.0.7)
file-tail (1.0.5)
gem_plugin (0.2.3)
gemcutter (0.6.1)
geoip (0.8.9, 0.8.7)
hoe (2.8.0, 2.6.2)
json (1.5.0, 1.4.6)
json_pure (1.5.1, 1.5.0, 1.4.6)
mail (2.2.9)
mime-types (1.16)
mocha (0.9.10, 0.9.9)
mongrel (1.1.5)
mysql (2.8.1)
oauth (0.4.4)
paperclip (2.2.9.2)
passenger (3.0.0)
polyglot (0.3.1)
rack (1.0.1)
rack-mount (0.6.13)
rack-test (0.5.6)
rails (3.0.1)
railties (3.0.1)
rake (0.8.7)
rdiscount (1.3.1.1)
RedCloth (4.2.3)
riddle (1.2.2)
rspec (2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
rspec-mocks (2.0.1)
rspec-rails (2.0.1)
ruby-hmac (0.4.0)
ruby-openid (2.1.8)
ruby-yadis (0.3.4)
rubyforge (2.0.4)
rubygems-update (1.8.5, 1.3.7)
shoulda (2.9.2)
spruz (0.2.0)
sqlite3-ruby (1.3.2)
state_machine (0.9.4)
stomp (1.1)
stompserver (0.9.9)
thor (0.14.3)
treetop (1.4.8)
tzinfo (0.3.23)
ultrasphinx (1.11)

Christian Johansen

unread,
Jul 4, 2011, 1:57:28 AM7/4/11
to gito...@googlegroups.com
Hi,

It looks like you installed Rails 3.0? Are you using Gitorious with Bundler? E.g. `bundle exec [script]`? If you do that, the app should run in a sandboxed environment and you should be fine. If you're using an older version of Gitorious, you probably need to uninstall Rails 3.0 from the environment Gitorious is running in.

Christian

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



--
MVH
Christian

jarrod roberson

unread,
Jul 4, 2011, 10:04:57 AM7/4/11
to gito...@googlegroups.com
On Mon, Jul 4, 2011 at 1:57 AM, Christian Johansen
<chri...@cjohansen.no> wrote:
> Hi,
>
> It looks like you installed Rails 3.0? Are you using Gitorious with Bundler?
> E.g. `bundle exec [script]`? If you do that, the app should run in a
> sandboxed environment and you should be fine. If you're using an older
> version of Gitorious, you probably need to uninstall Rails 3.0 from the
> environment Gitorious is running in.
>
> Christian
>

something has corrupted my Ruby environment, I am running Gitorious on
Centos5.6 using the RHEL instructions from about a year ago.

I am running version

I can't get gitorious-poller to run now either, my entire instance is
screwed up. I can't create or clone new repositories, they just hang
on the creating web page.

Unfortunately I don't get anything useful as an error or in the production.log

I get this error when I try and run git-ultrasphinx as well

[Mon Jul 04 10:00:46] [root]@[dev] /var/www/gitorious
# service git-ultrasphinx start
(in /var/www/gitorious)

Jarrod Roberson

unread,
Jul 4, 2011, 8:33:02 PM7/4/11
to gito...@googlegroups.com, jar...@vertigrated.com
I am trying to wipe my Ruby environment and reset my Gitorious instance to a good known state based on the HEAD of the mainline master branch. Now I can't access any repositories at all.
Reply all
Reply to author
Forward
0 new messages