使用 Warbler 时的 500 响应代码
我尝试使用 warbler gem 将一个简单的 RubyOnRails 应用程序部署到 tomcat 应用程序服务器。 我只是生成了一个新应用程序,带有一个简单的脚手架,并将其配置为使用 jdbcmysql 适配器。 然后我简单地创建并迁移了数据库,执行了warbler并将war部署到我本地的tomcat(版本6.0.23)。 我可以部署战争,如果我点击应用程序,它会显示 RubyOnRails“欢迎”页面。 但如果我点击控制器,应用程序会响应 500 错误代码。 日志(catalina.out ...)保持为空。
我使用当前的 gem 版本的 Rails、Warbler 和 jdbcmysql、稳定版本的 tomcat 以及 ubuntu 中的 jruby 包(测试)。
有什么建议吗? 我在哪里可以找到更多信息、日志。
感谢您的帮助!
I've tried to deploy a simple RubyOnRails app to tomcat app-server with the warbler gem. I simply generated a new app, with a simple scaffold and configured it to use the jdbcmysql adapter. Then i simply created and migrated the database, executed warbler and deployed the war to my local tomcat (Version 6.0.23). I can deploy the war and if i hit the app it shows the RubyOnRails 'Welcome' page. But if i hit a controller, the app response with a 500 Error code. The logs (catalina.out ...) stay empty.
I use the current gem versions of rails, warbler and jdbcmysql, the stable release of tomcat and the jruby package in ubuntu (testing).
Are there any suggestions? Where can i find additional information, logs.
Thank you for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两个问题需要解决:
kenai.com/jira/browse/JRUBY_RACK-18
或者按照以下说明进行操作:
stufftohelpyouout.blogspot.com/2009/06/how-to-get-warbler-to-include-custom.html
以及jruby-rack 快照来自:
http:// /snapshots.repository.codehaus.org/org/jruby/rack/jruby-rack/0.9.5-SNAPSHOT/
kenai.com/projects/jruby/pages/Rails_2_3_2
There where two issues to work around:
kenai.com/jira/browse/JRUBY_RACK-18
Or follow the instructions on:
stufftohelpyouout.blogspot.com/2009/06/how-to-get-warbler-to-include-custom.html
with the jruby-rack snapshot from:
http://snapshots.repository.codehaus.org/org/jruby/rack/jruby-rack/0.9.5-SNAPSHOT/
kenai.com/projects/jruby/pages/Rails_2_3_2