You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in extension function
org.springframework.dao.InvalidDataAccessApiUsageException: The given id must not be
null!; nested exception is java.lang.IllegalArgumentException: The given id must not be null!
The migration script is buggy. The following has the wrong upgrade script.
@fxprunayre, @josegar74,
How did you fix this issue in the 4.2.6 release?
Currently anyone trying to upgrade to 4.2.8 and 4.4.2(have not tested) will fail due to this issue.
Is it expected that they will find this issue an apply the workaround?
Similar to issue #7459
Getting the following after upgrading to 4.2.8
The migration script is buggy. The following has the wrong upgrade script.
4.4 upgrade script
core-geonetwork/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v442/migrate-default.sql
Line 4 in a65a995
4.2 upgrade script
core-geonetwork/web/src/main/webapp/WEB-INF/classes/setup/sql/migrate/v428/migrate-default.sql
Line 4 in bc6e885
It should specify the editable and encrypted value.
To fix the issue you must manually do the following.
Also the editable and encrypted fields should be updated to be not - null to prevent this in the future.
Returns
region/getmap/useGeodesicExtents
The text was updated successfully, but these errors were encountered: