Heroku错误H10(应用程序崩溃)- 安装Redmine 2.1

4

虽然我已经阅读了很多关于这个问题的文章,但我仍然无法解决这些错误。这是 heroku 日志的一部分,如果信息不足,我将更新 red mine 源代码的其他部分。

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

我无法确定导致应用程序崩溃的原因所在,感谢您的回答...


你是否实际执行了这个操作:“不再允许在vendor/plugins (/app/vendor/plugins)目录下添加插件。请将你的Redmine插件放在Redmine根目录下的plugins目录中 (/app/plugins)。”? - Cninroh
1个回答

2

只是出于好奇,您是否生成了您的密钥?

尝试运行以下命令: heroku run rake generate_secret_token

不确定这是否有帮助,但我知道我以前遇到过类似问题。


1
我试图重置我的环境,最终发现问题之一是我从未运行过 heroku run rake generate_secret_token... - shesee

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接