8 Replies Latest reply on Oct 12, 2005 4:02 PM by kukeltje

    Processing image tag in task.jsp not working

    davidsan1001

      If I comment out the line below in the task.jsp, everything works fine. Otherwise the whole page breaks.

      <jbpm:processimage task="${taskBean.taskInstanceId}"/>

      Here is the the full error message from the browser. Another question, at the bottom it mentions "The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs." I'm running JBoss-4.0.1, where is this log located?

      javax.servlet.ServletException: org.apache.jasper.JasperException
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:125)
      org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
      org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
      org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
      org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

      root cause

      javax.faces.FacesException: org.apache.jasper.JasperException
      org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
      org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:280)
      org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:110)
      org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
      org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
      org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
      org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
      org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)

      note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.