Saturday 15 May 2010

ruby - Rails server crashing in windows without any error in stacktrace -



ruby - Rails server crashing in windows without any error in stacktrace -

rails server keeps crashing after few seconds of starting it.

rails version 2.3.8 ruby version 1.8.7

i'm using windows , apatana studio.

there no error in stacktrace too. please help me identify causing issue or suggest me can check same? (eg. specific logs etc.)

stacktrace : => booting mongrel config.load_paths deprecated , removed in rails 3, please utilize autoload_paths instead config.load_paths= deprecated , removed in rails 3, please utilize autoload_paths= instead => rails 2.3.9 application starting on /servers/trunk/main/app/models/market.rb:32: warning: initialized constant market_code_us

i solved unstalling sqlite , reinstalling command line.

gem uninstall sqlite3 gem install sqlite3

found solution here: rails segmentation fault when starting server?

ruby-on-rails ruby

No comments:

Post a Comment