1 Reply Latest reply on Feb 22, 2012 7:01 PM by hiro.y

    Unable to process deployment descriptor for context '/designer'

    hiro.y

      Hi, I'm new here.

      I just downloaded jBPM5.1 full installer and installed as default.

      (java version is 1.6.0_21 and ant version is 1.8.2)

      After installation, I started jBPM with "ant start.demo" and got log below.

       

      2012-02-21 19:03:50,756 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/admin-console

      2012-02-21 19:03:50,818 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'

      2012-02-21 19:03:52,552 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/

      2012-02-21 19:04:10,202 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/designer

      2012-02-21 19:04:10,249 WARNING [javax.enterprise.resource.webcontainer.jsf.config] (main) Unable to process deployment descriptor for context '/designer'

      2012-02-21 19:04:10,249 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (main) Initializing Mojarra (1.2_12-b01-FCS) for context '/designer'

      2012-02-21 19:04:36,381 INFO  [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/drools-guvnor

      2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Class path contains multiple SLF4J bindings.

      2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/D:/Personal/jBPM5.1/jboss-5.1.0.GA/server/default/deploy/drools-guvnor.war/WEB-INF/lib/slf4j-log4j12-1.6.0.jar/org/slf4j/impl/StaticLoggerBinder.class]

      2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: Found binding in [vfszip:/D:/Personal/jBPM5.1/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class]

      2012-02-21 19:04:36,568 ERROR [STDERR] (main) SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.

       

      My jbpm-console and drools-guvnor are OK, but desiger does not work.

      When I create new BPMN2 Process on Guvnor, I get the message below.

       

      HTTPステータス 404 - /designer/editor/

      type ステータスレポート

      メッセージ /designer/editor/

      説明 The requested resource (/designer/editor/) is not available.

      JBoss Web/2.1.3.GA

       

      I think designer is not deployed correctly.

      Anyone have idea for this problem ?

      (I got the same problem on jBPM5.2)

        • 1. Re: Unable to process deployment descriptor for context '/designer'
          hiro.y

          I solved problem.

          1) unzip designer.war

          2) correct format of .json and .orig files in jboss-5.1.0.GA\server\default\deploy\designer.war\stencilsets\bpmn2.0jbpm\

            3) put it in jboss-5.1.0.GA\server\default\deploy (don't zip, as exploded archive.)

          Original stencil files are not well formatted.(German format)

          You need to correct before deployment.