Jazmin
2011-Mar-08 14:11 UTC
Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
I''m trying the RailsInstaller to get ROR installed on Windows.. everything was going great(rake db:create/migrate and console working as expected) until I started the server, webrick starts but the welcome page never loads, no errors are displayed at all it just sits there forever, I looked at the logs and there are no errors there either Here is my configuration Windows 7 Rails 3.0.4 Ruby 1.8.7 Mysql2 Do any of you have any ideas or suggestions Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2011-Mar-08 14:37 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
On 8 March 2011 14:11, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m trying the RailsInstaller to get ROR installed on Windows.. everything > was going great(rake db:create/migrate and console working as expected) > until I started the server, webrick starts but the welcome page never loads, > no errors are displayed at all it just sits there forever, I looked at the > logs and there are no errors there either > Here is my configuration > Windows 7 > Rails 3.0.4 > Ruby 1.8.7 > Mysql2 >Post the terminal output when you start webrick. How are you attempting to view the welcome page? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jazmin
2011-Mar-08 15:20 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
I don''t have the actual output right now but it doesn''t show anything out of the normal Booting webrick.... pid start port 3000 etc I simply go to http://localhost:3000/ and then nothing.. the server doesn''t show anything, the logs don''t show anything either. I tried removing the index page expecting to get a route error but nothing.. Just looking for ideas of what should I look at.. Thanks! On Tue, Mar 8, 2011 at 8:37 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 8 March 2011 14:11, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I''m trying the RailsInstaller to get ROR installed on Windows.. > everything > > was going great(rake db:create/migrate and console working as expected) > > until I started the server, webrick starts but the welcome page never > loads, > > no errors are displayed at all it just sits there forever, I looked at > the > > logs and there are no errors there either > > Here is my configuration > > Windows 7 > > Rails 3.0.4 > > Ruby 1.8.7 > > Mysql2 > > > > Post the terminal output when you start webrick. > How are you attempting to view the welcome page? > > Colin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Jazmin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2011-Mar-08 15:31 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
On 8 March 2011 15:20, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I don''t have the actual output right now but it doesn''t show anything out of > the normal > Booting webrick.... > pid start port 3000 etcHave you compared it carefully against a working run of webrick?> I simply go to http://localhost:3000/ and then nothing.. the server doesn''t > show anything, the logs don''t show anything either. I tried removing the > index page expecting to get a route error but nothing.. > Just looking for ideas of what should I look at..Does the browser hang forever or say that it cannot access localhost:3000? Colin> Thanks! > > On Tue, Mar 8, 2011 at 8:37 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> >> On 8 March 2011 14:11, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > I''m trying the RailsInstaller to get ROR installed on Windows.. >> > everything >> > was going great(rake db:create/migrate and console working as expected) >> > until I started the server, webrick starts but the welcome page never >> > loads, >> > no errors are displayed at all it just sits there forever, I looked at >> > the >> > logs and there are no errors there either >> > Here is my configuration >> > Windows 7 >> > Rails 3.0.4 >> > Ruby 1.8.7 >> > Mysql2 >> > >> >> Post the terminal output when you start webrick. >> How are you attempting to view the welcome page? >> >> Colin >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > Jazmin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jazmin
2011-Mar-08 15:37 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
Good idea, I will carefully compare it against a working one tonight. The browser just hangs, trying to load until I stop the server. Thanks for your help.. I will take a look later.. I just thought somebody might have had this problem before ;) On Tue, Mar 8, 2011 at 9:31 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> On 8 March 2011 15:20, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > I don''t have the actual output right now but it doesn''t show anything out > of > > the normal > > Booting webrick.... > > pid start port 3000 etc > > Have you compared it carefully against a working run of webrick? > > > I simply go to http://localhost:3000/ and then nothing.. the server > doesn''t > > show anything, the logs don''t show anything either. I tried removing the > > index page expecting to get a route error but nothing.. > > Just looking for ideas of what should I look at.. > > Does the browser hang forever or say that it cannot access localhost:3000? > > Colin > > > Thanks! > > > > On Tue, Mar 8, 2011 at 8:37 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > wrote: > >> > >> On 8 March 2011 14:11, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> > I''m trying the RailsInstaller to get ROR installed on Windows.. > >> > everything > >> > was going great(rake db:create/migrate and console working as > expected) > >> > until I started the server, webrick starts but the welcome page never > >> > loads, > >> > no errors are displayed at all it just sits there forever, I looked at > >> > the > >> > logs and there are no errors there either > >> > Here is my configuration > >> > Windows 7 > >> > Rails 3.0.4 > >> > Ruby 1.8.7 > >> > Mysql2 > >> > > >> > >> Post the terminal output when you start webrick. > >> How are you attempting to view the welcome page? > >> > >> Colin > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "Ruby on Rails: Talk" group. > >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > >> To unsubscribe from this group, send email to > >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > >> For more options, visit this group at > >> http://groups.google.com/group/rubyonrails-talk?hl=en. > >> > > > > > > > > -- > > Jazmin > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Ruby on Rails: Talk" group. > > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > For more options, visit this group at > > http://groups.google.com/group/rubyonrails-talk?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- Jazmin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2011-Mar-08 16:09 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
On 8 March 2011 15:37, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Good idea, I will carefully compare it against a working one tonight. > The browser just hangs, trying to load until I stop the server.The fact that it hangs and then (I assume) says host not available when you stop the server means that in some sense it has ''got through'' to the server and rules out basic access to localhost problems (such as one might get with a misconfigured firewall). Colin> Thanks for your help.. I will take a look later.. > I just thought somebody might have had this problem before ;) > > On Tue, Mar 8, 2011 at 9:31 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: >> >> On 8 March 2011 15:20, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > I don''t have the actual output right now but it doesn''t show anything >> > out of >> > the normal >> > Booting webrick.... >> > pid start port 3000 etc >> >> Have you compared it carefully against a working run of webrick? >> >> > I simply go to http://localhost:3000/ and then nothing.. the server >> > doesn''t >> > show anything, the logs don''t show anything either. I tried removing the >> > index page expecting to get a route error but nothing.. >> > Just looking for ideas of what should I look at.. >> >> Does the browser hang forever or say that it cannot access localhost:3000? >> >> Colin >> >> > Thanks! >> > >> > On Tue, Mar 8, 2011 at 8:37 AM, Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> >> > wrote: >> >> >> >> On 8 March 2011 14:11, Jazmin <jazminschroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> > I''m trying the RailsInstaller to get ROR installed on Windows.. >> >> > everything >> >> > was going great(rake db:create/migrate and console working as >> >> > expected) >> >> > until I started the server, webrick starts but the welcome page never >> >> > loads, >> >> > no errors are displayed at all it just sits there forever, I looked >> >> > at >> >> > the >> >> > logs and there are no errors there either >> >> > Here is my configuration >> >> > Windows 7 >> >> > Rails 3.0.4 >> >> > Ruby 1.8.7 >> >> > Mysql2 >> >> > >> >> >> >> Post the terminal output when you start webrick. >> >> How are you attempting to view the welcome page? >> >> >> >> Colin >> >> >> >> -- >> >> You received this message because you are subscribed to the Google >> >> Groups >> >> "Ruby on Rails: Talk" group. >> >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> >> To unsubscribe from this group, send email to >> >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> >> For more options, visit this group at >> >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >> > >> > >> > >> > -- >> > Jazmin >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Ruby on Rails: Talk" group. >> > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> > To unsubscribe from this group, send email to >> > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> > For more options, visit this group at >> > http://groups.google.com/group/rubyonrails-talk?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > > > -- > Jazmin > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jazmin
2011-Mar-09 03:43 UTC
Re: Windows /RailsInstaller- Webrick starts but welcome page doesn''t load
Thanks for your help. I finally found the issue, mysql2 is causing the server to hang, I can run migrations and get to the console just fine but for some reason the server just hangs. Using mysql for now. The fact that it hangs and then (I assume) says host not available> when you stop the server means that in some sense it has ''got through'' > to the server and rules out basic access to localhost problems (such > as one might get with a misconfigured firewall). > > Colin >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Reasonably Related Threads
- Bundler - how to re-install all gems after os update?
- An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.
- Problems with " wrong number of arguments (2 for 1) (ArgumentError) " and rails server
- No Migration Files are created
- ActiveRecord::ConnectionNotEstablished