Hi Mark, I had the same problem and fixed it by running "bundle install". If you have any issues with bundle not being recognized, then you need to run "gem install bundle"
On the environment variable, you can fix it by setting the PORT variable in your environment first Thanks, Daniel On May 18, 8:38 am, puzzler <[email protected]> wrote: > I'm following the Heroku/Clojure getting started tutorial, and when I > do the step > foreman start > I get the following error: > C:\devel\Heroku\CFcertifier>foreman start > C:/Program Files/ruby-1.9.3/lib/ruby/gems/1.9.1/gems/foreman-0.46.0/ > lib/foreman/ > process.rb:94: warning: failed to set environment variable. Ruby 1.9.3 > will raise SystemCallError in this case. > 23:23:07 web.1 | process terminated > 23:23:07 system | sending SIGTERM to all processes > > Any ideas? > > Thanks, > > Mark -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en
