使用apache tomcat部署JRuby WAR文件后出错?为什么?

时间:2016-02-25 10:48:45

标签: java tomcat jruby warbler

We have created WAR file in JRuby and deployed on Apache tomcat, But when i run Apache tomcat, i saw above image as a error messaage

我收到错误:

忽略bcrypt-3.1.10,因为它的扩展未构建。尝试:gem pristine bcrypt --version 3.1.10 忽略binding_of_caller-0.7.3.pre1,因为它的扩展未构建。尝试:gem pristine binding_of_caller --version 0.7.3.pre1 忽略binding_of_caller-0.7.2,因为它的扩展未构建。尝试:gem pristine binding_of_caller --version 0.7.2 您没有指定Rails如何报告开发环境的弃用通知,请将config.active_support.deprecation设置为:log at config / environments / development.rb /home/bvc-10/tomcat/webapps/sk/WEB-INF/gems/gems/actionpack-3.2.11/lib/action_dispatch/http/mime_type.rb:102警告:已初始化常量PDF

1 个答案:

答案 0 :(得分:0)

如果您取消将env变量设置为指向任何gem home位置(unset GEM_HOMEunset GEM_PATH

,那么您似乎应该能够安全地忽略这些警告。