With 2025.06, the start of the SpringBoot application fails with an exception that I don’t understand. Same applies to the @SpringBootTests, so at least it’s consistent. The error happens when importing models.
2025-07-24 16:20:11,317 [restartedMain ][WARN ][model.bulkload.BulkImportProblemReporter][u:] - Error while importing models
2025-07-24 16:09:23,170 [restartedMain ][ERROR][ation.DataServicesInitializationListener][u:] - System initialization failed: No value present. Exiting.
com.mgmtp.a12.dataservices.model.bulkload.ModelBulkImportException: No value present
at com.mgmtp.a12.dataservices.model.bulkload.BulkImportProblemReporter.validate(BulkImportProblemReporter.java:40)
at com.mgmtp.a12.dataservices.model.bulkload.ModelBulkImporter.doImport(ModelBulkImporter.java:98)
at com.mgmtp.aash.modules.msaccessimport.internal.AccessImportModelImporter.lambda$listener$0(AccessImportModelImporter.java:42)
at com.mgmtp.a12.uaa.authentication.backend.BackendAuthenticationService.executeWithBackendAuthentication(BackendAuthenticationService.java:52)
at com.mgmtp.aash.modules.msaccessimport.internal.AccessImportModelImporter.listener(AccessImportModelImporter.java:38)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
...