[Backgroundrb-devel] Error after moving to production server
skaar
skaar at waste.org
Fri Oct 27 12:15:44 EDT 2006
* Jerrod Blavos (jerrod at indierockmedia.com) [061027 11:05]:
> so i have an after_create method on my track model that kicks off a
> background process that converts an mp3 to a swf.
> this is working fine locally on my machine, but upon moving it to my
> production server, i am getting the following error. I've only been
> using backgroundRB for like 48 hours, so i'm not really sure what
> this means or where to go. any ideas?
the stack strace tells that you are attempting to send a 960MB or so
payload, and load_limit is 25MB by default. Are you sure that you are
sending what you intend to send?
/skaar
>
> DRb::DRbConnError (too large packet 1008813135):
> /usr/lib/ruby/1.8/drb/drb.rb:570:in `load'
> /usr/lib/ruby/1.8/drb/drb.rb:629:in `recv_reply'
> /usr/lib/ruby/1.8/drb/drb.rb:918:in `recv_reply'
> /usr/lib/ruby/1.8/drb/drb.rb:1192:in `send_message'
> /usr/lib/ruby/1.8/drb/drb.rb:1083:in `method_missing'
> /usr/lib/ruby/1.8/drb/drb.rb:1167:in `open'
> /usr/lib/ruby/1.8/drb/drb.rb:1082:in `method_missing'
> /usr/lib/ruby/1.8/drb/drb.rb:1100:in `with_friend'
> /usr/lib/ruby/1.8/drb/drb.rb:1081:in `method_missing'
> /app/models/track.rb:55:in `save_swf'
> /app/models/track.rb:40:in `process'
> _______________________________________________
> Backgroundrb-devel mailing list
> Backgroundrb-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/backgroundrb-devel
--
----------------------------------------------------------------------
|\|\ where in the | s_u_b_s_t_r_u_c_t_i_o_n
| | >=========== W.A.S.T.E. | genarratologies
|/|/ (_) is the wisdom | skaar at waste.org
----------------------------------------------------------------------
More information about the Backgroundrb-devel
mailing list