[Locomotive-users] January Bundle fails

Ryan Raaum ryan.raaum at gmail.com
Tue Jan 23 03:26:03 GMT 2007


On 1/22/07, Dennis Staiger <dnsstaiger at gmx.net> wrote:
> Yes, it is in the standard location /Applications. Version of
> Locomotive is 2.0.8.

For now, what happens if you add

server: lighttpd

to config/locomotive.yml ?

-r

>
>
> On Jan 22, 2007, at 10:07 PM, Ryan Raaum wrote:
>
> > On 1/22/07, Dennis Staiger <dnsstaiger at gmx.net> wrote:
> >> Hi Ryan,
> >>
> >> thanks for your fast response.
> >>
> >> I have downloaded the official "Standard Rails Bundle Jan 2007 (with
> >> Rails 1.2.1)" from the Bundles page:
> >> http://prdownloads.sourceforge.net/locomotive/
> >> StandardRailsJan2007.dmg?download
> >>
> >> I just redownloaded and tried again - same results.
> >>
> >> I am running 10.4.8 on a PPC G4.
> >
> > Do you have the Locomotive2 application folder in /Applications or
> > somewhere else?
> >
> > -r
> >
> >>
> >> Thanks,
> >> Dennis
> >>
> >>
> >> On Jan 22, 2007, at 8:58 PM, Ryan Raaum wrote:
> >>
> >> > On 1/22/07, Dennis Staiger <dnsstaiger at gmx.net> wrote:
> >> >> Hi,
> >> >>
> >> >> when I use the September bundle, everything works fine (Rails
> >> 1.1).
> >> >> When I use the new January Standard bundle, mongrel does not
> >> start up
> >> >> correctly. Here are the steps that cause this problem:
> >> >>
> >> >> 1. Create a new application with the January bundle
> >> >> 2. Start the application
> >> >> 3. Preview in browser (Safari) -> error message: Safari can't open
> >> >> the page "http://localhost:3002/" because it could not connect
> >> to the
> >> >> server "localhost".
> >> >
> >> > Hi Dennis,
> >> >
> >> > Which January bundle?  What's your system? (10.3 or 10.4; ppc or
> >> > intel?)
> >> >
> >> > Thanks,
> >> >
> >> > -r
> >> >
> >> >>
> >> >> Again, everything works fine with the September bundle. I have no
> >> >> other Rails app running. Below is the console output for these 3
> >> >> steps. It looks like no pid for mongrel gets generated. Any
> >> >> suggestions?
> >> >>
> >> >> Thank you!
> >> >> Dennis
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> ===== Monday, January 22, 2007 7:39:49 PM US/Eastern =====
> >> >> *** 1. Creating the application
> >> >>        create
> >> >>        create  app/controllers
> >> >>        create  app/helpers
> >> >>        create  app/models
> >> >>        create  app/views/layouts
> >> >>        create  config/environments
> >> >>        create  components
> >> >>        create  db
> >> >>        create  doc
> >> >>        create  lib
> >> >>        create  lib/tasks
> >> >>        create  log
> >> >>        create  public/images
> >> >>        create  public/javascripts
> >> >>        create  public/stylesheets
> >> >>        create  script/performance
> >> >>        create  script/process
> >> >>        create  test/fixtures
> >> >>        create  test/functional
> >> >>        create  test/integration
> >> >>        create  test/mocks/development
> >> >>        create  test/mocks/test
> >> >>        create  test/unit
> >> >>        create  vendor
> >> >>        create  vendor/plugins
> >> >>        create  tmp/sessions
> >> >>        create  tmp/sockets
> >> >>        create  tmp/cache
> >> >>        create  tmp/pids
> >> >>        create  Rakefile
> >> >>        create  README
> >> >>        create  app/controllers/application.rb
> >> >>        create  app/helpers/application_helper.rb
> >> >>        create  test/test_helper.rb
> >> >>        create  config/database.yml
> >> >>        create  config/routes.rb
> >> >>        create  public/.htaccess
> >> >>        create  config/boot.rb
> >> >>        create  config/environment.rb
> >> >>        create  config/environments/production.rb
> >> >>        create  config/environments/development.rb
> >> >>        create  config/environments/test.rb
> >> >>        create  script/about
> >> >>        create  script/breakpointer
> >> >>        create  script/console
> >> >>        create  script/destroy
> >> >>        create  script/generate
> >> >>        create  script/performance/benchmarker
> >> >>        create  script/performance/profiler
> >> >>        create  script/process/reaper
> >> >>        create  script/process/spawner
> >> >>        create  script/process/inspector
> >> >>        create  script/runner
> >> >>        create  script/server
> >> >>        create  script/plugin
> >> >>        create  public/dispatch.rb
> >> >>        create  public/dispatch.cgi
> >> >>        create  public/dispatch.fcgi
> >> >>        create  public/404.html
> >> >>        create  public/500.html
> >> >>        create  public/index.html
> >> >>        create  public/favicon.ico
> >> >>        create  public/robots.txt
> >> >>        create  public/images/rails.png
> >> >>        create  public/javascripts/prototype.js
> >> >>        create  public/javascripts/effects.js
> >> >>        create  public/javascripts/dragdrop.js
> >> >>        create  public/javascripts/controls.js
> >> >>        create  public/javascripts/application.js
> >> >>        create  doc/README_FOR_APP
> >> >>        create  log/server.log
> >> >>        create  log/production.log
> >> >>        create  log/development.log
> >> >>        create  log/test.log
> >> >>
> >> >> *** 2. Starting the server
> >> >> Starting mongrel on http://localhost:3004 in development mode
> >> >> pid:
> >> >>
> >> >> *** 3. Preview in Safari -> no output
> >> >>
> >> >> *** 4. Stopping the server:
> >> >> /Applications/Locomotive2/Bundles/standardRailsJan2007.locobundle/
> >> >> bin/
> >> >> terminate:168:in `get_pid': Could not find pid file: /Volumes/
> >> >> hd_data/
> >> >> Sites/testapp2/log/locomotive.pid
> >> (TerminateApp::PidFileMissingError)
> >> >>         from /Applications/Locomotive2/Bundles/
> >> >> standardRailsJan2007.locobundle/bin/terminate:117:in `initialize'
> >> >>         from /Applications/Locomotive2/Bundles/
> >> >> standardRailsJan2007.locobundle/bin/terminate:188:in `new'
> >> >>         from /Applications/Locomotive2/Bundles/
> >> >> standardRailsJan2007.locobundle/bin/terminate:188
> >> >>
> >> >> _______________________________________________
> >> >> Locomotive-users mailing list
> >> >> Locomotive-users at lists.raaum.org
> >> >> http://lists.raaum.org/mailman/listinfo/locomotive-users
> >> >>
> >> >
> >> >
> >> > --
> >> > Ryan Raaum
> >> > http://raaum.org
> >> > http://rails.raaum.org -- Rails docs
> >> > http://locomotive.raaum.org -- Self contained Rails for Mac OS X
> >> > _______________________________________________
> >> > Locomotive-users mailing list
> >> > Locomotive-users at lists.raaum.org
> >> > http://lists.raaum.org/mailman/listinfo/locomotive-users
> >> >
> >>
> >> _______________________________________________
> >> Locomotive-users mailing list
> >> Locomotive-users at lists.raaum.org
> >> http://lists.raaum.org/mailman/listinfo/locomotive-users
> >>
> >
> >
> > --
> > Ryan Raaum
> > http://raaum.org
> > http://rails.raaum.org -- Rails docs
> > http://locomotive.raaum.org -- Self contained Rails for Mac OS X
> > _______________________________________________
> > Locomotive-users mailing list
> > Locomotive-users at lists.raaum.org
> > http://lists.raaum.org/mailman/listinfo/locomotive-users
> >
>
> _______________________________________________
> Locomotive-users mailing list
> Locomotive-users at lists.raaum.org
> http://lists.raaum.org/mailman/listinfo/locomotive-users
>


-- 
Ryan Raaum
http://raaum.org
http://rails.raaum.org -- Rails docs
http://locomotive.raaum.org -- Self contained Rails for Mac OS X


More information about the Locomotive-users mailing list