summaryrefslogtreecommitdiffstats
path: root/aai-schema-ingest/src
diff options
context:
space:
mode:
authorFiete Ostkamp <fiete.ostkamp@telekom.de>2024-06-04 14:56:32 +0000
committerGerrit Code Review <gerrit@onap.org>2024-06-04 14:56:32 +0000
commit73377f35eddb9a6cfb72ab7a7323366f49fee032 (patch)
treec5760eb608e06ec44ff8b7a955b7c71ef2f879cf /aai-schema-ingest/src
parentc6b1eadf6bbb088fb1d06aeb9ff8df179361e494 (diff)
parent9034ac68d20e1cb9f9aeda9ed8445023fca92527 (diff)
Merge "Update janusgraph to 0.3.3"
Diffstat (limited to 'aai-schema-ingest/src')
-rw-r--r--aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
index a3d477ee..cf278060 100644
--- a/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
+++ b/aai-schema-ingest/src/main/java/org/onap/aai/nodes/NodeIngestor.java
@@ -140,6 +140,7 @@ public class NodeIngestor {
schemaPerVersion.put(version, createCombinedSchema(inputStreams, version, retrieveLocalSchema));
}
} catch (JAXBException | ParserConfigurationException | SAXException | IOException e) {
+ LOGGER.error("Schema ingestion failed", e);
throw new ExceptionInInitializerError(e);
}
}