Bugfix
Detail
#28284
Error if autoconf folder does not exist and the migration service tries to create a schema file
Caused by: java.io.FileNotFoundException: C:\...\src\main\webapp\WEB-INF\autoconf\inapp-schema-1.meta.xml (The system cannot find the specified path) at java.base/java.io.FileOutputStream.open0(Native Method) at java.base/java.io.FileOutputStream.open(FileOutputStream.java:293) at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:235) at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:184) at com.top_logic.knowledge.service.migration.MigrationService.storeResource(MigrationService.java:443) at com.top_logic.knowledge.service.migration.MigrationService.recoverMetaDefinitions(MigrationService.java:401) at com.top_logic.knowledge.service.migration.MigrationService.executeAutomaticSchemaMigrations(MigrationService.java:351) at com.top_logic.knowledge.service.migration.MigrationService.migrate(MigrationService.java:645) at com.top_logic.knowledge.service.migration.MigrationService.migrate(MigrationService.java:509) ... 47 more
Test
Start application where there is no autoconf folder and in which a table has been deleted from a *.meta.xml of its configuration.