Created
June 14, 2012 18:24
-
-
Save maurimiranda/2931954 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ArgumentError in CatalogsController#find | |
| `per_page` setting cannot be less than 1 (0 given) | |
| RAILS_ROOT: /Users/mmiranda/projects/ccMainline | |
| Application Trace | Framework Trace | Full Trace | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/will_paginate-2.3.14/lib/will_paginate/collection.rb:51:in `initialize' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/will_paginate-2.3.14/lib/will_paginate/collection.rb:84:in `new' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/will_paginate-2.3.14/lib/will_paginate/collection.rb:84:in `create' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/sunspot-1.2.1/lib/sunspot/search/abstract_search.rb:277:in `maybe_will_paginate' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/sunspot-1.2.1/lib/sunspot/search/abstract_search.rb:87:in `hits' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/sunspot-1.2.1/lib/sunspot/search/abstract_search.rb:272:in `verified_hits' | |
| /Users/mmiranda/.rvm/gems/ruby-1.8.7-p330@catalogchoice/gems/sunspot-1.2.1/lib/sunspot/search/abstract_search.rb:56:in `results' | |
| /Users/mmiranda/projects/ccMainline/app/models/catalog.rb:384:in `consumer_search' | |
| /Users/mmiranda/projects/ccMainline/app/models/catalog.rb:377:in `search_using_solr' | |
| /Users/mmiranda/projects/ccMainline/app/controllers/catalogs_controller.rb:96:in `perform_search' | |
| /Users/mmiranda/projects/ccMainline/app/controllers/catalogs_controller.rb:69:in `find' | |
| /Users/mmiranda/projects/ccMainline/app/controllers/application_controller.rb:47:in `configure_url_generator' | |
| /Users/mmiranda/projects/ccMainline/lib/url_generator.rb:11:in `with_request' | |
| /Users/mmiranda/projects/ccMainline/app/controllers/application_controller.rb:46:in `configure_url_generator' | |
| Request | |
| Parameters: | |
| {"commit"=>"Search", | |
| "query"=>"ice"} | |
| Show session dump | |
| Response | |
| Headers: | |
| {"Content-Type"=>"", | |
| "Cache-Control"=>"no-cache"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file describes the network interfaces available on your system | |
| # and how to activate them. For more information, see interfaces(5). | |
| # The loopback network interface | |
| auto lo | |
| iface lo inet loopback | |
| # The primary network interface | |
| # dev-dit6 | |
| auto eth3 | |
| iface eth3 inet static | |
| address 192.168.10.30 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 | |
| gateway 192.168.10.2 | |
| broadcast 192.168.10.255 | |
| # tid-dit6 | |
| auto eth3:1 | |
| iface eth3:1 inet static | |
| address 192.168.10.31 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 | |
| # lead-dit6 | |
| auto eth3:2 | |
| iface eth3:2 inet static | |
| address 192.168.10.32 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 | |
| # images-dit6 | |
| auto eth3:3 | |
| iface eth3:3 inet static | |
| address 192.168.10.33 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 | |
| # director-dit6 | |
| auto eth3:4 | |
| iface eth3:4 inet static | |
| address 192.168.10.34 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 | |
| # intranet-dit6 | |
| auto eth3:5 | |
| iface eth3:5 inet static | |
| address 192.168.10.35 | |
| netmask 255.255.255.0 | |
| network 192.168.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment