Ruby on Rails - Oracle
SanjayRsSep 10 2007 — edited Sep 10 2007Hi,
I was trying to run the sample hr_rails app, it did run initially but when I used the
ACTIVESCAFFOLD it is not starting, it may be bunch of things I did which is not letting me start the testing web server on port 3000.
Can anybody tell me what could be the problem ?
Thanks,
SS
Here is the error messages....
C:\ruby\samples\hr_rails\hr>ruby script/server
=> Booting WEBrick...
*******************************************************************
* config.breakpoint_server has been deprecated and has no effect. *
*******************************************************************
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3.7357/lib/commands/servers/webrick.rb:12: warning: already initializ
ed constant OPTIONS
*******************************************************************
* config.breakpoint_server has been deprecated and has no effect. *
*******************************************************************
=> Booting WEBrick...
*******************************************************************
* config.breakpoint_server has been deprecated and has no effect. *
*******************************************************************
c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3.7357/lib/commands/servers/webrick.rb:12: warning: already initializ
ed constant OPTIONS
*******************************************************************
* config.breakpoint_server has been deprecated and has no effect. *
*******************************************************************
c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -
- active_record/connection_adapters/oci_adapter (MissingSourceFile)
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2.7357/lib/active_support/dependencies.rb:495:in
`require'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2.7357/lib/active_support/dependencies.rb:342:in
`new_constants_in'
from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2.7357/lib/active_support/dependencies.rb:495:in
`require'
from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3.7357/lib/active_record/connection_adapters/abs
tract/connection_specification.rb:211:in `establish_connection'
from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3.7357/lib/active_record/connection_adapters/abs
tract/connection_specification.rb:202:in `establish_connection'
from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3.7357/lib/active_record/connection_adapters/abs
tract/connection_specification.rb:195:in `establish_connection'
from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3.7357/lib/initializer.rb:228:in `initialize_database'
... 15 levels...
from c:/ruby/lib/ruby/gems/1.8/gems/rails-1.2.3.7357/lib/commands/server.rb:39
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `gem_original_require'
from c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'
from script/server:3