mvn:debug

droolsjbpm/kie-wb-distributions/kie-drools-wb/kie-drools-wb-webapp

Edit pom.xml to remove suspicious white space

<extraJvmArgs>${gwt.memory.settings} -XX:CompileThreshold=7000 -Derrai.jboss.home=${errai.jboss.home} -Derrai.marshalling.server.classOutput=${project.build.outputDirectory} -Dorg.kie.demo=true -Dorg.kie.clean.onstartup=true -Dorg.jbpm.designer.perspective=ruleflow -Djava.util.prefs.syncInterval=2000000</extraJvmArgs>

Issue with BPMS 6.1.0

  <build>
    <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes</outputDirectory>
HTTP ERROR: 500

The following error occurred while executing this line:
jar:file:/home/tkobayas/.m2/repository/org/apache/ant/ant/1.8.3/ant-1.8.3.jar!/org/apache/tools/ant/antlib.xml:37: Could not create task or type of type: componentdef.

Old ant version could break?

export ANT_HOME=

Doesn't help...

Quartz

SET FOREIGN_KEY_CHECKS = 0;

TRUNCATE TABLE QRTZ_JOB_DETAILS;
TRUNCATE TABLE QRTZ_JOB_LISTENERS;
TRUNCATE TABLE QRTZ_TRIGGERS;
TRUNCATE TABLE QRTZ_SIMPLE_TRIGGERS;
TRUNCATE TABLE QRTZ_CRON_TRIGGERS;
TRUNCATE TABLE QRTZ_BLOB_TRIGGERS;
TRUNCATE TABLE QRTZ_TRIGGER_LISTENERS;
TRUNCATE TABLE QRTZ_CALENDARS;
TRUNCATE TABLE QRTZ_PAUSED_TRIGGER_GRPS;
TRUNCATE TABLE QRTZ_FIRED_TRIGGERS;
TRUNCATE TABLE QRTZ_SCHEDULER_STATE;

SET FOREIGN_KEY_CHECKS = 1;
TRUNCATE TABLE processinstancelog;