On 13 April 2013 21:26, CatGuy90 <[email protected]> wrote:
> I cannot reach http://localhost:3000 after starting Ruby on Rails
> server when running Windows 8. After running rails server in the
> directory that I want the server to start, the following prompt shows
> up:
>
> C:\Users\Brian\railsapp>rails server
> => Booting WEBrick
> => Rails 3.2.13 application starting in development on http://0.0.0.0:3000
> => Call with -d to detach
> => Ctrl-C to shutdown server
> Exiting
> C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/bundler-1.3.5/lib/bundler/
> rubygems_integ
> ration.rb:214:in `block in replace_gem': Please install the sqlite3
> adapter: `ge
> m install activerecord-sqlite3-adapter` (sqlite3 is not part of the
> bundle. Add
> it to Gemfile.) (LoadError)

The error is saying that it cannot find the sqlite3 adaptor.  Have you run
bundle install

> [snip]

>
> After going to Internet Explorer 10, I tried to access http://localhost:3000,
> and I got a "This page can't be displayed" error. I tried doing
> "telnet localhost 3000" in the Command Prompt, and I got a "Could not
> open connection to the host, on port 3000" error. I also tried
> modifying C:\Windows\System32\drivers\etc\hosts, removing the # symbol
> for one of the "localhost" entries, but I still could not access
> http://localhost:3000. Please help me with this issue. Thank you.

Since the server has exited that is not really surprising.  Error
messages can be daunting but it is always worth reading them to try
and work out what the problem is.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to