voodoodyne / subetha

SubEtha Mail is a J2EE-based mailing list manager
Other
13 stars 6 forks source link

Problem uploading large mailboxes #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There seems to be a hardcoded maximum message size in subetha. When importing a
messag from an old list management software that is too large the exception
below occurs.

Please add a switch to the jmx-management console so that this is defineable.

Possibly even make it a filter defineable value so that it is a per list setting
that not only affects import but also posting size which could reject messages
(guess that last part is different topic but i think the possibility to add that
should be done in here)

2007-07-18 22:10:16,725 ERROR [org.tagonist.ActionTag] Problem with
action org.subethamail.web.action.UploadMBOX
javax.ejb.EJBTransactionRolledbackException:
java.lang.RuntimeException: javax.mail.MessagingException:
IOException;
 nested exception is:
       org.subethamail.common.io.LimitExceededException: Predicted
size 10002432 exceeds limit 10000000
       at org.jboss.ejb3.tx.Ejb3TxPolicy.handleInCallerTx(Ejb3TxPolicy.java:93)
       at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:130)
       at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
       at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.ja
va:76)
       at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceIn
terceptor.java:62)
       at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
       at
org.jboss.aspects.security.RunAsSecurityInterceptor.invoke(RunAsSecurityIntercep
tor.java:79)
       at
org.jboss.ejb3.security.RunAsSecurityInterceptor.invoke(RunAsSecurityInterceptor
.java:63)
       at
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)

Original issue reported on code.google.com by lhori...@gmail.com on 4 Jun 2009 at 11:04

GoogleCodeExporter commented 9 years ago
Way old. That is hitting the message size limit. 

Original comment by scotthernandez on 4 Aug 2010 at 4:09