Page 2 of 2

Posted: Wed Oct 13, 2010 2:12 pm
by sannc
Hi!

Is there any news regarding this topic? The limit of 1 MB (or even less for pdfs is really annoying).

We also get the same error message with V 6.1:

Code: Select all

java.lang.IllegalStateException: forward() not allowed after buffer has
committed.
   at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:139)
   at com.caucho.server.webapp.RequestDispatcherImpl.error(RequestDispatcherImpl.java:113)
   at com.caucho.server.webapp.ErrorPageManager.sendServletError(ErrorPageManager.java:363)
   at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:180)
   at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
   at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:268)
   at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
   at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:507)
   at com.caucho.util.ThreadPool.run(ThreadPool.java:433)
   at java.lang.Thread.run(Unknown Source) 
Is there a fix?

Best regards
Carsten Sann

Posted: Thu Nov 25, 2010 4:02 pm
by maschoff
OpenEMM 6.2 will allow adjustment of the maximum size of attachments via a property in file emm.properties.

Posted: Mon Dec 13, 2010 8:30 am
by maschoff
OpenEMM 6.2 has just been launched and allows you to define the maximum size of attachments yourself in file emm.properties.

Re:

Posted: Mon Apr 04, 2011 4:02 pm
by mmenke
sannc wrote:Hi!

Is there any news regarding this topic? The limit of 1 MB (or even less for pdfs is really annoying).

We also get the same error message with V 6.1:

Code: Select all

java.lang.IllegalStateException: forward() not allowed after buffer has
committed.
   at com.caucho.server.webapp.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:139)
   at com.caucho.server.webapp.RequestDispatcherImpl.error(RequestDispatcherImpl.java:113)
   at com.caucho.server.webapp.ErrorPageManager.sendServletError(ErrorPageManager.java:363)
   at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:180)
   at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:229)
   at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:268)
   at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
   at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:507)
   at com.caucho.util.ThreadPool.run(ThreadPool.java:433)
   at java.lang.Thread.run(Unknown Source) 
Is there a fix?

Best regards
Carsten Sann
Hello Carsten,

maybe you can fix this error by increasing the MySQL max_allowed_packet setting in your my.cnf. This solved it for me.

Just try max_allowed_packet=16M in the [mysqld] section of your my.cnf. Restart the MySQL server and off you go.

Cheers

Marco