Skip to main content
Skip table of contents

Release notes V 10.0.3

This new version comes after the finding of 2 technical issues:

  1. Plugin access to certain project report data would end-up in java null pointer exception

    1. Affected function: ProjectReportDataProvider.getProjectResults()

    2. Keep.eu plugin was for example impacted by this bug.

  2. Original migration script used for installation of Jems V10 could block installation

    1. Division by 0 issue in partner contribution recalculation migration

    2. Script affected: V202403211401__retrigger_partner_contribution_recalculation.sql

Further, the Plugin for SFC table 2 was fixed. Column Total eligible expenditure declared by beneficiaries did contain also amounts submitted in project reports rather than (correctly) only amounts which were verified by MA/JS.

Migration (Only if you have installed 10.0.2)

If your system have already installed 10.0.2, a flyway script migration issue will prevent the boot of Jems.

Please run the follow script and start Jems again:

SQL
UPDATE `flyway_schema_history` SET `checksum`=-1225798020 WHERE  `version`=202403211401;

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.