7 Replies Latest reply on Aug 24, 2011 7:28 AM by michael.wagner

    install.jbpm.into.jboss

    chax0r

      I wanted to install jbpm into jboss-5.1.0.GA.

      jBPM 4.3 's build.xml had a target 'install.jbpm.into.jboss', which I couldn't find in jBPM 5 installer.

      I wanted to know, what are the steps to install jbpm into Jboss 5.1.0.

       

      Thanks in advance.

        • 1. install.jbpm.into.jboss
          mrmoe

          Hi,

           

          I have the same problem, my company does an evaluation of open source process engines my standalone prototype (without eclipse) is working fine.

          But i'm still trying to deploy my JBPM process on the JBOSS. I just found the explaination how to create HumanTasks on an jboss. Would be greate if someone could help me.

           

          Actually i deployed a dynamic webproject from eclipse. I create a HttpServlet to start my process, when im starting my application the following error results:

           

          08:43:25,451 INFO  [STDOUT] starting process instance

          08:43:26,521 ERROR [STDERR] org.drools.compiler.ProcessLoadError: Unable to load process. : Exception class java.io.FileNotFoundException : 'sample.bpmn' cannot be opened because it does not exist

          08:43:26,521 ERROR [STDERR] org.drools.compiler.ProcessLoadError: Unable to load process. : Exception class java.io.FileNotFoundException : 'validateData.bpmn' cannot be opened because it does not exist

          08:43:26,521 ERROR [STDERR] org.drools.compiler.ProcessLoadError: Unable to load process. : Exception class java.io.FileNotFoundException : 'readAndMergeDatabase.bpmn' cannot be opened because it does not exist

          08:43:26,521 ERROR [STDERR] org.drools.compiler.ProcessLoadError: Unable to load process. : Exception class java.io.FileNotFoundException : 'readAndUpdateFacade.bpmn' cannot be opened because it does not exist

          08:43:26,522 ERROR [STDERR] org.drools.compiler.ProcessLoadError: Unable to load process. : Exception class java.io.FileNotFoundException : 'WriteAndReadMQ.bpmn' cannot be opened because it does not exist

          08:43:26,522 ERROR [STDERR] java.lang.IllegalArgumentException: Could not parse knowledge.

          08:43:26,522 ERROR [STDERR]     at org.drools.builder.impl.KnowledgeBuilderImpl.newKnowledgeBase(KnowledgeBuilderImpl.java:58)

          08:43:26,522 ERROR [STDERR]     at com.sample.ProcessTest.readKnowledgeBase(ProcessTest.java:118)

          08:43:26,522 ERROR [STDERR]     at com.sample.ProcessTest.main(ProcessTest.java:46)

          08:43:26,522 ERROR [STDERR]     at com.pass.servlet.ServletStarter.startProcess(ServletStarter.java:33)

          08:43:26,522 ERROR [STDERR]     at com.pass.servlet.ServletStarter.doGet(ServletStarter.java:19)

          08:43:26,522 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)

          08:43:26,522 ERROR [STDERR]     at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

          08:43:26,522 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

          08:43:26,522 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          08:43:26,522 ERROR [STDERR]     at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)

          08:43:26,522 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

          08:43:26,523 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)

          08:43:26,523 ERROR [STDERR]     at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)

          08:43:26,523 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)

          08:43:26,523 ERROR [STDERR]     at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

          08:43:26,523 ERROR [STDERR]     at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

          08:43:26,523 ERROR [STDERR]     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)

          08:43:26,523 ERROR [STDERR]     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)

          08:43:26,523 ERROR [STDERR]     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)

          08:43:26,523 ERROR [STDERR]     at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)

          08:43:26,523 ERROR [STDERR]     at java.lang.Thread.run(Unknown Source)

           

           

          Is it possible to start the process in this way?

           

          Thanks in advance

           

          Moritz

          • 2. Re: install.jbpm.into.jboss
            hugoac77

            Hi, I have the same problem. Does any know in which path must colocate the .bpmn files?

             

            Thanks

            • 3. Re: install.jbpm.into.jboss
              roxy1987

              All the steps to install jbpm 5 are available in the user guide. Also a similar html page comes with the package. Called as Install.html.

               

              http://docs.jboss.org/jbpm/v5.0/userguide/

               

              Regards.

              • 4. Re: install.jbpm.into.jboss
                michael.wagner

                I cannot find any description of installing jbpm into jboss in the user guide.

                 

                roxy: please point out where you have read this mentioned "steps".

                 

                Regards.

                • 5. Re: install.jbpm.into.jboss
                  roxy1987

                  Well if you want the specific target coressponding to install.jbpm.into.jboss(ver 4). Then it is install.jBPM-gwt-console.into.jboss in jbpm_home/build.xml.

                   

                  Regards.

                  • 6. Re: install.jbpm.into.jboss
                    michael.wagner

                    Thanks. Right, one can look into the build file(overlooked this). This is why nothing is explicitly in the user guide. But in the build file it is clear.

                     

                    Regards.

                    • 7. Re: install.jbpm.into.jboss
                      michael.wagner

                      I think there is no explicit target "install.jbpm.into.jboss" any more.

                       

                      But now there are:

                      install.guvnor.into.jboss

                      install.designer.into.jboss

                      and

                      install.jBPM-gwt-console.into.jboss

                       

                      jBPM is just the engine. You then use guvnor to deploy your bpmn files.

                       

                      Regards.