2014-02-11 359 views
0

我不知道發生了什麼事。我在一些靜態HTML中改變了一個錯字,並將其推回,並且破譯了。我在我的Heroku的日誌中收到此錯誤:Heroku H14錯誤

2014-02-10T23:36:07.218200+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path=/favicon.ico host=www.lagunasmostcreative.com request_id=98727434-1833-46d7-ad34-fcffa0d85db0 fwd="108.245.9.197" dyno= connect= service= status=503 bytes= 
2014-02-10T23:33:17.447160+00:00 heroku[run.6806]: State changed from up to complete 
2014-02-10T23:35:28.492706+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path=/ host=www.lagunasmostcreative.com request_id=85185289-5e06-4ba4-ba7b-f8037601a385 fwd="108.245.9.197" dyno= connect= service= status=503 bytes= 
2014-02-10T23:44:10.934561+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path=/ host=www.lagunasmostcreative.com request_id=1c51a16d-e2f4-4c0e-9e5c-2d8292e0f0a4 fwd="108.245.9.197" dyno= connect= service= status=503 bytes= 

我仍在使用的鐵軌寶石pg 這裏是我database.yml

# SQLite version 3.x 
# gem install sqlite3 
# 
# Ensure the SQLite 3 gem is defined in your Gemfile 
# gem 'sqlite3' 
development: 
    adapter: postgresql 
    encoding: unicode 
    database: Best\ of\ Laguna_development 
    pool: 5 
    username: 
    password: 

# Warning: The database defined as "test" will be erased and 
# re-generated from your development database when you run "rake". 
# Do not set this db to the same as development or production. 
test: 
    adapter: postgresql 
    encoding: unicode 
    database: Best\ of\ Laguna_test 
    pool: 5 
    username: 
    password: 

production: 
    adapter: postgresql 
    encoding: unicode 
    database: Best\ of\ Laguna_production 
    pool: 5 
    username: 
    password: 

讓我知道,如果你需要我發表任何東西。這是令人難以置信的!我研究了大量關於procfiles的東西,它應該使用webrick。

+0

你試過運行'heroku ps:scale web = 1'嗎? – lidkxx

+0

是的,我明白了。縮放dynos ...失敗 !在Procfile中沒有定義這樣的過程類型web。但是,我使用的是webrick,所以我不需要procfile。 –

回答

0

好吧,剛剛添加了'獨角獸'寶石,並創建了一個procfile。哦,好吧...