Latest docker image (7.14) is broken

The latest version of the docker image, tagged as "2022.1-u0, 2022.1, 7.14.0, 7.14, Latest" Is broken. The container starts but the portal fails due to the following errors:

...
2022-04-29T11:24:14,394+0000 | 42d8319bd939 | ERROR | [main|1] o.b.e.p.i.PageServiceImpl - java.util.zip.ZipException: invalid entry CRC (expected 0x22773949 but got 0xaf28e2f2)

wrapped by org.bonitasoft.engine.page.SInvalidPageZipInconsistentException: Error while reading zip file

wrapped by org.bonitasoft.engine.exception.BonitaException: Unable to import the page layout-bonita-7.14.0.zip

exception was generated here: at java.base/java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:410)

at java.base/java.util.zip.ZipInputStream.read(ZipInputStream.java:199)

at java.base/java.io.FilterInputStream.read(FilterInputStream.java:107)

at org.bonitasoft.engine.commons.io.IOUtil.unzip(IOUtil.java:446)

at org.bonitasoft.engine.page.impl.SPageContentHelper.loadPageProperties(SPageContentHelper.java:33)

2022-04-29T11:24:14,395+0000 | 42d8319bd939 | INFO | [main|1] o.b.e.t.TenantServicesManager - Initializing service org.bonitasoft.engine.business.application.importer.ApplicationImporter of tenant 1

2022-04-29T11:24:14,923+0000 | 42d8319bd939 | ERROR | [main|1] o.b.e.b.a.i.ApplicationImporter - Cannot load provided applications at startup. Root cause: org.bonitasoft.engine.exception.ImportException: Unable to import application with token 'appDirectoryBonita' because the layout 'custompage_layoutWithoutMenuBonita' was not found.
...

In the previous version 7.13, this error did not occur.

Hello,

 

From the logs it looks like the custom layout you were using was not found. I think your custompage is still in the 7.13 workspace and you should move it to 7.14 workspace instead.

Also, try opening the application descriptor and check under Look and Feel that your Layout and Theme is the good one or not. 

If this does not help and you think this is a bug then you should create a ticket here: https://bonita.atlassian.net/jira/software/c/projects/BBPMC/issues

Please let me know if this helps. 

 

Kind regards,

Soham