1 Reply Latest reply on Sep 14, 2017 4:00 PM by lauradp

    jbpm-console and dashboard-builder redeploying continuously (apparently) without any reason

    lauradp

      Hi,

      I'm trying to deploy jbpm offline (with kie_demo variable set to false).

       

      I faced a maven problem and I resolved It by adding this setting.xml file

       

      <?xml version="1.0" encoding="UTF-8"?>

      <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

        xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0

                            https://maven.apache.org/xsd/settings-1.0.0.xsd">

        <localRepository>/opt/jboss/wildfly/mymaven</localRepository>

        <interactiveMode>false</interactiveMode>

        <usePluginRegistry>false</usePluginRegistry>

        <offline>true</offline>

      </settings>

      and pasting junit, org/guvnor; and org/hamcrest manually from my dev environment (same operating system and software versions as they are docker containers).

       

      After doing these changes my log (see attached log file) did not show errors but jbpm-console.war and dashboard-builder.war are deployed again and again until log shows an Out of  Memory Exception.

       

      Can anyone help me?

       

      Thanks,

      Laura