0 Replies Latest reply on May 18, 2012 2:05 AM by bhaskarven

    Problems with Installation of JBPM 5.2

    bhaskarven


      I am trying to install JBPM 5.2 package into Linux Ubuntu platform. I have found a few issues with the package.

      Please find the details below :

       

      I downloaded the JBPM package from the web from source forge

       

      http://sourceforge.net/projects/jbpm/files/jBPM%205/jbpm-5.2.0.Final/jbpm-5.2.0.Final-installer-full.zip/download

       

      1. The JBoss App Server 7.0.2 version comes with the package. After we unzip the jbpm-5.2.0.Final-installer-full.zip
           the lib directory under the jbpm-installer has the JBoss App Server zip file as shown below.
       

      verimed1@verimedcloud:~/Downloads/jbpm-installer/lib$ ls -l *.zip

      -rw-r--r-- 1 verimed1 verimed1 33574546 Dec 11 20:53 birt-runtime-3_7_0.zip

      -rw-r--r-- 1 verimed1 verimed1 79337435 Dec 11 08:20 jboss-as-7.0.2.Final.zip

      -rw-r--r-- 1 verimed1 verimed1 19025710 Dec 11 08:05 jbpm-5.2.0.Final-bin.zip

      -rw-r--r-- 1 verimed1 verimed1 41713310 Dec 11 08:05 jbpm-5.2.0.Final-gwt-console.zip

      -rw-r--r-- 1 verimed1 verimed1 18620875 Dec 11 08:31 org.drools.updatesite-5.3.1.Final-assembly.zip

       

      The  jboss-as-7.0.2.Final.zip does not contain the run.sh and shutdown.sh which are required for starting the

      server and shutdown. I have also tried the tar file for JBoss App Server 7.0.2. It also does not have those scripts.

       

      2. The build.xml file is installer home directory references some configuration parameters which are not defined

          in the build.properties file.

       

      i.  jboss.server.conf.dir is based on ${jboss.server.configuration} which is not defined in build.properties

       

          According to the script the users.properties and the roles.properties are supposed to be copied to  
          jboss.server.conf.dir

       

      ii.   jboss.server.lib.dir is based on ${jboss.server.configuration} which is not defined in build.properties

       

           According to the script the database driver h2.jar  is to be transferred to jboss.server.lib.dir

           I can make the relevant changes according to the script but then I need to know where exactly the server

           expects these files.