search for: systemstackerror

Displaying 20 results from an estimated 48 matches for "systemstackerror".

2006 Jul 12
5
SystemStackError
SystemStackError in GreyController#grey_search stack level too deep can anybody please enlighten me on this one...any possible way to troubleshoot? thanks, MSN id: ICEMANyears@netscape.net -- Posted via http://www.ruby-forum.com/.
2007 Nov 08
2
SystemStackError from redirect_to
Hi I''ve got a straightforward piece of code in my controller which will consistently produce a SystemStackError. @newmessage = @message.reply(params[:newmessage]) return unless request.post? if @newmessage.save flash[:notice] = "Message Sent" redirect_to :index end The error is occuring on the redirect_to line, if I comment that line out then everything behaves as it should. Does anyone have...
2006 Jul 18
1
Fixtures Max Size? SystemStackError: stack level too deep
Hello, I have a table of zipcodes that I am using in my application, so there are approximately 50,000 rows in this table. I have dumped the table to a fixture yaml file to represent this data, but when I try to load it, I get this error: SystemStackError: stack level too deep Is there a max size allowed for a fixture file..? Here is the --trace output: rake db:fixtures:load --trace ** Invoke db:fixtures:load (first_time) ** Invoke environment (first_time) ** Execute environment ** Execute db:fixtures:load rake aborted! a YAML error occured parsin...
2008 Jun 05
2
RSpec Story - SystemStackError: stack level too deep
...sts/") end When "I get some other page" do get(''/posts/''+ at post.id) end Then "my variable should still be set" do Post.find(:all).length.should == 1 + @postCount end ---------------------------------------------- It fails with "SystemStackError: stack level too deep" on the "When I get some other page" bit. If I remove the + at post.id bit, OR if I switch the order execution of the Given statements, the story works. What''s going on? Is this a bug, or am I just missing something? Additionally, I''ve trie...
2006 Aug 31
0
Net::HTTP.new produces SystemStackError?
http = Net::HTTP.new(HOST, PORT) When I try to create a new Net::HTTP object, I get a SystemStackError: "stack level too deep". The trace shows a long list of "/usr/lib/ruby/1.8/net/http.rb:333:in `newobj''", which when I look at the code seems to say that Net::HTTP keeps calling its own newobj method recursively, with some Proxy object involved? I''m not flue...
2006 Aug 15
0
SystemStackError: stack level too deep
...class Keyword < ActiveRecord::Base has_many :keyword_results, :dependent => :delete_all acts_as_tree :order => "text", :foreign_key => "top_keyword" end Before you ask: I commented all other callbacks and hooks out. now when I want to add a KeywordResult I get a SystemStackError. >> kw = Keyword.find(72) => #<Keyword:0x2595ec4 @attributes={"updated_at"=>"2006-07-25 23:50:54", "text"=>"my keyword", "lock_version"=>"14", "id"=>"72", "lang"=>"de",...
2006 Mar 21
2
r3981 causes SystemStackError
...changes are a rename of RailsInfoController to Rails::InfoController. That seems to be completely unrelated to this error: $ ruby script\server => Booting WEBrick... ./script/../config/../vendor/rails/activesupport/lib/active_support/inflector.rb:121:in `underscore': stack level too deep (SystemStackError) from ./script/../config/../vendor/rails/activesupport/lib/active_support/core_ext/string/inflections.rb:26:in `underscore' from ./script/../config/../vendor/rails/activesupport/lib/active_support/dependencies.rb:93:in `as_load_path' from ./script/../config/../vendor...
2007 Jan 31
2
SystemStackError: stack level too deep
I''m testing the http module in console. BUt I got the following error. Anyone knows why? >> Net::HTTP.get_print ''www.google.com'', ''index.html'' SystemStackError: stack level too deep from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net/http.rb:451:in `newobj'' from C:/InstantRails/ruby/lib/ruby/1.8/net\http.rb:451:in `new'' from C:/InstantRails...
2007 Dec 25
1
puppetd: err: Got an uncaught exception of type SystemStackError: stack level too deep
i''m having trouble with a file resource with 0.24.1. the manifest is very simple: file { "/": ensure => directory, owner => "root", group => "root", mode => 755 } when i run puppetd, i get the attached stack trace. removing this resource enables puppetd to complete its run successfully. any ideas? didn''t have this
2013 Jun 22
4
ActiveRecord::Base.transaction - SystemStackError - stack level too deep:
Im having an issue that seems to only happen when trying to use a transaction. Ive used transactions many times in the past and Im at a loss as to why im getting the stack level too deep problem. SystemStackError - stack level too deep: actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:70:in `'' I have a StackOveflow with more detail - http://stackoverflow.com/q/16930511/1408461 As stated in the SO. If I try to save the record to the database outside the transaction it saves just...
2009 Feb 02
9
ActiveRecord Unexplainable SystemStackError - Only in WEBrick
This SystemStackError is driving me crazy. It only takes place when testing with WEBrick - I can''t reproduce it with any tests. It is caused by calling the "missing" id method (base.rb:2435) on my ActiveRecord class. WEBrick and my tests are running as the same user, with a `ulimit -s` of 10240. Plu...
2006 Jan 02
19
AR: How to store and restore in YML.
Hello- I have a database with entries that are segmented by customers. I would like to be able to store / delete / restore a particular customer''s information. I will need to rebuild the rows on restore and also rebuild the associations for the different tables. For example, customer { id name } companies { id customer_id (belongs_to) name } contacts { id
2010 Apr 08
3
Puppet commands giving nothing but a stack trace
...veral this morning without incident, but there are two (more or less identical RHEL 5.3 systems) that throw horrible errors. These systems did not have Puppet or Ruby installed prior to today. # puppet --version /usr/lib/ruby/1.8/sync.rb:214:in `sync_unlock'': stack level too deep (SystemStackError) from /usr/lib/ruby/1.8/sync.rb:231:in `synchronize'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:290:in `name'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:288:in `each'' from /usr/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:...
2013 Oct 31
6
need help !!!
...[0;32minfo: Caching catalog for node_windows [0m [0;37mdebug: Puppet::Type::Exec::ProviderShell: feature posix is missing [0m [0;37mdebug: Puppet::Type::Exec::ProviderPosix: feature posix is missing [0m [0;37mdebug: Creating default schedules [0m *[1;35merr: Got an uncaught exception of type SystemStackError: stack level too deep [0m *[0;37mdebug: Storing state [0m [0;32minfo: Creating state file C:/ProgramData/PuppetLabs/puppet/var/state/state.yaml [0m [0;37mdebug: Stored state in 0.16 seconds [0m [0;36mnotice: Finished catalog run in 0.23 seconds [0m [0;37mdebug: Value of ''preferred_ser...
2008 Nov 07
0
[ wxruby-Bugs-22706 ] BitmapComboBox doesn''t work on Linux GTK+
...--------- It worked correctly on Windows but froze on Linux. I use wxRuby 1.9.9, wxGTK 2.8.7, GTK+ 2.12.11, Ruby 1.8.6 and Gentoo Linux. I clicked BitmapComboBox on Linux and then it was frozen but sometimes these error messages was shown. app.rb:16:in `get_count'': stack level too deep (SystemStackError) from app.rb:16:in `process_event'' from app.rb:16:in `get_count'' from app.rb:16:in `process_event'' from app.rb:16:in `main_loop'' from app.rb:16 OR app.rb:16:in `get_count'': stack level too deep (SystemStackError)...
2006 Jan 10
4
Problem creating MockController
...end class MockController < ActionController::Base def initialize @url = UrlRewriter.new(ActionController::TestRequest.new, nil) super end end because if I just do require ''action_controller'' I get a no such file error. Problem with this mock is that I get a recursive error: SystemStackError: stack level too deep d:/ruby/lib/ruby/gems/1.8/gems/actionpack-1.11.0/lib/action_controller/helpers.rb:112:in `inherited_without_api'' d:/ruby/lib/ruby/gems/1.8/gems/actionwebservice-0.9.3/lib/action_web_service/container/action_controller_container.rb:86:in `inherited_without_action_contr...
2006 Mar 25
1
Question about upgrading to rails rc1.1
...rails-1-1-release-candidate-1-available The project still can not be started,anybody can tell me the reason?very thanksful!And following is the failed log: c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_support/depen dencies.rb:30:in `depend_on'': stack level too deep (SystemStackError) from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_ support/dependencies.rb:74:in `require_dependency'' from c:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5.4008/lib/active_ support/dependencies.rb:104:in `rake_original_const_missing''...
2012 Dec 13
7
Thin server giving Stack level too deep error
Hi, I am using thin web server in my rails project. But it gives stack level too deep error. Couldn''t find any appropriate solution to this. I have tried updating the ruby but didn''t help. Regards, Sumit -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2011 Apr 23
1
rake spec fails where rake spec:(models|controllers|views) pass
...ls 2.3.11 on ruby 1.9.2-p180, when I $ rake spec:models they all pass. When I $ rake spec:controllers they all pass. When I $ rake spec:views they all pass. But when I $ rake spec I get <path to gem>/activesupport-2.3.11/lib/active_support/dependencies.rb:177: stack level too deep (SystemStackError) I''ve been tinkering around with the rake file, and when I change t.spec_files = FileList[''spec/**/*_spec.rb''] in the default task to hit just one of the subdirectories, such as t.spec_files = FileList[''spec/models/**/*_spec.rb''] then rake spe...
2006 Jan 12
3
url_for in tests
Hi there, I''ve added an extra bunch of testing features for doing in-browser testing with Selenium, and am having quite a time figuring out how to use url_for with having a controller object present. I''ve tried using ActionController::Base.url_for and ActionView::Helpers::UrlHelper.url_for but haven''t been able to get something that works. What I want to be able