Chris Cocuzzo
2006-Aug-26 20:54 UTC
[Instantrails-users] Need help getting cookbook up and running.
Hi. I''ve followed the InstantRails installation documentation to the T with the exception of having everything in C:\rails. However, when I try to run cookbook, I get this: Application error (Apache) Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html The apache error log says this: [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown error: scgi: connecting to server The apache access log says this: 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 325 I haven''t used apache in a while and as a result, i''m lost on what these errors mean in regard to the application. I got the error in the browser directly after the initial redirect. Any ideas on what might have gone wrong here? Thanks, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060826/0ac802e0/attachment.html
Curt Hibbs
2006-Aug-27 02:14 UTC
[Instantrails-users] Need help getting cookbook up and running.
Did you start the SCGI server for the cookbook application? If not, from the main menu choose "Rails Applications>Manage Rails Applications..." then check the checkbox next to the cookbook app and press the "Start SCGI Server" button. You''ll get a DOS box with no text in it, but don''t close this window because that will terminate the SCGI server. Now it should work. Curt On 8/26/06, Chris Cocuzzo <chris.cocuzzo at gmail.com> wrote:> > Hi. > > I''ve followed the InstantRails installation documentation to the T with > the exception of having everything in C:\rails. > > However, when I try to run cookbook, I get this: > Application error (Apache) > Change this error message for exceptions thrown outside of an action (like > in Dispatcher setups or broken Ruby code) in public/500.html > > The apache error log says this: > [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown > error: scgi: connecting to server > > The apache access log says this: > 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 > 325 > > I haven''t used apache in a while and as a result, i''m lost on what these > errors mean in regard to the application. I got the error in the browser > directly after the initial redirect. > > Any ideas on what might have gone wrong here? > > Thanks, > Chris > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060826/cced5ec6/attachment.html
Chris Cocuzzo
2006-Aug-27 14:51 UTC
[Instantrails-users] Need help getting cookbook up and running.
I started that originally, still no success though trying it again. It looks like the problem is solely with Apache, but I just don''t know exactly what''s going on. Any other ideas? On 8/26/06, Curt Hibbs <curt.hibbs at gmail.com> wrote:> > Did you start the SCGI server for the cookbook application? > > If not, from the main menu choose "Rails Applications>Manage Rails > Applications..." then check the checkbox next to the cookbook app and press > the "Start SCGI Server" button. You''ll get a DOS box with no text in it, but > don''t close this window because that will terminate the SCGI server. Now it > should work. > > Curt > > On 8/26/06, Chris Cocuzzo <chris.cocuzzo at gmail.com> wrote: > > > Hi. > > I''ve followed the InstantRails installation documentation to the T with > the exception of having everything in C:\rails. > > However, when I try to run cookbook, I get this: > Application error (Apache) > Change this error message for exceptions thrown outside of an action (like > in Dispatcher setups or broken Ruby code) in public/500.html > > The apache error log says this: > [Sun Aug 27 01:27:52 2006] [error] [client 127.0.0.1] (10061)Unknown > error: scgi: connecting to server > > The apache access log says this: > 127.0.0.1 - - [27/Aug/2006:01:27:52 +0530] "GET /recipe/list HTTP/1.1" 500 > 325 > > I haven''t used apache in a while and as a result, i''m lost on what these > errors mean in regard to the application. I got the error in the browser > directly after the initial redirect. > > Any ideas on what might have gone wrong here? > > Thanks, > Chris > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > > > > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20060827/5e837af2/attachment.html