I''ve installed Eclipse 3.3 and associated radrails plugins on windows xp. i''m unable to start the webrick server after creating a new rails project. The error is An internal error occurred during: "Starting server". org/rubypeople/rdt/internal/launching/RubyRuntime which i know isn''t very much info, but that''s all i get in the dialog box which appears. any ideas what might be going one? --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 1/15/08, Dave Programmer <davejavaprogrammer-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > I''ve installed Eclipse 3.3 and associated radrails plugins on windows > xp. i''m unable to start the webrick server after creating a new rails > project. The error is > > An internal error occurred during: "Starting server". > org/rubypeople/rdt/internal/launching/RubyRuntime > > which i know isn''t very much info, but that''s all i get in the dialog > box which appears. any ideas what might be going one?Do you get the same errors when starting webrick from the command line, outside of Eclipse? -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Dave Programmer
2008-Jan-28 04:31 UTC
Re: webrick fails to start under eclipse 3.3/windows xp
On Jan 19, 9:42 am, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 1/15/08, Dave Programmer <davejavaprogram...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > > > > I''ve installed Eclipse 3.3 and associated radrails plugins on windows > > xp. i''m unable to start the webrick server after creating a new rails > > project. The error is > > > An internal error occurred during: "Starting server". > > org/rubypeople/rdt/internal/launching/RubyRuntime > > > which i know isn''t very much info, but that''s all i get in the dialog > > box which appears. any ideas what might be going one? > > Do you get the same errors when starting webrick from the command > line, outside of Eclipse? > > --Seems to work fine from the command line. I''m having the same behavior after a recent install of eclipse/radrails on Ubuntu Gutsy. --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Pavan Agrawal @ Ruby On Rails
2008-Jan-28 04:56 UTC
Re: webrick fails to start under eclipse 3.3/windows xp
Hey Dave, In Eclipse, go to Window menu and preferences item .... in that go to Rails --> configuration hierarchy. and set the path for rails as per the example given over there. Try it. pavan On Jan 28, 9:31 am, Dave Programmer <davejavaprogram...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> On Jan 19, 9:42 am, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On 1/15/08, Dave Programmer <davejavaprogram...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > > > I''ve installed Eclipse 3.3 and associated radrails plugins on windows > > > xp. i''m unable to start the webrick server after creating a new rails > > > project. The error is > > > > An internal error occurred during: "Starting server". > > > org/rubypeople/rdt/internal/launching/RubyRuntime > > > > which i know isn''t very much info, but that''s all i get in the dialog > > > box which appears. any ideas what might be going one? > > > Do you get the same errors when starting webrick from the command > > line, outside of Eclipse? > > > -- > > Seems to work fine from the command line. I''m having the same behavior > after a recent install of eclipse/radrails on Ubuntu Gutsy.--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---