Continuous Integration - Invalid Business Archive format

1
0
-1

Hi,

I am looking to set up continuous integration and when calling:

BusinessArchiveFactory.readBusinessArchive(entry.getValue()) ;

I get an error, "Invalid Business Archive format". When debugging I can see we get the content of prosess-infos.txt:from the business archive file:

IOUtil.read(new File(barFolder, "process-infos.txt"));

and compare this to a runtime generated process-infos:

this.getProcessInfos(this.generateInfosFromDefinition(processDefinition));

these values are different (lqsyfBlyKFciziGMc0C+Sg== and Jf8TirOpn34GNN2IeaYa/ocAjm4=) so the exception is thrown.

Any ideas why this might be happening?

Thanks

Comments

Submitted by ben.bowley on Fri, 10/30/2015 - 12:14

I am using version 7.1.0

Submitted by ben.bowley on Fri, 10/30/2015 - 15:44

I manually changed process-infos.txt in the .bar file and we got past this step but we really need to know why there is a difference in the values.

No answers yet.
Notifications