1 Reply Latest reply on Nov 23, 2012 11:51 AM by heidarzadeh

    Problem with jbpm designer war file for tomcat

    heidarzadeh

      hi,

      I've just downloaded jbpm-designer-2.4.0.Final-tomcat.war from sourceforge and dropped it into my tomcat's webapp folder.

      but when I type http://localhost:8090/jbpm/editor.html in my browser, I just get following message in browser :

      @defaultSkin@ @overlaySkin@

       

      Also when I type this url in my browser : http://localhost:8090/jbpm/editor , nothing displays in my browser and I get following error in tomcat log:

      SEVERE: Error setting up form widgets: Connection refused: connect

      Nov 22, 2012 11:44:47 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit setupFormWidgets

       

      And when I use this url http://localhost:8090/jbpm/editor?profile=jbpm I get following error in tomcat log:

       

      SEVERE: null

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit findWorkitemInfoForUUID

      SEVERE: null

      Setting up default workitem configuration

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit setupDefaultWorkitemConfigs

      SEVERE: null

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit setupDefaultWorkitemConfigs

      SEVERE: null

      End setting up default workitem configuration

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit findWorkitemInfoForUUID

      SEVERE: null

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit findWorkitemInfoForUUID

      SEVERE: null

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit deletefile

      INFO: Successfully deleted file :C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.22\webapps\jbpm\stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json

      Nov 23, 2012 6:15:24 PM org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit createAndWriteToFile

      INFO: Created file:C:\Program Files\Apache Software Foundation\Apache Tomcat 7.0.22\webapps\jbpm\stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json

       


      Is there any special configuration to run jbpm designer in tomcat that I'm missing?

       

      I use windows 7 and Apache Tomcat 7.0.22 .