2 Replies Latest reply on Jun 14, 2017 10:01 PM by abhijithumbe

    Unable to start wildfly with jbpm as a service

    lauradp

      Hi,

      I'm having troubles in setting up a jbpm 6.5 environment.

       

      My environment is a docker, so I need to set-up GIT repository location to a custom folder as suggested here.

       

      I added those lines to my standalone.xml file:

      <system-properties>

                  <property name="org.kie.demo" value="${org.kie.demo:true}" />

                  <property name="org.kie.example" value="${org.kie.example:true}" />

                  <property name="org.jbpm.designer.perspective" value="${org.jbpm.designer.perspective:full}" />

                  <property name="designerdataobjects" value="${designerdataobjects:false}" />

                  <property name="org.uberfire.nio.git.dir" value="/data/volume1/esb1/bpm_repo" />

                  <!-- Make GIT repositories available from outside localhost. -->

                  <property name="org.uberfire.nio.git.ssh.host" value="0.0.0.0" />

              </system-properties>

       

      but when starting wildfly as a service I get the error Repository root does not exist: repositories/kie (see attached log for details).

       

      I thought it could be a permissions issue because if I start wildfly by running

       

      /opt/jboss/wildfly/bin/standalone.sh -b "0.0.0.0" -bmanagement "0.0.0.0" --server-config my-standalone-full.xml &

       

      everything seems ok, but user jboss (the user that runs the service) owns folder /data/volume1/esb1/bpm_repo.

       

      I created the service by using the files that come with wildfly distribution: $WILDFLY_HOME/docs/contrib/scripts/systemd.

       

       

      Can anyone help me?

       

      Thanks,

      Laura