加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ruby-on-rails-3 – Heroku Error H10(App崩溃) – 安装Redmine

发布时间:2020-12-17 02:14:39 所属栏目:百科 来源:网络整理
导读:虽然阅读了很多关于这个问题的文章,但我还是无法解决这些错误, 这是heroku日志的一部分,如果它的信息较少,我会更新其他红色源代码的代码. 2012-11-05T14:02:54+00:00 app[web.1]: Plugins in vendor/plugins (/app/vendor/plugins) are no longer allowed. P
虽然阅读了很多关于这个问题的文章,但我还是无法解决这些错误,
这是heroku日志的一部分,如果它的信息较少,我会更新其他红色源代码的代码.

2012-11-05T14:02:54+00:00 app[web.1]: Plugins in vendor/plugins (/app/vendor/plugins) are no longer allowed. Please,put your Redmine plugins in the `plugins` directory at the root of your Redmine directory (/app/plugins)    
2012-11-05T14:02:54+00:00 app[web.1]: => Booting WEBrick    
2012-11-05T14:02:54+00:00 app[web.1]: => Rails 3.2.8 application starting in production on http://0.0.0.0:40115    
2012-11-05T14:02:54+00:00 app[web.1]: => Call with -d to detach    
2012-11-05T14:02:54+00:00 app[web.1]: => Ctrl-C to shutdown server    
2012-11-05T14:02:54+00:00 app[web.1]: Exiting    
2012-11-05T14:02:55+00:00 heroku[web.1]: Process exited with status 1    
2012-11-05T14:02:55+00:00 heroku[web.1]: State changed from starting to crashed    
2012-11-05T14:02:56+00:00 heroku[router]: Error H10 (App crashed) -> GET ceciits.herokuapp.com/ dyno= queue= wait= service= status=503 bytes=    
2012-11-05T14:06:04+00:00 heroku[web.1]: State changed from crashed to down    
2012-11-05T14:06:04+00:00 heroku[web.1]: Unidling    
2012-11-05T14:06:04+00:00 heroku[web.1]: State changed from down to starting    
2012-11-05T14:06:07+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 3103`    
2012-11-05T14:06:12+00:00 app[web.1]: Plugins in vendor/plugins (/app/vendor/plugins) are no longer allowed. Please,put your Redmine plugins in the `plugins` directory at the root of your Redmine directory (/app/plugins)    
2012-11-05T14:06:12+00:00 app[web.1]: => Booting WEBrick
2012-11-05T14:06:12+00:00 app[web.1]: => Rails 3.2.8 application starting in production on http://0.0.0.0:3103
2012-11-05T14:06:12+00:00 app[web.1]: => Call with -d to detach
2012-11-05T14:06:12+00:00 app[web.1]: => Ctrl -C to shutdown server
2012-11-05T14:06:12+00:00 app[web.1]: Exiting    
2012-11-05T14:06:13+00:00 heroku[web.1]: Process exited with status 1
2012-11-05T14:06:13+00:00 heroku[web.1]: State changed from starting to crashed

我无法确定导致应用程序崩溃的原因在哪里,
谢谢回答…

解决方法

出于好奇,你碰巧生成了你的密钥吗?

试试跑步:
heroku运行rake generate_secret_token

不确定它是否会有所帮助,但我知道我之前遇到过这个问题.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读