Reputation: 285
My GIT commit and push commands go through successfully, but my application fails to start, and tells me there has been a server error. I have checked the Heroku server status and it is operating at optimum performance.
Here is the error I found in my logs:
C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/updater.rb:155
:in `spawn': No such file or directory - C:/Program Files/Heroku/bin/heroku upda
te (Errno::ENOENT)
from C:/Documents and Settings/Administrator/.heroku/client/lib/heroku/u
pdater.rb:155:in `background_update!'
from C:/Program Files/Heroku/lib/heroku/updater.rb:135:in `inject_libpat
h'
from C:/Program Files/Heroku/bin/heroku:19:in `<main>'
I don't understand what this means. Can you please help me?
Upvotes: 2
Views: 464
Reputation: 285
The problem seems to be with the 2.32.13 version. Removing this version and installing the 2.32.14 solved the issue on Windows XP.
Upvotes: 1
Reputation: 2880
according to this post (on Ubuntu) removing and installing should fix the problem
Upvotes: 0