简体   繁体   English

rails服务器启动问题

[英]Problem in rails server starting

When i tried to start my rails application.当我尝试启动我的 Rails 应用程序时。 it started by the webpage didn't load.它由网页启动并没有加载。 Anybody know the reason and please tell me how to solve this issue任何人都知道原因,请告诉我如何解决这个问题

Error in browser:
Application error Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html
Error in log:
=> Booting WEBrick... [2011-05-27 14:11:08] INFO WEBrick 1.3.1 [2011-05-27 14:11:08] INFO ruby 1.8.7 (2008-08-11) [i686-linux] [2011-05-27 14:11:08] INFO WEBrick::HTTPServer#start: pid=13827 port=3001 => Rails application started on http://0.0.0.0:3001 => Ctrl-C to shutdown server; call with --help for options 127.0.0.1 - - [27/May/2011:14:11:10 IST] "GET / HTTP/1.1" 500 309 - -> /

What does the log file log/development.log say?日志文件log/development.log说什么? Maybe a problem with the Ruby version, with missing Ruby gems, or with the database.可能是 Ruby 版本存在问题,缺少 Ruby gems,或者数据库存在问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM