Dima Korneljuk
2009-May-11 12:57 UTC
Status: 500 Internal Server Error when running mongrel
Hello everyone! I try run simple RoR application, I go to RoR default "hello page",but I got error, when trying to open new views. Status: 500 Internal Server Error could not open database: unable to open database file C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-x86-mswin32/lib/sqlite3/errors.rb:62:in `check'' C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-x86-mswin32/lib/sqlite3/database.rb:79:in `initialize'' .... and so on, long list my database.yml is default: development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 But I am running almost the same configuration using Instant Rails without any problems/ Has anyone met the same problem? -- Posted via http://www.ruby-forum.com/.
Have you installed SQLite3? On May 11, 5:57 pm, Dima Korneljuk <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hello everyone! > I try run simple RoR application, I go to RoR default "hello page",but I > got error, when trying to open new views. > Status: 500 Internal Server Error > could not open database: unable to open database file > C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-x86-mswin32/lib/sqlite3/errors.rb:62:in > `check'' > C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.3-x86-mswin32/lib/sqlite3/database.rb:79:in > `initialize'' > .... > and so on, long list > > my database.yml is default: > development: > adapter: sqlite3 > database: db/development.sqlite3 > pool: 5 > timeout: 5000 > > But I am running almost the same configuration using Instant Rails > without any problems/ > Has anyone met the same problem? > -- > Posted viahttp://www.ruby-forum.com/.
Dima Korneljuk
2009-May-11 13:08 UTC
Re: Status: 500 Internal Server Error when running mongrel
Mukund wrote:> Have you installed SQLite3? > > On May 11, 5:57�pm, Dima Korneljuk <rails-mailing-l...@andreas-s.net>Yes, I have Sqlite3.dll in windows/system32 and sqlite3-ruby(1.2.3) -- Posted via http://www.ruby-forum.com/.