Rails的亚马逊生产错误

问题描述:

我在轨道上运行的应用程序的红宝石我亚马逊的服务器上(钢轨3.0.6,1.9.3红宝石),用户注册则显示错误 - 出了错Rails的亚马逊生产错误

更新日志

开始POST “/ job_seeker/sign_up” 为122.169.118.210在2014年2月19日15时12分30秒 处理0000由RegistrationsController#创建以HTML 参数:{ “UTF8”=> “✓”, “authenticity_token”=>“EJz60o29u5pXTOv7 + gO/sVDXyGhVcHuM8Iezn5daKlI =”, “user”=> {“first_name”=>“kumar”,“last_name”=>“pathak”, “email”=>“[email protected]”,“password”=>“[FILTERED]”, “password_confirmation”=>“[FILTERED]”},“commit”=>“注册”}呈现 设计/邮件/ confirmation_instructions.html.erb(0.5毫秒)

发送的邮件[email protected]在297ms

的Net :: SMTPAuthenticationError(535-5.7.8用户名已完成(141ms)和密码不 公认。了解更多):
应用程序/控制器/ registrations_controller.rb:16:'创建”

入门使用 “/用户/密码/新” 为122.169.118.210在2014年2月19日15:13 : 00 +0000处理Devise :: PasswordsController#new as HTML 渲染设计/共享/ _links.html.erb(0.5ms)渲染 layouts/application.html.erb(6.0ms)渲染 devise/passwords/new.html布局内.erb /含量(10.7ms) 完成200 OK在120毫秒(浏览次数:119.1ms | ActiveRecord的:11.5ms)

运行图10示出

发起者GET通过MainController#索引 “/” 为122.169.118.210在2014年2月19日15时13分08秒0000
处理作为HTML格式呈现布局内 主/ index.html.erb/application(6.0ms)已完成200 OK in 7ms(查看:6.5ms | ActiveRecord的:为0.2ms)

发起者GET通过MainController#索引 “/” 为122.169.118.210在2014年2月19日15时48分16秒0000
处理作为HTML格式呈现主/ index.html.erb内 布局/应用程序(5.9ms)完成200 OK在7毫秒(浏览次数:6.2ms | ActiveRecord的:为0.2ms)

这里是我的index.html.erb代码

<div id="banner"> 
     <script language="javascript"> 
       if (AC_FL_RunContent == 0) { 
         alert("This page requires AC_RunActiveContent.js."); 
       } else { 
         AC_FL_RunContent(
           'codebase', '', 
           'width', '713', 
           'height', '279', 
           'src', 'slideshow', 
           'quality', 'high', 
           'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 
           'align', 'middle', 
           'play', 'true', 
           'loop', 'true', 
           'scale', 'showall', 
           'wmode', 'window', 
           'devicefont', 'false', 
           'id', 'slideshow', 
           'bgcolor', '#ffffff', 
           'name', 'slideshow', 
           'menu', 'true', 
           'allowFullScreen', 'false', 
           'allowScriptAccess','sameDomain', 
           'movie', 'slideshow', 
           'salign', '' 
           ); //end AC code 
       } 
     </script> 
     <noscript> 
       <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="640" height="466" id="slideshow" align="middle"> 
       <param name="allowScriptAccess" value="sameDomain" /> 
       <param name="allowFullScreen" value="false" /> 
       <param name="movie" value="slideshow.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />  <embed src="slideshow.swf" quality="high" bgcolor="#ffffff" width="713" height="279" name="slideshow" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
       </object> 
       </noscript> 
</div> 
<div id="modulelist"> 
     <div class="moduletable"> 
       <h3>Are You Seeking a Job?</h3> 
       <p>Job seekers can create an iTAG, post 
       their resume, and manage their content in a user-friendly environment.</p> 
       <%= link_to "Find a job", new_job_seeker_registration_path, :class => "readon" %> 
     </div> 
     <div class="moduletable last"> 
       <h3>Are You Seeking Help?</h3> 
       <p>App offers employers and job seekers the perfect forum for identifying and connecting with successful matches.</p> 
       <%= link_to "Find a new job", new_talent_seeker_registration_path, :class => "readon" %> 
     </div> 

</div> 

我没有得到任何指针,以我可能会做什么错误的,请帮助或任何建议,欢迎。提前致谢 。

+0

您发布的日志不是很有帮助,如果您添加更多日志条目直到发生错误,那将会更好。 –

+0

等一下,会做 –

+0

请检查一下 –

该问题不是在错误中显示的问题。必须重新安装乘客,nginx到更新的版本才能直接在服务器上进行更改。 tcp socket没有在服务器上正确配置,所以在Ahmad Sherif的帮助下,我终于可以解决问题了。我从中学到的是,我应该更多地接触到美洲狮,因为依赖于一台服务器的瘦服务器在恐慌时并不会有帮助。