Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2012
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.13 KB | None | 0 0
  1. => Booting WEBrick
  2. => Rails 3.2.9 application starting in production on http://0.0.0.0:3000
  3. => Call with -d to detach
  4. => Ctrl-C to shutdown server
  5. [2012-12-03 01:54:20] INFO  WEBrick 1.3.1
  6. [2012-12-03 01:54:20] INFO  ruby 1.9.2 (2012-04-20) [i386-darwin9.8.0]
  7. [2012-12-03 01:54:20] INFO  WEBrick::HTTPServer#start: pid=22510 port=3000
  8. Started GET "/users" for 127.0.0.1 at 2012-12-03 01:54:26 +0200
  9. Processing by UsersController#index as HTML
  10.   Rendered users/index.html.erb within layouts/application (5.1ms)
  11. Completed 500 Internal Server Error in 319ms
  12.  
  13. ActionView::Template::Error (FATAL ERROR: CodeRange::GetNextAllocationBlock Allocation failed - process out of memory
  14.  
  15.   (in /Users/kostas/rails/app/app/assets/javascripts/application.js)):
  16.     3: <head>
  17.     4:   <title>App</title>
  18.     5:   <%= stylesheet_link_tag    "application", :media => "all" %>
  19.     6:   <%= javascript_include_tag "application" %>
  20.     7:   <%= csrf_meta_tags %>
  21.     8: </head>
  22.     9: <body>
  23.   app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___586796940_19881320'
  24.  app/controllers/users_controller.rb:7:in `index'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement