0

我在軌道上運行的應用程序的紅寶石我亞馬遜的服務器上(鋼軌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

請檢查一下 –

回答

0

該問題不是在錯誤中顯示的問題。必須重新安裝乘客,nginx到更新的版本才能直接在服務器上進行更改。 tcp socket沒有在服務器上正確配置,所以在Ahmad Sherif的幫助下,我終於可以解決問題了。我從中學到的是,我應該更多地接觸到美洲獅,因爲依賴於一臺服務器的瘦服務器在恐慌時並不會有幫助。