search for: transactionerror

Displaying 4 results from an estimated 4 matches for "transactionerror".

2008 Apr 04
2
TransactionError
...:foo ** Writing PID file to /home/foo/skatestuff_freebox/releases/20080319193713/tmp/pids/dispatch.foo.pid /home/foo/skatestuff_freebox/releases/20080319193713/vendor/rails/activerecord/lib/active_record/transactions.rb:76:in ` transaction'': Transaction aborted (ActiveRecord::Transactions::TransactionError) from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:293:in `call'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:293:in `join'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/c...
2007 Jun 06
10
Attachment_fu S3 uploads killing mongrel
I was wondering if anyone here has seen a similar error to this... >From mongrel.log /usr/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/ transactions.rb:85:in `transaction'': Transaction aborted (ActiveRecord::Transactions::TransactionError) from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:293:in `call'' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:293:in `join'' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/ configurator.rb:...
2006 Aug 23
0
Issue updating database from csv file
...ers to the website. (Uploads fine) The code loops through each row checking if the user already exists and then either updating the attributes or adding a new user to the database. The csv file has over 3000 rows and does not complete. (At one point I got an error: A ActiveRecord::Transactions::TransactionError occurred in pupils#upload: Transaction aborted /usr/lib/ruby/gems/1.8/gems/activerecord-1.14.3/lib/active_record/transactions.rb:84:in `transaction'' ) I have tried with smaller csv files, 1000 lines, and some times it works and others it fails. The code uses the CSV.open and each...
2006 Oct 31
9
Problems with mongrel dying
...ngrel.log after the restart is: /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.5/bin/mongrel_rails:234 /usr/bin/mongrel_rails:18 /var/www/apps/kd/current/config/../vendor/rails/activerecord/lib/active_record/transactions.rb:84:in `transaction'': Transaction aborted (ActiveRecord::Transactions::TransactionError) from /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.5/lib/mongrel/configurator.rb:293:in `join'' from /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.5/lib/mongrel/configurator.rb:293:in `join'' from /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.5/bin/mongrel_rails:133:in...