4 Replies Latest reply on Aug 28, 2006 4:36 AM by machliang

    JBPM3 + Tomcat5 + Mysql5  error!

    machliang

      Hi,
      After some configurations and ant, I put the jbpm.war under Tomcat5 webapps dir. And the login for "cookie monster" is ok, but something wrong after "create new web sale order". I remember after inputing the "item", "quantity", "address" and press "Save and Close Task", the task should be passed to "ernie", but what I got was the task still in cookie monster's task list. And , if I clicked the tasklist item, I will get the following error message in my IE. Does anyone have ever got this kind of error before?
      Thanks a lot!

      Mars

      =======
      exception

      javax.servlet.ServletException: Error calling action method of component with id _id1_0:_id4
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
      org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:55)
      org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
      org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)


      root cause

      javax.faces.FacesException: Error calling action method of component with id _id1_0:_id4
      org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
      javax.faces.component.UICommand.broadcast(UICommand.java:106)
      javax.faces.component.UIData.broadcast(UIData.java:338)
      javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
      javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
      org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
      org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
      org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:55)
      org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:83)
      org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:59)

      ======