5 Replies Latest reply on Jul 7, 2014 1:44 AM by swiderski.maciej

    deployment is completed but there is nothing in process definition list to start

    greenday_ra

      Hi

      I make an example project based on this tutorial video

      project deployment done completely without any error but now

      I can see it in deployment list but there is nothing in process definition list to start.

      I select my user name as actor, and my user have these roles admin,analyst,developer

      my jbpm is 6.1

        • 1. Re: deployment is completed but there is nothing in process definition list to start
          salaboy21

          Hmm.. can you check the server.log file to see if there is any exception that might be causing an issue?

          How does your process look like?

          • 2. Re: deployment is completed but there is nothing in process definition list to start
            greenday_ra

            here is the server log

             

            12:25:53,517 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "kie-wb.war"

            12:27:24,365 WARN  [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http--127.0.0.1-8080-4) No files found for KieBase kbase

            12:27:24,366 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (http--127.0.0.1-8080-4) KieModule was added:MemoryKieModule[ ReleaseId=com.myproject:myproject1:1.0]

            12:27:44,293 INFO  [org.jbpm.designer.server.EditorHandler] (http--127.0.0.1-8080-5) Performing diagram information pre-processing steps.

            12:27:46,016 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Successfully deleted file :/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json

            12:27:46,093 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Created file:/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/bpmn2.0jbpm.json

            12:27:46,301 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Created file:/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/view/activity/workitems/Log.svg

            12:27:46,315 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Created file:/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/view/activity/workitems/Email.svg

            12:27:46,329 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Created file:/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/view/activity/workitems/Rest.svg

            12:27:46,352 INFO  [org.jbpm.designer.web.preprocessing.impl.JbpmPreprocessingUnit] (http--127.0.0.1-8080-5) Created file:/home/greenday/jboss/standalone/tmp/vfs/tempbb2e43d08659635/kie-wb.war-c2e66ff4d1b8bb92/org.kie.workbench.KIEWebapp/stencilsets/bpmn2.0jbpm/view/activity/workitems/WebService.svg

            12:27:46,356 WARN  [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http--127.0.0.1-8080-1) No files found for KieBase kbase

            12:27:46,356 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (http--127.0.0.1-8080-1) KieModule was added:MemoryKieModule[ ReleaseId=com.myproject:myproject1:1.0]

            12:27:47,616 WARN  [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http--127.0.0.1-8080-1) No files found for KieBase kbase

            12:27:47,617 INFO  [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (http--127.0.0.1-8080-1) KieModule was added:ZipKieModule[ ReleaseId=com.myproject:myproject1:1.0file=/home/greenday/.m2/repository/com/myproject/myproject1/1.0/myproject1-1.0.jar]

            12:27:50,322 INFO  [org.jbpm.designer.web.server.DictionaryServlet] (http--127.0.0.1-8080-2) Unable to find existing dictionary information.

            • 3. Re: deployment is completed but there is nothing in process definition list to start
              swiderski.maciej

              as the logs indicate:

              12:27:47,616 WARN  [org.drools.compiler.kie.builder.impl.AbstractKieModule] (http--127.0.0.1-8080-1) No files found for KieBase kbase

               

              there are no files added to kbase and thus nothing is available after deployment. Most likely you have not defined packages to be included in the kbase when configuring project via project editor. If you created custom kbase/ksession definitions then make sure you define what packages it includes.

               

              HTH

              1 of 1 people found this helpful
              • 4. Re: deployment is completed but there is nothing in process definition list to start
                greenday_ra

                Hi Swiderski

                 

                Thank you for your response.

                I exactly make the project like the way i saw in that tutorial video.

                making custom kbase and session is a way that I saw there

                now I delete that kbase and finally i see the result in process definition list.

                but what is that custom kbase and why it works on that tutorial?

                 

                Thanks

                • 5. Re: deployment is completed but there is nothing in process definition list to start
                  swiderski.maciej

                  in Project editor, Knowledge bases and sessions settings screen you need to select what packages are included in kbase - you should be able to specify wildcard (*) as a value there to include all packages. With that you should be able to use custom defined bases and sessions.

                   

                  HTH