bamaer opened a new issue, #6826: URL: https://github.com/apache/hop/issues/6826
### Apache Hop version? 2.18.0-SNAPSHOT ### Java version? 21 ### Operating system Docker ### What happened? ITs started failing with errors like the one below. ``` integration_test_xml-1 \| Error checking config filename 'file:/files/xml/project-config.json' existence while loading project -- | | | integration_test_xml-1 \| | | | integration_test_xml-1 \| Error saving project configuration to file 'file:/files/xml/project-config.json' | | | integration_test_xml-1 \| Cannot find a (Map) Key deserializer for type [simple type, class org.apache.hop.pipeline.PipelineMeta] | | | integration_test_xml-1 \| at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1] | | | integration_test_xml-1 \| | | | integration_test_xml-1 \| | | | integration_test_xml-1 \| at org.apache.hop.projects.project.ProjectConfig.loadProject(ProjectConfig.java:114) | | | integration_test_xml-1 \| at org.apache.hop.projects.config.ProjectsOptionPlugin.configure(ProjectsOptionPlugin.java:145) | | | integration_test_xml-1 \| ... 3 more | | | integration_test_xml-1 \| Caused by: org.apache.hop.core.exception.HopException: | | | integration_test_xml-1 \| Error saving project configuration to file 'file:/files/xml/project-config.json' | | | integration_test_xml-1 \| Cannot find a (Map) Key deserializer for type [simple type, class org.apache.hop.pipeline.PipelineMeta] | | | integration_test_xml-1 \| at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1] | | | integration_test_xml-1 \| | | | integration_test_xml-1 \| at org.apache.hop.projects.project.Project.readFromFile(Project.java:148) | | | integration_test_xml-1 \| at org.apache.hop.projects.project.ProjectConfig.loadProject(ProjectConfig.java:111) | | | integration_test_xml-1 \| ... 4 more | | | integration_test_xml-1 \| Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Cannot find a (Map) Key deserializer for type [simple type, class org.apache.hop.pipeline.PipelineMeta] | | | integration_test_xml-1 \| at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1] | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.exc.InvalidDefinitionException.from(InvalidDefinitionException.java:67) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.DeserializationContext.reportBadDefinition(DeserializationContext.java:1935) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.DeserializerCache._handleUnknownKeyDeserializer(DeserializerCache.java:660) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.DeserializerCache.findKeyDeserializer(DeserializerCache.java:201) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.DeserializationContext.findKeyDeserializer(DeserializationContext.java:708) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.std.MapDeserializer.createContextual(MapDeserializer.java:313) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.DeserializationContext.handlePrimaryContextualization(DeserializationContext.java:876) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.resolve(BeanDeserializerBase.java:566) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCache2(DeserializerCache.java:348) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.DeserializerCache._createAndCacheValueDeserializer(DeserializerCache.java:285) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.deser.DeserializerCache.findValueDeserializer(DeserializerCache.java:175) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.DeserializationContext.findRootValueDeserializer(DeserializationContext.java:681) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.ObjectMapper._findRootDeserializer(ObjectMapper.java:5183) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:5053) | | | integration_test_xml-1 \| at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3991) | | | integration_test_xml-1 \| at org.apache.hop.projects.project.Project.readFromFile(Project.java:135) | | | integration_test_xml-1 \| ... 5 more | | | integration_test_xml-1 \| | | | integration_test_xml-1 \| ============ ``` ### Issue Priority Priority: 2 ### Issue Component Component: Integration Testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
