You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Christopher Snow <sn...@snowconsulting.co.uk> on 2009/12/15 16:33:09 UTC

RuntimeData getting full

I'm using the email service to send emails with photo attachments. These
emails could be quite big (i.e. approx 5Mb - 10Mb).

The image data appears to be getting stored in RuntimeData.  Is this
correct?

Does this table ever get purge - it appears to be getting quite full!

I'm using ofbiz 4.0. 

Many thanks,

Chris

Re: RuntimeData getting full

Posted by Ruth Hoffman <rh...@aesolves.com>.
Hi Chris:

I'm not sure about RuntimeData and 4.x.

In the 9.04 version I'm using now (pretty recent), HTML validation 
failures (the content/body of my emails is HTML) caused the sendMail 
SECA to spew all kinds of stuff to various log files. Rather then trying 
to figure out what was going on since I know the HTML was valid,  (ok, I 
did try and ask the list, but that was of limited value) I ended up just 
commenting out the SECA - it was defined in the Party component - and 
calling sendMail directly with my own service.

Regards,
Ruth

Christopher Snow wrote:
> I'm using the email service to send emails with photo attachments. These
> emails could be quite big (i.e. approx 5Mb - 10Mb).
>
> The image data appears to be getting stored in RuntimeData.  Is this
> correct?
>
> Does this table ever get purge - it appears to be getting quite full!
>
> I'm using ofbiz 4.0. 
>
> Many thanks,
>
> Chris
>
>