I get the error below when I try to start my server.
Here are the versions installed:
    OS: Windows Server 2008
    Ruby: 1.8.7
    Gems:
    actionmailer (2.3.5, 1.3.5)
    actionpack (2.3.5, 1.13.5)
    actionwebservice (1.2.5)
    activerecord (2.3.5, 1.15.5)
    activeresource (2.3.5)
    activesupport (2.3.5, 1.4.4)
    cgi_multipart_eof_fix (2.5.0)
    daemons (1.0.10)
    gem_plugin (0.2.3)
    gettext (2.1.0)
    locale (2.0.5)
    log4r (1.1.5)
    mongrel (1.1.5)
    rack (1.0.1)
    rails (2.3.5)
    rake (0.8.7)
    ruby-postgres (0.7.1.2006.04.06)
    win32console (1.2.0)

Gettext is indeed installed:
C:\Ruby\lib\ruby\gems\1.8\gems\gettext-2.1.0
Any ideas?

=============================================
C:\rails_apps\aaa_arb>ruby script/server -e production
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_re
quire': no such file to load -- gettext/rails (MissingSourceFile)
        from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:156:in `require'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:521:in `new_constants_in'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:156:in `require'
        from C:/rails_apps/aaa_arb/config/environment.rb:17
        from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge
m_original_require'
        from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:156:in `require'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:521:in `new_constants_in'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_suppo
rt/dependencies.rb:156:in `require'
        from
C:/Ruby/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/commands/server.rb:8
4
        from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `ge
m_original_require'
        from
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `re
quire'
        from script/server:3
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to