Uploading picture components in templates

Use this forum to report bugs and to check for bugfixes and new releases of OpenEMM

Moderator: moderator

thomas.weber
Posts: 3
Joined: Mon Mar 02, 2009 11:17 am

Uploading picture components in templates

Post by thomas.weber »

When trying to upload a picture component to a template i'm getting one of the two following exceptions. Uploading neither works with existing nor with newly created templates. Any ideas?
(I'm using OpenEMM 5.5.1 on Windows 2003 Server)
---------
javax.servlet.ServletException: javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Error: org.springframework.dao.InvalidDataAccessApiUsageException: MailingComponentEmbedded; nested exception is org.hibernate.TransientObjectException: MailingComponentEmbedded
---------
500 Servlet Exception
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(Thread.java:619)
---------