Hide Forgot
Created attachment 803353 [details] node one server log Description of problem: Deployment of Business central fails because of some missing file during application setup - see the attached server log for more details. Unfortunately it's hard to investigate further since the error stacktrace does not contain information about the missing file (because of missing call of super(params) in org.kie.commons.java.nio.file.FileSystemException). Version-Release number of selected component (if applicable): BPMS-6.0.0.ER3 How reproducible: This is the difficult thing - this issue does not occur anytime Steps to Reproduce: 1. setup the cluster - zookeeper, helix, EAP configuration with 2 nodes 2. start EAP in domain mode 3. deploy Business-Central and watch the server log - sometimes the error appears, sometimes not. Additional information: It seems the deployment of Business-central failed only on the first node, on the second node was successful - please take a look at both server logs.
Created attachment 803354 [details] node two server log
Created attachment 803355 [details] zookeeper log
fix applied to ensure that clustering service will not start synchronization during application startup that does same things on all cluster members (cloning repository and setting it up for the first time). kie-common master: https://github.com/droolsjbpm/kie-commons/commit/cb3a168fd6b2fa359381651ec0b0db62f78b3c4e 6.0.x https://github.com/droolsjbpm/kie-commons/commit/4231d6f221e964ce5a6ec502560232674e4aa75e kie-wb master https://github.com/droolsjbpm/kie-wb-distributions/commit/251cfa20ac80c83800bba1f0635c204c3d894d43 6.0.x https://github.com/droolsjbpm/kie-wb-distributions/commit/32b93fadd2b1da84cb625be445d54a3b9f65ccb0 jbpm-console master https://github.com/droolsjbpm/jbpm-console-ng/commit/873f1c6cab1e1e0673e90a6a9e2c71eda3f5ac86 6.0.x https://github.com/droolsjbpm/jbpm-console-ng/commit/7f1f2669d4265a3cb78bf892f9c2700a4c2edc54 jbpm-designer master https://github.com/droolsjbpm/jbpm-designer/commit/3e6ba5f32e918324734a32181480e46b458a4f9b 6.0.x https://github.com/droolsjbpm/jbpm-designer/commit/5305d268ccb16ba380f8b51ce638da4bd0bde54c
The issue occurs no more with both empty and non-empty niogit. Verified on BPMS-6.0.0.ER5