2013-03-21 17 views
-1

我收到以下錯誤獲得的CookieStore :: CookieOverflow JRuby中

Status: 500 Internal Server Error 
    ActionController::Session::CookieStore::CookieOverflow 
    D:\apps/Apache/tomcat-6.0.24/temp/1-epap/WEB-INF/vendor/rails/actionpack/lib/action_controller/session/cookie_store.rb:102:in `call' 
    D:\apps/Apache/tomcat-6.0.24/temp/1-epap/WEB-INF/vendor/rails/actionpack/lib/action_controller/failsafe.rb:11:in `call' 
    D:\apps/Apache/tomcat-6.0.24/temp/1-epap/WEB-INF/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:106:in `call' 
    D:/apps/Apache/tomcat-6.0.24/work/Catalina/localhost/epap/loader/rack/adapter/rails.rb:35:in `serve_rails' 
    D:/apps/Apache/tomcat-6.0.24/work/Catalina/localhost/epap/loader/rack/adapter/rails.rb:40:in `call' 
    D:/apps/Apache/tomcat-6.0.24/work/Catalina/localhost/epap/loader/jruby/rack/rails.rb:144:in `call' 
    /D:/apps/Apache/tomcat-6.0.24/work/Catalina/localhost/epap/loader/rack/handler/servlet.rb:17:in `call' 
    :1 

我試圖通過上傳Ruby應用程序中的Excel工作表。 excel有大約1800行。

回答

0

您嘗試存儲的信息量是問題所在。如documentationCookies imply a strict size limit of 4kB中所述。

相關問題