Script/server not working

when I run this command, the cursor hangs on the line after I input.
When I control c to interrupt, this is what prints:
$ script/server
^C/Users/john_t_krueger/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel/gems.rb:8:in
require': Interrupt from /Users/john_t_krueger/.gem/ruby/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:17 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:ingem_original_require’
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in
require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:inrequire’
from
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:521:in
new_constants_in' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.3/lib/active_support/dependencies.rb:156:inrequire’
from
/usr/local/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/mongrel.rb:1
from
/usr/local/lib/ruby/gems/1.8/gems/rails-2.3.3/lib/commands/server.rb:48
from
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inrequire’
from script/server:3

Any help would be amazing
thanks

Hi John Krueger

You are misiing some gem required by application .Do

sudo rake gems:install

         And check

gem list for available gems

Sijo

Sijo k g wrote:

Hi John Krueger

You are misiing some gem required by application .Do

sudo rake gems:install

         And check

gem list for available gems

Sijo

here is what came up. This is the list for the app im trying to run(so
there local) but i have the issue with all the apps on my drive:
john-kruegers-macbook-pro:blog2 john_t_krueger$ gem list

*** LOCAL GEMS ***

actionmailer (2.3.5, 2.3.4, 2.3.3)
actionpack (2.3.5, 2.3.4, 2.3.3)
activerecord (2.3.5, 2.3.4, 2.3.3)
activeresource (2.3.5, 2.3.4, 2.3.3)
activesupport (2.3.5, 2.3.4, 2.3.3)
cgi_multipart_eof_fix (2.5.0)
configuration (1.1.0)
daemons (1.0.10)
fastthread (1.0.7)
gem_plugin (0.2.3)
heroku (1.4, 1.3.0)
json (1.2.0)
launchy (0.3.3)
money (2.1.5, 2.1.4)
mongrel (1.1.5)
mysql (2.8.1)
paperclip (2.3.1.1, 2.1.2)
rack (1.0.1, 1.0.0)
rails (2.3.5, 2.3.4, 2.3.3)
rake (0.8.7)
rest-client (1.0.4, 1.0.3)
rubygems-update (1.3.5)
sqlite3-ruby (1.2.5)

Sijo k g wrote:

Hi John Krueger wrote:
Read this thread

Ruby on rails: Starting mongrel server - Stack Overflow

Sijo

Thanks so much fo this! I’m away from my computer till the early
afternoon, then I’ll go through all this more thoroughly. I’ll repost
with what works for me then.

Hi John Krueger wrote:
Read this thread

Sijo

John Krueger wrote:

Sijo k g wrote:

Hi John Krueger wrote:
Read this thread

Ruby on rails: Starting mongrel server - Stack Overflow

Sijo

Thanks so much fo this! I’m away from my computer till the early
afternoon, then I’ll go through all this more thoroughly. I’ll repost
with what works for me then.

sudo gem uninstall mongrel
sudo gem uninstall fastthread
sudo gem install mongrel
!!!
victory! Sijo, you saved me! Thanks so much for all your help and
direction! back to being productive and not running around in circles!