2011-09-29 5 views
0

상황이 아주 좋아 보이는 것처럼 보입니다. 준수 :이 전에Rails3 앱이 Heroku에 푸시하지 못했습니다. "인식 할 수없는 오류"

$ git push heroku master 
Counting objects: 12, done. 
Delta compression using up to 2 threads. 
Compressing objects: 100% (7/7), done. 
Writing objects: 100% (7/7), 109.76 KiB, done. 
Total 7 (delta 4), reused 0 (delta 0) 

-----> Heroku receiving push 
-----> Ruby/Rails app detected 
-----> Detected Rails is not set to serve static_assets 
Installing rails3_serve_static_assets... done 
-----> Configure Rails 3 to disable x-sendfile 
Installing rails3_disable_x_sendfile... done 
-----> Configure Rails to log to stdout 
Installing rails_log_stdout... done 
-----> Gemfile detected, running Bundler version 1.0.7 
Unresolved dependencies detected; Installing... 
Using --without development:test 
Installing rake (0.9.2) 
Installing multi_json (1.0.3) 
Installing activesupport (3.1.1.rc1) 
    Installing builder (3.0.0) 
    Installing i18n (0.6.0) 
    Installing activemodel (3.1.1.rc1) 
    Installing erubis (2.7.0) 
    Installing rack (1.3.3) 
    Installing rack-cache (1.0.3) 
    Installing rack-mount (0.8.3) 
    Installing rack-test (0.6.1) 
    Installing hike (1.2.1) 
    Installing tilt (1.3.3) 
    Installing sprockets (2.0.0) 
    Installing actionpack (3.1.1.rc1) 
    Installing mime-types (1.16) 
    Installing polyglot (0.3.2) 
    Installing treetop (1.4.10) 
    Installing mail (2.3.0) 
    Installing actionmailer (3.1.1.rc1) 
    Installing arel (2.2.1) 
    Installing tzinfo (0.3.29) 
    Installing activerecord (3.1.1.rc1) 
    Installing activeresource (3.1.1.rc1) 
    Installing coffee-script-source (1.1.2) 
    Installing execjs (1.2.6) 
    Installing coffee-script (2.2.0) 
    Installing rack-ssl (1.3.2) 
    Installing rdoc (3.9.4) 
    Installing thor (0.14.6) 
    Installing railties (3.1.1.rc1) 
    Installing coffee-rails (3.1.1) 
    Installing jquery-rails (1.0.14) 
    Installing pg (0.11.0) with native extensions 
    Using bundler (1.0.7) 
    Installing rails (3.1.1.rc1) 
    Installing sass (3.1.7) 
    Installing sass-rails (3.1.2) 
    Installing sqlite3 (1.3.4) with native extensions 
    Installing uglifier (1.0.3) 
    Updating .gem files in vendor/cache 
    Removing outdated .gem files from vendor/cache 
    * spork-0.9.0.rc9.gem 
    Your bundle is complete! It was installed into ./.bundle/gems/ 
-----> Compiled slug size is 14.4MB 
-----> Launching... 
!  Heroku push rejected due to an unrecognized error. 
!  We've been notified, see http://support.heroku.com if the problem persists. 


To [email protected]:myproject.git 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to '[email protected]:myproject.git' 

을, 나는 Heroku가에 밀어 수 있었다,하지만 응용 프로그램은 내가 페이지 보석 누락 되었기 때문에 실행에 실패했다. 이제는 Pg가 올바르게 위치하고 푸시가 실패합니다. 이 문제를 어떻게 해결할 수 있을지에 대한 아이디어가 있습니까?

+0

Yikes, heroku 로그를 살펴 보셨습니까? 최근에 새 보석을 추가 했습니까? 아마 그것은 보석과 함께 별난 것이었다. – CambridgeMike

답변

1

티켓을 제출하여 지원을 요청하십시오. 그들이 과거에 비슷한 문제가 있었다 것 같아 : 언뜻

http://status.heroku.com/incident/52

는, 그 spork 보석 의심스러운 보인다. Gemfile의 그룹에 개발 젬을 분리하고 있습니까?

group :development, :test do 
    gem 'spork' 
end 
0

먼저 https://status.heroku.com/을 확인해야합니다.

배포 문제와 관련된 미해결 문제 (https://status.heroku.com/incident/212)가 있습니다.이 문제는 현재 영향을받는 Cedar 응용 프로그램 인 것처럼 보이지만 실제로는 영향을받지 않습니다. 문제가 발생했을 때 전체 스택이 아니라고합니다.

관련 문제