Results

By type

          *** retrieve Truststore and Keystore password
*** actual launch of AAI Resources
2022-11-06 02:58:30.885  INFO   --- [           main] org.onap.aai.util.AAIConfig              : Initializing AAIConfig
2022-11-06 02:58:30.891 DEBUG   --- [           main] org.onap.aai.util.AAIConfig              : Reloading config from /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties
2022-11-06 02:58:30.891  INFO   --- [           main] org.onap.aai.util.AAIConfig              : Found the aaiconfig.properties in the following location: /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties
2022-11-06 02:58:30.894  INFO   --- [           main] org.onap.aai.util.AAIConfig              : A&AI Server Node Name = aai.config.nodename
2022-11-06 02:58:32.691  WARN 10 --- [           main] o.s.b.l.logback.LogbackLoggingSystem     : Ignoring 'logback.configurationFile' system property. Please use 'logging.config' instead.
2022-11-06 02:58:32.704 DEBUG 10 --- [kground-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2022-11-06 02:58:32.773 DEBUG 10 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2022-11-06 02:58:32.773 DEBUG 10 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2022-11-06 02:58:32.773 DEBUG 10 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2022-11-06 02:58:32.773 DEBUG 10 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2022-11-06 02:58:32.774 DEBUG 10 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::       (v2.1.12.RELEASE)

02:58:38,963 |-INFO in LogbackRequestLog - Will use configuration resource [/localhost-access-logback.xml]
02:58:38,970 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute not set
02:58:38,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
02:58:38,970 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ACCESS]
02:58:38,971 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@56861999 - No compression will be used
02:58:38,971 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@56861999 - Will use the pattern /opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd} for the active file
02:58:38,972 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log.%d{yyyy-MM-dd}'.
02:58:38,972 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
02:58:38,972 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sun Nov 06 02:58:38 GMT 2022
02:58:38,989 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - Active log file name: /opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log
02:58:38,989 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ACCESS] - File property is set to [/opt/app/aai-traversal/logs/ajsc-jetty/localhost_access.log]
02:58:38,990 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ACCESS] to null
02:58:38,990 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - End of configuration.
02:58:38,990 |-INFO in ch.qos.logback.access.joran.JoranConfigurator@60856961 - Registering current configuration as safe fallback point

2022-11-06 02:58:39.180 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED CLASSES [class org.onap.aai.rest.DslConsumer, class org.onap.aai.rest.CQ2GremlinTest, class org.onap.aai.rest.CQ2Gremlin, class org.onap.aai.rest.search.SearchProvider, class org.onap.aai.rest.QueryConsumer, class org.onap.aai.rest.search.ModelAndNamedQueryRestProvider, class org.onap.aai.rest.util.EchoResponse, class org.onap.aai.rest.RecentAPIConsumer]
2022-11-06 02:58:39.184 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RetiredInterceptor result=true
2022-11-06 02:58:39.185 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.InvalidResponseStatus result=true
2022-11-06 02:58:39.185 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HttpHeaderInterceptor result=true
2022-11-06 02:58:39.186 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestTransactionLogging result=true
2022-11-06 02:58:39.186 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.OneWaySslAuthorization result=true
2022-11-06 02:58:39.187 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestModification result=true
2022-11-06 02:58:39.187 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionInterceptor result=true
2022-11-06 02:58:39.187 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseTransactionLogging result=true
2022-11-06 02:58:39.188 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionLatestInterceptor result=true
2022-11-06 02:58:39.188 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestHeaderManipulation result=true
2022-11-06 02:58:39.189 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseHeaderManipulation result=true
2022-11-06 02:58:39.189 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HeaderValidation result=true
2022-11-06 02:58:39.193 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RetiredInterceptor result=true
2022-11-06 02:58:39.193 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.InvalidResponseStatus result=true
2022-11-06 02:58:39.194 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HttpHeaderInterceptor result=true
2022-11-06 02:58:39.194 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestTransactionLogging result=true
2022-11-06 02:58:39.194 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.OneWaySslAuthorization result=true
2022-11-06 02:58:39.195 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestModification result=true
2022-11-06 02:58:39.196 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionInterceptor result=true
2022-11-06 02:58:39.196 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseTransactionLogging result=true
2022-11-06 02:58:39.196 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.VersionLatestInterceptor result=true
2022-11-06 02:58:39.197 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.RequestHeaderManipulation result=true
2022-11-06 02:58:39.197 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.post.ResponseHeaderManipulation result=true
2022-11-06 02:58:39.198 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : isEnabledByActiveProfiles: annotatedElement: class org.onap.aai.interceptors.pre.HeaderValidation result=true
2022-11-06 02:58:39.198 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.post.InvalidResponseStatus
2022-11-06 02:58:39.199 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestTransactionLogging
2022-11-06 02:58:39.199 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.HeaderValidation
2022-11-06 02:58:39.200 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.post.ResponseTransactionLogging
2022-11-06 02:58:39.200 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.HttpHeaderInterceptor
2022-11-06 02:58:39.200 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.post.ResponseHeaderManipulation
2022-11-06 02:58:39.201 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.VersionLatestInterceptor
2022-11-06 02:58:39.201 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.OneWaySslAuthorization
2022-11-06 02:58:39.202 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.RetiredInterceptor
2022-11-06 02:58:39.202 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.VersionInterceptor
2022-11-06 02:58:39.203 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestHeaderManipulation
2022-11-06 02:58:39.203 DEBUG 10 --- [           main] org.onap.aai.web.JerseyConfiguration     : REGISTERED FILTERS org.onap.aai.interceptors.pre.RequestModification
2022-11-06 02:58:39.528 DEBUG 10 --- [           main] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework
2022-11-06 02:58:41.207  INFO 10 --- [           main] org.onap.aai.config.NodesConfiguration   : Translator is SchemaServiceTranslator
2022-11-06 02:58:41.543  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:41.543  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:41.543  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:41.546 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:58:41.548 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/versions, BODY=
2022-11-06 02:58:41.671  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:41.671  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:41.671  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:41.673  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:42.183  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:42.285 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Processing the translator
2022-11-06 02:58:42.286 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv11
2022-11-06 02:58:42.287 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:42.359  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:42.360  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:42.360  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:42.360  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:42.397  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:42.448 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:42.449 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:42.450 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:46.215 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 222
2022-11-06 02:58:46.266 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv12
2022-11-06 02:58:46.267 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:46.269  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:46.270  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:46.270  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:46.270  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:46.297  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:46.314 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:46.314 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:46.315 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:47.948 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 235
2022-11-06 02:58:47.970 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv13
2022-11-06 02:58:47.970 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:47.973  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:47.973  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:47.973  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:47.973  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:48.004  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:48.024 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:48.025 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:48.025 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:49.384 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 237
2022-11-06 02:58:49.401 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv14
2022-11-06 02:58:49.402 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:49.404  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:49.404  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:49.404  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:49.404  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:49.434  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:49.467 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:49.468 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:49.468 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:51.199 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 272
2022-11-06 02:58:51.212 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv15
2022-11-06 02:58:51.212 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:51.257  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:51.257  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:51.257  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:51.257  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:51.283  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:51.305 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:51.306 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:51.306 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:53.079 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 279
2022-11-06 02:58:53.089 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv16
2022-11-06 02:58:53.089 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:53.091  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:53.091  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:53.092  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:53.092  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:53.122  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:53.144 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:53.145 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:53.145 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:54.758 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 281
2022-11-06 02:58:54.769 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv17
2022-11-06 02:58:54.769 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:54.771  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:54.771  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:54.771  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:54.771  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:54.803  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:54.821 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:54.822 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:54.822 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:56.603 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 281
2022-11-06 02:58:56.612 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv18
2022-11-06 02:58:56.613 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:56.615  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:56.615  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:56.615  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:56.615  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:56.645  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:56.664 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:56.664 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:56.664 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:58.120 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 281
2022-11-06 02:58:58.131 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv19
2022-11-06 02:58:58.131 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:58.133  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:58.133  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:58.133  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:58.133  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:58.160  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:58.181 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:58.181 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:58.182 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:58:59.838 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 301
2022-11-06 02:58:59.848 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv20
2022-11-06 02:58:59.848 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:58:59.850  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:58:59.850  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:58:59.851  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:58:59.851  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:58:59.877  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:58:59.898 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:58:59.899 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:58:59.899 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:01.759 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 305
2022-11-06 02:59:01.770 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv21
2022-11-06 02:59:01.770 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:01.772  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:01.772  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:01.772  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:01.772  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:01.803  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:01.828 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:01.829 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:01.829 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:03.720 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 371
2022-11-06 02:59:03.733 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv22
2022-11-06 02:59:03.733 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:03.735  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:03.735  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:03.736  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:03.736  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:03.779  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:03.818 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:03.819 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:03.819 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:05.893 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 378
2022-11-06 02:59:05.907 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv23
2022-11-06 02:59:05.908 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:05.910  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:05.910  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:05.911  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:05.911  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:05.956  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:05.986 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:05.986 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:05.987 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:08.126 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 378
2022-11-06 02:59:08.141 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv24
2022-11-06 02:59:08.163 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:08.166  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:08.166  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:08.166  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:08.166  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:08.201  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:08.233 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:08.234 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:08.235 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:10.310 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 406
2022-11-06 02:59:10.327 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv25
2022-11-06 02:59:10.327 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:10.330  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:10.330  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:10.330  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:10.331  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:10.366  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:10.401 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:10.402 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:10.402 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:12.617 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 410
2022-11-06 02:59:12.633 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Version being processedv26
2022-11-06 02:59:12.634 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Headers: {Accept=application/xml, Content-Type=application/xml}
2022-11-06 02:59:12.636  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:12.636  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:12.636  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:12.636  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:12.675  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:12.731 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:12.732 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Retrieved OXMs from SchemaService
2022-11-06 02:59:12.732 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Ingested the InputStream
2022-11-06 02:59:14.860 DEBUG 10 --- [           main] org.onap.aai.nodes.NodeIngestor          : Types size 410
2022-11-06 02:59:14.885 DEBUG 10 --- [           main] org.onap.aai.TraversalApp                : AAI Server initialization started...
2022-11-06 02:59:14.886 DEBUG 10 --- [           main] org.onap.aai.TraversalApp                : Starting AAIGraph connections and the NodeInjestor
2022-11-06 02:59:14.886  INFO 10 --- [           main] org.onap.aai.util.AAIConfig              : Initializing AAIConfig
2022-11-06 02:59:14.886 DEBUG 10 --- [           main] org.onap.aai.util.AAIConfig              : Reloading config from /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties
2022-11-06 02:59:14.887  INFO 10 --- [           main] org.onap.aai.util.AAIConfig              : Found the aaiconfig.properties in the following location: /opt/app/aai-traversal/./resources/etc/appprops/aaiconfig.properties
2022-11-06 02:59:14.887  INFO 10 --- [           main] org.onap.aai.util.AAIConfig              : A&AI Server Node Name = aai.config.nodename
2022-11-06 02:59:15.307  INFO 10 --- [           main] com.datastax.driver.core                 : DataStax Java driver 3.6.0 for Apache Cassandra
2022-11-06 02:59:15.319  INFO 10 --- [           main] c.d.driver.core.GuavaCompatibility       : Detected Guava >= 19 in the classpath, using modern compatibility layer
2022-11-06 02:59:15.320 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.NEW_NODE_DELAY_SECONDS is undefined, using default value 1
2022-11-06 02:59:15.320 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.NOTIF_LOCK_TIMEOUT_SECONDS is undefined, using default value 60
2022-11-06 02:59:15.342 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true
2022-11-06 02:59:15.667  INFO 10 --- [           main] com.datastax.driver.core.ClockFactory    : Using native clock to generate timestamps.
2022-11-06 02:59:15.679 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.NON_BLOCKING_EXECUTOR_SIZE is undefined, using default value 2
2022-11-06 02:59:15.785 DEBUG 10 --- [           main] com.datastax.driver.core.Cluster         : Starting new cluster with contact points [cassandra/10.233.69.107:9042]
2022-11-06 02:59:15.824 DEBUG 10 --- [           main] i.n.u.i.logging.InternalLoggerFactory    : Using SLF4J as the default logging framework
2022-11-06 02:59:15.846 DEBUG 10 --- [           main] i.n.u.internal.InternalThreadLocalMap    : -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
2022-11-06 02:59:15.847 DEBUG 10 --- [           main] i.n.u.internal.InternalThreadLocalMap    : -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
2022-11-06 02:59:15.888 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : -Dio.netty.noUnsafe: false
2022-11-06 02:59:15.889 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : Java version: 8
2022-11-06 02:59:15.890 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : sun.misc.Unsafe.theUnsafe: available
2022-11-06 02:59:15.891 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : sun.misc.Unsafe.copyMemory: available
2022-11-06 02:59:15.892 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : java.nio.Buffer.address: available
2022-11-06 02:59:15.893 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : direct buffer constructor: available
2022-11-06 02:59:15.895 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : java.nio.Bits.unaligned: available, true
2022-11-06 02:59:15.895 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
2022-11-06 02:59:15.895 DEBUG 10 --- [           main] i.n.util.internal.PlatformDependent0     : java.nio.DirectByteBuffer.(long, int): available
2022-11-06 02:59:15.895 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : sun.misc.Unsafe: available
2022-11-06 02:59:15.896 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
2022-11-06 02:59:15.896 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : -Dio.netty.bitMode: 64 (sun.arch.data.model)
2022-11-06 02:59:15.898 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : -Dio.netty.maxDirectMemory: 1020067840 bytes
2022-11-06 02:59:15.898 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : -Dio.netty.uninitializedArrayAllocationThreshold: -1
2022-11-06 02:59:15.900 DEBUG 10 --- [           main] io.netty.util.internal.CleanerJava6      : java.nio.ByteBuffer.cleaner(): available
2022-11-06 02:59:15.900 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : -Dio.netty.noPreferDirect: false
2022-11-06 02:59:15.907 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.FORCE_NIO is undefined, using default value false
2022-11-06 02:59:15.917 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.workdir: /tmp (io.netty.tmpdir)
2022-11-06 02:59:15.918 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.deleteLibAfterLoading: true
2022-11-06 02:59:15.918 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : -Dio.netty.native.tryPatchShadedId: true
2022-11-06 02:59:15.923 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : Unable to load the library 'netty_transport_native_epoll_x86_64', trying other loading mechanism.

java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
	at java.security.AccessController.doPrivileged(Native Method)
	at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)

2022-11-06 02:59:15.924 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : netty_transport_native_epoll_x86_64 cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp

java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)
	Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
		at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
		at java.lang.Runtime.loadLibrary0(Runtime.java:870)
		at java.lang.System.loadLibrary(System.java:1122)
		at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
		at java.security.AccessController.doPrivileged(Native Method)
		at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
		at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
		... 64 common frames omitted

2022-11-06 02:59:15.946 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : Unable to load the library '/tmp/libnetty_transport_native_epoll_x86_641879863514468574922.so', trying other loading mechanism.

java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_641879863514468574922.so
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
	at java.lang.Runtime.load0(Runtime.java:809)
	at java.lang.System.load(System.java:1086)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
	at java.security.AccessController.doPrivileged(Native Method)
	at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:203)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)

2022-11-06 02:59:15.952 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : Unable to load the library 'netty_transport_native_epoll', trying other loading mechanism.

java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
	at java.security.AccessController.doPrivileged(Native Method)
	at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)

2022-11-06 02:59:15.953 DEBUG 10 --- [           main] i.n.util.internal.NativeLibraryLoader    : netty_transport_native_epoll cannot be loaded from java.library.path, now trying export to -Dio.netty.native.workdir: /tmp

java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
	at java.lang.Runtime.loadLibrary0(Runtime.java:870)
	at java.lang.System.loadLibrary(System.java:1122)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)
	Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path
		at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
		at java.lang.Runtime.loadLibrary0(Runtime.java:870)
		at java.lang.System.loadLibrary(System.java:1122)
		at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
		at java.security.AccessController.doPrivileged(Native Method)
		at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
		at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
		... 64 common frames omitted

2022-11-06 02:59:15.955  WARN 10 --- [           main] com.datastax.driver.core.NettyUtil       : Found Netty's native epoll transport in the classpath, but epoll is not available. Using NIO instead.

java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_641879863514468574922.so
	at java.lang.ClassLoader$NativeLibrary.load(Native Method)
	at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
	at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
	at java.lang.Runtime.load0(Runtime.java:809)
	at java.lang.System.load(System.java:1086)
	at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)
	at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
	at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:203)
	at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:290)
	at io.netty.channel.epoll.Native.(Native.java:70)
	at io.netty.channel.epoll.Epoll.(Epoll.java:39)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:264)
	at com.datastax.driver.core.NettyUtil.(NettyUtil.java:57)
	at com.datastax.driver.core.NettyOptions.eventLoopGroup(NettyOptions.java:95)
	at com.datastax.driver.core.Connection$Factory.(Connection.java:926)
	at com.datastax.driver.core.Cluster$Manager.init(Cluster.java:1499)
	at com.datastax.driver.core.Cluster.init(Cluster.java:208)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:376)
	at com.datastax.driver.core.Cluster.connectAsync(Cluster.java:355)
	at com.datastax.driver.core.Cluster.connect(Cluster.java:305)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.initializeSession(CQLStoreManager.java:272)
	at org.janusgraph.diskstorage.cql.CQLStoreManager.(CQLStoreManager.java:165)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:58)
	at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:477)
	at org.janusgraph.diskstorage.Backend.getStorageManager(Backend.java:409)
	at org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.(GraphDatabaseConfiguration.java:1382)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:164)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:133)
	at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:113)
	at org.onap.aai.dbmap.AAIGraph.loadGraph(AAIGraph.java:107)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:73)
	at org.onap.aai.dbmap.AAIGraph.(AAIGraph.java:54)
	at org.onap.aai.dbmap.AAIGraph$Helper.(AAIGraph.java:80)
	at org.onap.aai.dbmap.AAIGraph.getInstance(AAIGraph.java:94)
	at org.onap.aai.TraversalApp.init(TraversalApp.java:114)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:307)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:414)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1763)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:593)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:847)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
	at org.onap.aai.TraversalApp.main(TraversalApp.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
	at org.springframework.boot.loader.PropertiesLauncher.main(PropertiesLauncher.java:578)
	Suppressed: java.lang.UnsatisfiedLinkError: unsupported JNI version 0xFFFFFFFF required by /tmp/libnetty_transport_native_epoll_x86_641879863514468574922.so
		at java.lang.ClassLoader$NativeLibrary.load(Native Method)
		at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
		at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
		at java.lang.Runtime.load0(Runtime.java:809)
		at java.lang.System.load(System.java:1086)
		at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:36)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
		at java.security.AccessController.doPrivileged(Native Method)
		at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
		at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
		... 64 common frames omitted
	Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
		at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
		at java.lang.Runtime.loadLibrary0(Runtime.java:870)
		at java.lang.System.loadLibrary(System.java:1122)
		at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
		at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
		at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
		... 63 common frames omitted
		Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll_x86_64 in java.library.path
			at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
			at java.lang.Runtime.loadLibrary0(Runtime.java:870)
			at java.lang.System.loadLibrary(System.java:1122)
			at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
			at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
			at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
			at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
			at java.lang.reflect.Method.invoke(Method.java:498)
			at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
			at java.security.AccessController.doPrivileged(Native Method)
			at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
			at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
			... 64 common frames omitted
	Suppressed: java.lang.UnsatisfiedLinkError: could not load a native library: netty_transport_native_epoll
		at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:224)
		at io.netty.channel.epoll.Native.loadNativeLibrary(Native.java:293)
		... 62 common frames omitted
	Caused by: java.io.FileNotFoundException: META-INF/native/libnetty_transport_native_epoll.so
		at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:173)
		... 63 common frames omitted
		Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path
			at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
			at java.lang.Runtime.loadLibrary0(Runtime.java:870)
			at java.lang.System.loadLibrary(System.java:1122)
			at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
			at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:349)
			at io.netty.util.internal.NativeLibraryLoader.load(NativeLibraryLoader.java:136)
			... 63 common frames omitted
			Suppressed: java.lang.UnsatisfiedLinkError: no netty_transport_native_epoll in java.library.path
				at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
				at java.lang.Runtime.loadLibrary0(Runtime.java:870)
				at java.lang.System.loadLibrary(System.java:1122)
				at io.netty.util.internal.NativeLibraryUtil.loadLibrary(NativeLibraryUtil.java:38)
				at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
				at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
				at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
				at java.lang.reflect.Method.invoke(Method.java:498)
				at io.netty.util.internal.NativeLibraryLoader$1.run(NativeLibraryLoader.java:369)
				at java.security.AccessController.doPrivileged(Native Method)
				at io.netty.util.internal.NativeLibraryLoader.loadLibraryByHelper(NativeLibraryLoader.java:361)
				at io.netty.util.internal.NativeLibraryLoader.loadLibrary(NativeLibraryLoader.java:339)
				... 64 common frames omitted

2022-11-06 02:59:15.966 DEBUG 10 --- [           main] i.n.channel.MultithreadEventLoopGroup    : -Dio.netty.eventLoopThreads: 4
2022-11-06 02:59:15.984 DEBUG 10 --- [           main] io.netty.channel.nio.NioEventLoop        : -Dio.netty.noKeySetOptimization: false
2022-11-06 02:59:15.985 DEBUG 10 --- [           main] io.netty.channel.nio.NioEventLoop        : -Dio.netty.selectorAutoRebuildThreshold: 512
2022-11-06 02:59:16.008 DEBUG 10 --- [           main] i.netty.util.internal.PlatformDependent  : org.jctools-core.MpscChunkedArrayQueue: available
2022-11-06 02:59:16.035 DEBUG 10 --- [           main] io.netty.util.ResourceLeakDetector       : -Dio.netty.leakDetection.level: simple
2022-11-06 02:59:16.035 DEBUG 10 --- [           main] io.netty.util.ResourceLeakDetector       : -Dio.netty.leakDetection.targetRecords: 4
2022-11-06 02:59:16.039 DEBUG 10 --- [           main] i.n.util.ResourceLeakDetectorFactory     : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@f5a1b27
2022-11-06 02:59:16.049 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.EXTENDED_PEER_CHECK is undefined, using default value true
2022-11-06 02:59:16.112 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:16.118 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.DISABLE_COALESCING is undefined, using default value false
2022-11-06 02:59:16.118 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.FLUSHER_SCHEDULE_PERIOD_NS is undefined, using default value 10000
2022-11-06 02:59:16.118 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.FLUSHER_RUN_WITHOUT_WORK_TIMES is undefined, using default value 5
2022-11-06 02:59:16.185 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.numHeapArenas: 4
2022-11-06 02:59:16.185 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.numDirectArenas: 4
2022-11-06 02:59:16.185 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.pageSize: 8192
2022-11-06 02:59:16.185 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxOrder: 11
2022-11-06 02:59:16.185 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.chunkSize: 16777216
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.tinyCacheSize: 512
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.smallCacheSize: 256
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.normalCacheSize: 64
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.cacheTrimInterval: 8192
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.cacheTrimIntervalMillis: 0
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.useCacheForAllThreads: true
2022-11-06 02:59:16.186 DEBUG 10 --- [           main] io.netty.buffer.PooledByteBufAllocator   : -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
2022-11-06 02:59:16.225 DEBUG 10 --- [           main] io.netty.channel.DefaultChannelId        : -Dio.netty.processId: 10 (auto-detected)
2022-11-06 02:59:16.228 DEBUG 10 --- [           main] io.netty.util.NetUtil                    : -Djava.net.preferIPv4Stack: false
2022-11-06 02:59:16.228 DEBUG 10 --- [           main] io.netty.util.NetUtil                    : -Djava.net.preferIPv6Addresses: false
2022-11-06 02:59:16.231 DEBUG 10 --- [           main] io.netty.util.NetUtil                    : Loopback interface: lo (lo, 127.0.0.1)
2022-11-06 02:59:16.232 DEBUG 10 --- [           main] io.netty.util.NetUtil                    : /proc/sys/net/core/somaxconn: 4096
2022-11-06 02:59:16.233 DEBUG 10 --- [           main] io.netty.channel.DefaultChannelId        : -Dio.netty.machineId: fa:44:59:ff:fe:f8:3a:b9 (auto-detected)
2022-11-06 02:59:16.282 DEBUG 10 --- [           main] io.netty.buffer.ByteBufUtil              : -Dio.netty.allocator.type: pooled
2022-11-06 02:59:16.282 DEBUG 10 --- [           main] io.netty.buffer.ByteBufUtil              : -Dio.netty.threadLocalDirectBufferSize: 0
2022-11-06 02:59:16.282 DEBUG 10 --- [           main] io.netty.buffer.ByteBufUtil              : -Dio.netty.maxThreadLocalCharBufferSize: 16384
2022-11-06 02:59:16.339 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:16.380 DEBUG 10 --- [er-nio-worker-0] io.netty.util.Recycler                   : -Dio.netty.recycler.maxCapacityPerThread: 4096
2022-11-06 02:59:16.381 DEBUG 10 --- [er-nio-worker-0] io.netty.util.Recycler                   : -Dio.netty.recycler.maxSharedCapacityFactor: 2
2022-11-06 02:59:16.381 DEBUG 10 --- [er-nio-worker-0] io.netty.util.Recycler                   : -Dio.netty.recycler.linkCapacity: 16
2022-11-06 02:59:16.381 DEBUG 10 --- [er-nio-worker-0] io.netty.util.Recycler                   : -Dio.netty.recycler.ratio: 8
2022-11-06 02:59:16.474 DEBUG 10 --- [er-nio-worker-0] io.netty.buffer.AbstractByteBuf          : -Dio.netty.buffer.checkAccessible: true
2022-11-06 02:59:16.474 DEBUG 10 --- [er-nio-worker-0] io.netty.buffer.AbstractByteBuf          : -Dio.netty.buffer.checkBounds: true
2022-11-06 02:59:16.474 DEBUG 10 --- [er-nio-worker-0] i.n.util.ResourceLeakDetectorFactory     : Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@235c64b0
2022-11-06 02:59:16.516 DEBUG 10 --- [er-nio-worker-0] c.datastax.driver.core.SystemProperties  : com.datastax.driver.NATIVE_TRANSPORT_MAX_FRAME_SIZE_IN_MB is undefined, using default value 256
2022-11-06 02:59:16.648 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:16.650 DEBUG 10 --- [           main] c.d.driver.core.ControlConnection        : [Control connection] Refreshing node list and token map
2022-11-06 02:59:16.741 DEBUG 10 --- [           main] c.d.driver.core.ControlConnection        : [Control connection] Refreshing schema
2022-11-06 02:59:16.932 DEBUG 10 --- [           main] licationStrategy$NetworkTopologyStrategy : Computing token to replica map for keyspace: sdctitan.
2022-11-06 02:59:16.969 DEBUG 10 --- [           main] licationStrategy$NetworkTopologyStrategy : Token to replica map computation for keyspace sdctitan completed in 36 milliseconds
2022-11-06 02:59:16.987 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [Control connection] established to cassandra/10.233.69.107:9042
2022-11-06 02:59:16.988  INFO 10 --- [           main] c.d.d.c.p.DCAwareRoundRobinPolicy        : Using data-center name 'Pod' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
2022-11-06 02:59:16.990  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host cassandra/10.233.69.107:9042 added
2022-11-06 02:59:16.990  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host /10.233.67.59:9042 added
2022-11-06 02:59:16.990  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host /10.233.66.14:9042 added
2022-11-06 02:59:16.995 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.CHECK_IO_DEADLOCKS is undefined, using default value true
2022-11-06 02:59:17.000 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] preparing to open 1 new connections, total = 2
2022-11-06 02:59:17.004 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:17.009 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.67.59:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:17.009 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.66.14:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:17.010 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:17.011 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:17.091 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Host.STATES     : [/10.233.67.59:9042] Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:17.094 DEBUG 10 --- [er-nio-worker-0] c.d.driver.core.HostConnectionPool       : Created connection pool to host /10.233.67.59:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:17.094 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Session         : Added connection pool for /10.233.67.59:9042
2022-11-06 02:59:17.130 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:17.130 DEBUG 10 --- [er-nio-worker-1] c.d.driver.core.HostConnectionPool       : Created connection pool to host cassandra/10.233.69.107:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:17.130 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Session         : Added connection pool for cassandra/10.233.69.107:9042
2022-11-06 02:59:17.139 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Host.STATES     : [/10.233.66.14:9042] Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:17.140 DEBUG 10 --- [er-nio-worker-1] c.d.driver.core.HostConnectionPool       : Created connection pool to host /10.233.66.14:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:17.140 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Session         : Added connection pool for /10.233.66.14:9042
2022-11-06 02:59:17.377 DEBUG 10 --- [           main] org.reflections.Reflections              : going to scan these urls:
file:/opt/app/aai-traversal/resources/
2022-11-06 02:59:17.387 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/query/stored-queries.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.388 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/query/stored-queries.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.389 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v9/aai_oxm_v9.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.389 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v9/aai_oxm_v9.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.389 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v8/aai_oxm_v8.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.390 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v8/aai_oxm_v8.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.390 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v26/aai_oxm_v26.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.390 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v26/aai_oxm_v26.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.391 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v25/aai_oxm_v25.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.391 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v25/aai_oxm_v25.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.391 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v24/aai_oxm_v24.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.392 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v24/aai_oxm_v24.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.392 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v23/aai_oxm_v23.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.392 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v23/aai_oxm_v23.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.393 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v22/aai_oxm_v22.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.393 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v22/aai_oxm_v22.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.394 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v21/aai_oxm_v21.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.394 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v21/aai_oxm_v21.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.394 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v20/aai_oxm_v20.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.395 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v20/aai_oxm_v20.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.395 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v19/aai_oxm_v19.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.395 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v19/aai_oxm_v19.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.396 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v18/aai_oxm_v18.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.396 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v18/aai_oxm_v18.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.397 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v17/aai_oxm_v17.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.397 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v17/aai_oxm_v17.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.397 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v16/aai_oxm_v16.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.397 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v16/aai_oxm_v16.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.398 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v15/aai_oxm_v15.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.398 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v15/aai_oxm_v15.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.399 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v14/aai_oxm_v14.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.399 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v14/aai_oxm_v14.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.399 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v13/aai_oxm_v13.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.400 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v13/aai_oxm_v13.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.400 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v12/aai_oxm_v12.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.400 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v12/aai_oxm_v12.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.401 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v11/aai_oxm_v11.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.401 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v11/aai_oxm_v11.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.401 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v10/aai_oxm_v10.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.402 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/oxm/v10/aai_oxm_v10.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.402 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v9/DbEdgeRules_v9.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.403 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v9/DbEdgeRules_v9.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.403 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v8/DbEdgeRules_v8.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.403 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v8/DbEdgeRules_v8.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.404 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.404 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.404 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_pnp_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.404 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_pnp_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.405 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_hpa_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.405 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_hpa_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.405 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_esr_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.406 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_esr_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.406 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_ccvpn_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.406 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_ccvpn_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.407 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.407 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v26/DbEdgeRules_bbs_v26.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.408 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.408 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.408 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_pnp_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.408 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_pnp_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.409 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_hpa_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.409 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_hpa_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.409 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_esr_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.410 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_esr_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.410 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_ccvpn_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.410 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_ccvpn_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.411 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_bbs_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.411 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v25/DbEdgeRules_bbs_v25.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.411 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.412 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.412 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_pnp_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.412 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_pnp_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.413 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_hpa_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.413 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_hpa_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.413 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_esr_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.414 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_esr_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.414 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.414 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.415 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_bbs_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.415 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v24/DbEdgeRules_bbs_v24.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.415 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.415 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.416 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.416 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_pnp_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.417 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_hpa_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.417 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_hpa_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.417 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.417 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_esr_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.418 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_ccvpn_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.418 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_ccvpn_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.418 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_bbs_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.419 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v23/DbEdgeRules_bbs_v23.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.419 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.419 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.420 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_pnp_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.420 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_pnp_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.420 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_hpa_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.421 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_hpa_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.421 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_esr_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.421 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_esr_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.422 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_ccvpn_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.422 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_ccvpn_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.422 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_bbs_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.423 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v22/DbEdgeRules_bbs_v22.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.423 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.423 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.424 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_pnp_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.424 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_pnp_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.425 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_hpa_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.425 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_hpa_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.425 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_esr_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.426 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_esr_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.426 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.426 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.426 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.427 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v21/DbEdgeRules_bbs_v21.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.427 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.427 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.428 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_pnp_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.428 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_pnp_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.428 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_hpa_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.429 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_hpa_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.429 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_esr_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.429 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_esr_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.430 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.430 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_ccvpn_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.430 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.431 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v20/DbEdgeRules_bbs_v20.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.431 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.431 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.432 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_pnp_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.432 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_pnp_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.432 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_hpa_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.433 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_hpa_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.433 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_esr_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.433 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_esr_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.434 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.434 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_ccvpn_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.434 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_bbs_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.435 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v19/DbEdgeRules_bbs_v19.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.435 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.435 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.436 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_pnp_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.436 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_pnp_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.436 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_hpa_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.436 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_hpa_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.437 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.437 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_esr_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.437 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_ccvpn_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.438 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_ccvpn_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.438 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_bbs_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.438 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v18/DbEdgeRules_bbs_v18.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.439 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.439 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.439 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_pnp_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.440 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_pnp_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.440 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_hpa_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.440 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_hpa_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.441 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_esr_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.441 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_esr_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.441 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_ccvpn_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.441 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_ccvpn_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.442 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_bbs_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.442 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v17/DbEdgeRules_bbs_v17.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.443 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.443 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.443 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.443 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_pnp_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.444 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_hpa_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.444 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_hpa_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.444 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_esr_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.445 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_esr_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.445 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.445 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.446 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_bbs_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.446 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v16/DbEdgeRules_bbs_v16.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.447 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.447 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.447 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_pnp_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.448 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_pnp_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.448 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.448 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_hpa_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.448 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.449 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.449 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_ccvpn_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.449 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v15/DbEdgeRules_ccvpn_v15.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.450 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.450 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.456 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.456 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_pnp_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.456 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_hpa_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.456 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_hpa_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.457 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.457 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_esr_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.457 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.458 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.458 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.458 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.459 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_hpa_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.459 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_hpa_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.459 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.459 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v13/DbEdgeRules_esr_v13.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.460 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.460 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.460 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.461 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_hpa_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.461 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.461 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v12/DbEdgeRules_esr_v12.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.461 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.462 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.462 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.462 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v11/DbEdgeRules_esr_v11.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.463 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v10/DbEdgeRules_v10.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.463 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file schema/onap/dbedgerules/v10/DbEdgeRules_v10.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.463 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file retired.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.463 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file retired.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.463 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.464 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.464 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file localhost-access-logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.464 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file localhost-access-logback.xml in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.465 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.465 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.466 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.466 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.466 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpn-binding-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.466 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpn-binding-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.467 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpls-pe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.467 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpls-pe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.467 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.467 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vpe-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.467 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/volume-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.468 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/volume-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.468 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/volume-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.468 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/volume-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.468 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vnfc-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.469 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vnfc-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.469 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vnf-image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.469 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vnf-image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.470 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vlan-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.470 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vlan-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.470 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/virtual-data-center-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.470 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/virtual-data-center-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.471 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vig-server-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.471 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vig-server-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.471 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vf-module-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.471 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vf-module-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.472 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.472 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/vce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.472 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/update-node-key-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.472 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/update-node-key-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.473 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tunnel-xconnect-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.473 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tunnel-xconnect-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.473 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tenant-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.473 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tenant-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.474 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tagged-inventory-item-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.474 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/tagged-inventory-item-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.474 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/subnet-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.474 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/subnet-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.475 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/start-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.475 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/start-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.475 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/sriov-vf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.476 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/sriov-vf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.476 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/snapshot-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.477 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/snapshot-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.477 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/site-pair-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.477 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/site-pair-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.478 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/site-pair-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.478 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/site-pair-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.478 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-subscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.478 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-subscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.479 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.479 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.479 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-capability-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.480 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-capability-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.480 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.480 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.480 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/segmentation-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.481 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/segmentation-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.481 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/secondary-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.481 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/secondary-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.481 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/routing-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.482 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/routing-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.482 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/route-table-reference-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.482 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/route-table-reference-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.482 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/result-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.483 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/result-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.483 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/reserved-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.483 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/reserved-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.483 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/related-lookup-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.484 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/related-lookup-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.484 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/pserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.484 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/pserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.484 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/property-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.485 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/property-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.485 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/port-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.485 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/port-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.486 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/pnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.486 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/pnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.486 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/physical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.487 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/physical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.487 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/p-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.487 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/p-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.487 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/oam-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.487 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/oam-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.488 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/newvce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.488 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/newvce-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.488 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/network-profile-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.488 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/network-profile-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.489 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/network-policy-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.489 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/network-policy-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.489 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/named-query-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.489 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/named-query-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.490 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.490 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.490 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/multicast-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.490 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/multicast-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.491 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-ver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.491 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-ver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.491 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.491 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-element-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.492 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.492 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-constraint-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.492 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.492 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/model-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.493 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/metadatum-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.493 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/metadatum-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.493 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/logical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.493 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/logical-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.493 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/license-key-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.494 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/license-key-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.494 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/license-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.494 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/license-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.495 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/lag-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.495 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/lag-link-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.495 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/lag-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.495 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/lag-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.495 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.496 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-network-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.496 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv6-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.496 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv6-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.496 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv4-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.497 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l3-interface-ipv4-address-list-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.497 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.497 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/l-interface-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.498 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/key-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.498 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/key-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.498 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ipsec-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.499 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ipsec-configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.499 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/inventory-item-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.499 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/inventory-item-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.499 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/inventory-item-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.500 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/inventory-item-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.500 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/instance-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.500 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/instance-group-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.500 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/include-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.501 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/include-node-filter-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.501 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.501 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/image-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.501 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/group-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.502 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/group-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.502 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/generic-vnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.502 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/generic-vnf-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.502 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/flavor-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.502 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/flavor-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.503 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.503 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.503 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/entitlement-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.503 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/entitlement-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.504 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/element-choice-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.504 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/element-choice-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.504 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/edge-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.504 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/edge-prop-names-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.505 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/dvs-switch-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.505 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/dvs-switch-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.505 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/cvlan-tag-entry-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.506 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/cvlan-tag-entry-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.506 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/customer-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.506 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/customer-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.506 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ctag-pool-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.507 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ctag-pool-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.507 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ctag-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.507 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/ctag-assignment-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.507 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/constrained-element-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.507 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/constrained-element-set-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.508 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/connector-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.508 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/connector-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.508 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.509 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/configuration-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.509 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/complex-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.509 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/complex-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.510 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/collection-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.510 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/collection-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.510 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/cloud-region-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.510 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/cloud-region-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.511 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/class-of-service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.511 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/class-of-service-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.511 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/az-and-dvs-switches-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.512 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/az-and-dvs-switches-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.512 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/availability-zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.512 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/availability-zone-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.512 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/allotted-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.513 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/allotted-resource-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.513 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/action-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.513 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/action-data-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.513 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/action-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.513 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/widget-model-json/action-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.514 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/service-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.514 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/service-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.514 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/resource-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.515 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/resource-model-json/000-README in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.515 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.515 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/vnf-to-service-instance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.515 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.516 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/vnf-to-esr-system-info-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.516 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getWlBundleId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.516 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getWlBundleId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.516 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getVserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.516 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getVserver-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.517 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getVnfVlanByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.517 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getVnfVlanByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.517 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcSubscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.517 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcSubscription-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.517 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcInstance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.518 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getTenantInfoAtSvcInstance-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.518 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getSvcSubscriberModelInfo-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.518 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getSvcSubscriberModelInfo-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.518 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getServiceInstanceSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.519 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getServiceInstanceSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.519 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getServiceInstanceModel-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.519 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getServiceInstanceModel-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.519 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getRouterRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.519 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getRouterRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.520 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getPinterfacePhysicalLinkBySvcInstId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.520 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getPinterfacePhysicalLinkBySvcInstId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.520 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getLogicalLinkByCloudRegionId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.521 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getLogicalLinkByCloudRegionId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.521 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getL3networkCloudRegionByNetworkRole-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.521 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getL3networkCloudRegionByNetworkRole-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.521 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology2-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.522 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology2-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.522 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.522 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.522 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.522 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVServiceTopology-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.523 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVLogicalLinkByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.523 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVLogicalLinkByCircuitId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.523 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVLogicalLink-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.523 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVLogicalLink-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.524 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVComplexLocationId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.524 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVComplexLocationId-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.524 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVComplexHostname-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.525 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getDHVComplexHostname-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.525 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.2.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.525 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.2.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.526 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.526 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.1.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.526 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.526 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComponentList-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.527 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComplexByPnfName-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.527 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getComplexByPnfName-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.527 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getClfiRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.527 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/getClfiRoadmTailSummary-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.528 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/closed-loop-named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.528 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/scriptdata/named-query-json/closed-loop-named-query-1.0.json in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.528 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/auth/realm.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.528 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/auth/realm.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.529 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/auth/aai_keystore in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.529 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/auth/aai_keystore in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.529 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/logging.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.529 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/logging.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.530 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/janusgraph-realtime.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.530 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/janusgraph-realtime.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.530 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/janusgraph-cached.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.530 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/janusgraph-cached.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.531 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/error.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.531 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/error.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.531 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/aaiconfig.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.532 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/aaiconfig.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.532 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/aaiEventDMaaPPublisher.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.532 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file etc/appprops/aaiEventDMaaPPublisher.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.533 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file cadi.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.533 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file cadi.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.534 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file application.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.534 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file application.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.534 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file application-keycloak.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.535 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file application-keycloak.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.536 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/dsl/v2/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.536 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/dsl/v2/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.536 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/dsl/v1/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.537 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/dsl/v1/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.537 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.537 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file antlr4/org/onap/aai/AAIDsl.g4 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.538 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.539 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.539 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/permissions.properties in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.545 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/permissions.properties in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.545 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.545 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.546 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.546 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.546 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.546 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.547 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.547 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.547 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.548 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/truststoreONAPall.jks in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.548 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.548 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.osaaf.location.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.548 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.549 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.props in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.549 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.549 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.p12 in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.550 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.550 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/onap/org.onap.aai.keyfile in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.550 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/bath_config.csv in url file:/opt/app/aai-traversal/resources/ with scanner SubTypesScanner
2022-11-06 02:59:17.550 DEBUG 10 --- [           main] org.reflections.Reflections              : could not scan file aaf/bath_config.csv in url file:/opt/app/aai-traversal/resources/ with scanner TypeAnnotationsScanner
2022-11-06 02:59:17.551  INFO 10 --- [           main] org.reflections.Reflections              : Reflections took 173 ms to scan 1 urls, producing 0 keys and 0 values 
2022-11-06 02:59:17.697 DEBUG 10 --- [           main] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=true] closing connection
2022-11-06 02:59:17.697 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=true] closed, remaining = 1
2022-11-06 02:59:17.700 DEBUG 10 --- [           main] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=true] closing connection
2022-11-06 02:59:17.700 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.67.59:9042] Connection[/10.233.67.59:9042-1, inFlight=0, closed=true] closed, remaining = 0
2022-11-06 02:59:17.702 DEBUG 10 --- [           main] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=true] closing connection
2022-11-06 02:59:17.702 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.66.14:9042] Connection[/10.233.66.14:9042-1, inFlight=0, closed=true] closed, remaining = 0
2022-11-06 02:59:17.703 DEBUG 10 --- [           main] com.datastax.driver.core.Cluster         : Shutting down
2022-11-06 02:59:17.704 DEBUG 10 --- [           main] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=true] closing connection
2022-11-06 02:59:17.704 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=true] closed, remaining = 0
2022-11-06 02:59:19.718 DEBUG 10 --- [er-nio-worker-1] io.netty.buffer.PoolThreadCache          : Freed 20 thread-local buffer(s) from thread: JanusGraph Cluster-nio-worker-1
2022-11-06 02:59:19.718 DEBUG 10 --- [er-nio-worker-0] io.netty.buffer.PoolThreadCache          : Freed 33 thread-local buffer(s) from thread: JanusGraph Cluster-nio-worker-0
2022-11-06 02:59:19.740 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true
2022-11-06 02:59:19.740  INFO 10 --- [           main] com.datastax.driver.core.ClockFactory    : Using native clock to generate timestamps.
2022-11-06 02:59:19.740 DEBUG 10 --- [           main] com.datastax.driver.core.Cluster         : Starting new cluster with contact points [cassandra/10.233.69.107:9042]
2022-11-06 02:59:19.745 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:19.748 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:19.871 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:19.872 DEBUG 10 --- [           main] c.d.driver.core.ControlConnection        : [Control connection] Refreshing node list and token map
2022-11-06 02:59:19.887 DEBUG 10 --- [           main] c.d.driver.core.ControlConnection        : [Control connection] Refreshing schema
2022-11-06 02:59:19.967 DEBUG 10 --- [           main] licationStrategy$NetworkTopologyStrategy : Computing token to replica map for keyspace: sdctitan.
2022-11-06 02:59:19.976 DEBUG 10 --- [           main] licationStrategy$NetworkTopologyStrategy : Token to replica map computation for keyspace sdctitan completed in 9 milliseconds
2022-11-06 02:59:19.992 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [Control connection] established to cassandra/10.233.69.107:9042
2022-11-06 02:59:19.993  INFO 10 --- [           main] c.d.d.c.p.DCAwareRoundRobinPolicy        : Using data-center name 'Pod' for DCAwareRoundRobinPolicy (if this is incorrect, please provide the correct datacenter name with DCAwareRoundRobinPolicy constructor)
2022-11-06 02:59:19.993  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host cassandra/10.233.69.107:9042 added
2022-11-06 02:59:19.993  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host /10.233.67.59:9042 added
2022-11-06 02:59:19.994  INFO 10 --- [           main] com.datastax.driver.core.Cluster         : New Cassandra host /10.233.66.14:9042 added
2022-11-06 02:59:19.994 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] preparing to open 1 new connections, total = 2
2022-11-06 02:59:19.995 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.67.59:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:19.995 DEBUG 10 --- [           main] com.datastax.driver.core.Host.STATES     : [/10.233.66.14:9042] preparing to open 1 new connections, total = 1
2022-11-06 02:59:19.997 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:19.997 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:19.998 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] Connection established, initializing transport
2022-11-06 02:59:20.078 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Host.STATES     : [/10.233.67.59:9042] Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:20.079 DEBUG 10 --- [er-nio-worker-0] c.d.driver.core.HostConnectionPool       : Created connection pool to host /10.233.67.59:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:20.079 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Session         : Added connection pool for /10.233.67.59:9042
2022-11-06 02:59:20.127 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Host.STATES     : [/10.233.66.14:9042] Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:20.127 DEBUG 10 --- [er-nio-worker-1] c.d.driver.core.HostConnectionPool       : Created connection pool to host /10.233.66.14:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:20.127 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Session         : Added connection pool for /10.233.66.14:9042
2022-11-06 02:59:20.133 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Host.STATES     : [cassandra/10.233.69.107:9042] Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] Transport initialized, connection ready
2022-11-06 02:59:20.133 DEBUG 10 --- [er-nio-worker-1] c.d.driver.core.HostConnectionPool       : Created connection pool to host cassandra/10.233.69.107:9042 (1 connections needed, 1 successfully opened)
2022-11-06 02:59:20.133 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Session         : Added connection pool for cassandra/10.233.69.107:9042
2022-11-06 02:59:20.772 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Processing the translator
2022-11-06 02:59:20.774 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv11
2022-11-06 02:59:20.774 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.775 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v11, BODY=
2022-11-06 02:59:20.776  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.776  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.776  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.776  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.817  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.819 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.819 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.820 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv12
2022-11-06 02:59:20.820 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.820 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v12, BODY=
2022-11-06 02:59:20.822  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.822  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.822  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.822  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.849  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.850 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.851 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.851 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv13
2022-11-06 02:59:20.851 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.852 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v13, BODY=
2022-11-06 02:59:20.853  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.853  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.853  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.853  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.885  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.887 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.887 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.888 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv14
2022-11-06 02:59:20.888 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.888 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v14, BODY=
2022-11-06 02:59:20.890  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.890  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.890  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.890  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.909  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.912 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.912 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.913 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv15
2022-11-06 02:59:20.913 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.913 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v15, BODY=
2022-11-06 02:59:20.915  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.915  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.915  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.915  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.934  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.937 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.937 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.937 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv16
2022-11-06 02:59:20.937 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.938 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v16, BODY=
2022-11-06 02:59:20.939  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.939  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.939  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.939  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:20.980  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:20.985 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:20.985 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:20.986 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv17
2022-11-06 02:59:20.986 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:20.986 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v17, BODY=
2022-11-06 02:59:20.988  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:20.988  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:20.988  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:20.988  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.008  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.011 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.011 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.011 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv18
2022-11-06 02:59:21.011 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.012 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v18, BODY=
2022-11-06 02:59:21.013  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.013  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.013  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.013  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.029  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.031 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.032 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.032 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv19
2022-11-06 02:59:21.032 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.033 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v19, BODY=
2022-11-06 02:59:21.034  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.034  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.034  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.034  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.046  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.049 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.049 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.049 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv20
2022-11-06 02:59:21.050 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.050 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v20, BODY=
2022-11-06 02:59:21.051  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.051  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.051  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.051  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.070  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.073 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.073 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.074 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv21
2022-11-06 02:59:21.074 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.074 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v21, BODY=
2022-11-06 02:59:21.075  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.076  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.076  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.076  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.093  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.098 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.098 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.099 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv22
2022-11-06 02:59:21.099 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.099 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v22, BODY=
2022-11-06 02:59:21.100  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.100  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.100  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.100  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.121  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.127 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.127 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.128 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv23
2022-11-06 02:59:21.128 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.128 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v23, BODY=
2022-11-06 02:59:21.129  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.129  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.129  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.129  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.172  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.177 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.178 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.178 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv24
2022-11-06 02:59:21.178 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.179 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v24, BODY=
2022-11-06 02:59:21.180  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.180  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.180  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.180  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.198  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.203 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.203 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.204 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv25
2022-11-06 02:59:21.204 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.204 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v25, BODY=
2022-11-06 02:59:21.206  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.206  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.206  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.206  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.224  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.229 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.230 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.230 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Version being processedv26
2022-11-06 02:59:21.230 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.231 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/edgerules?version=v26, BODY=
2022-11-06 02:59:21.232  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.232  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.232  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.232  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.279  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:21.285 DEBUG 10 --- [           main] o.o.aai.setup.SchemaServiceTranslator    : SchemaResponse Status code200 OK
2022-11-06 02:59:21.285 DEBUG 10 --- [           main] org.onap.aai.edges.EdgeIngestor          : Retrieved json from SchemaService
2022-11-06 02:59:21.411  INFO 10 --- [           main] o.o.a.rest.search.SchemaServiceCQConfig  : Calling the SchemaService to retrieve stored queries
2022-11-06 02:59:21.411 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : Request Headers: {}
2022-11-06 02:59:21.412 DEBUG 10 --- [           main] org.onap.aai.restclient.RestClient       : METHOD=GET, URL=https://aai-schema-service.onap:8452/aai/schema-service/v1/stored-queries, BODY=
2022-11-06 02:59:21.413  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Checking for system property [partnerName]
2022-11-06 02:59:21.413  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : System property was null or empty. Checking environment variable for: partnerName
2022-11-06 02:59:21.413  INFO 10 --- [           main] org.onap.logging.filter.base.MDCSetup    : Environment variable: partnerName was null or empty
2022-11-06 02:59:21.413  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : Invoke
2022-11-06 02:59:21.436  INFO 10 --- [           main] o.o.l.f.base.AbstractMetricLogFilter     : InvokeReturn
2022-11-06 02:59:22.380 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2022-11-06 02:59:22.380 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2022-11-06 02:59:22.380 DEBUG 10 --- [           main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2022-11-06 02:59:22.382 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2022-11-06 02:59:22.382 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2022-11-06 02:59:22.384 DEBUG 10 --- [           main] o.h.v.internal.engine.ConfigurationImpl  : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2022-11-06 02:59:22.384 DEBUG 10 --- [           main] o.h.v.internal.engine.ConfigurationImpl  : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2022-11-06 02:59:22.385 DEBUG 10 --- [           main] o.h.v.internal.engine.ConfigurationImpl  : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2022-11-06 02:59:22.387 DEBUG 10 --- [           main] o.h.v.i.xml.config.ValidationXmlParser   : Trying to load META-INF/validation.xml for XML based Validator configuration.
2022-11-06 02:59:22.387 DEBUG 10 --- [           main] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via user class loader
2022-11-06 02:59:22.387 DEBUG 10 --- [           main] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via TCCL
2022-11-06 02:59:22.388 DEBUG 10 --- [           main] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2022-11-06 02:59:22.388 DEBUG 10 --- [           main] o.h.v.i.xml.config.ValidationXmlParser   : No META-INF/validation.xml found. Using annotation based configuration only.
2022-11-06 02:59:22.401 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2022-11-06 02:59:22.401 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2022-11-06 02:59:22.401 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2022-11-06 02:59:22.402 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2022-11-06 02:59:22.402 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2022-11-06 02:59:22.930 DEBUG 10 --- [           main] c.datastax.driver.core.SystemProperties  : com.datastax.driver.USE_NATIVE_CLOCK is undefined, using default value true
2022-11-06 02:59:22.930  INFO 10 --- [           main] com.datastax.driver.core.ClockFactory    : Using native clock to generate timestamps.
2022-11-06 02:59:22.941  WARN 10 --- [           main] .b.a.g.t.GroovyTemplateAutoConfiguration : Cannot find template location: classpath:/templates/ (please add some templates, check your Groovy configuration, or set spring.groovy.template.check-template-location=false)
2022-11-06 02:59:24.396 DEBUG 10 --- [           main] i.m.s.web.servlet.WebMvcMetricsFilter    : Filter 'webMetricsFilter' configured for use
2022-11-06 02:59:25.715 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Found javax.persistence.Persistence on classpath containing 'getPersistenceUtil'. Assuming JPA 2 environment. Trying to instantiate JPA aware TraversableResolver
2022-11-06 02:59:25.715 DEBUG 10 --- [           main] o.h.v.i.e.resolver.TraversableResolvers  : Instantiated JPA aware TraversableResolver of type org.hibernate.validator.internal.engine.resolver.JPATraversableResolver.
2022-11-06 02:59:25.716 DEBUG 10 --- [           main] o.h.v.i.xml.config.ValidationXmlParser   : Trying to load META-INF/validation.xml for XML based Validator configuration.
2022-11-06 02:59:25.716 DEBUG 10 --- [           main] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via TCCL
2022-11-06 02:59:25.717 DEBUG 10 --- [           main] o.h.v.i.xml.config.ResourceLoaderHelper  : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2022-11-06 02:59:25.756 DEBUG 10 --- [           main] o.h.v.i.xml.config.ValidationXmlParser   : No META-INF/validation.xml found. Using annotation based configuration only.
2022-11-06 02:59:25.770 DEBUG 10 --- [           main] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2022-11-06 02:59:25.770 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2022-11-06 02:59:25.771 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.resolver.JPATraversableResolver as ValidatorFactory-scoped traversable resolver.
2022-11-06 02:59:25.771 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2022-11-06 02:59:25.771 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2022-11-06 02:59:25.771 DEBUG 10 --- [           main] o.h.v.i.engine.ValidatorFactoryImpl      : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2022-11-06 02:59:25.889  WARN 10 --- [           main] org.glassfish.jersey.internal.Errors     : The following warnings have been detected: WARNING: The (sub)resource method getC2Qgremlin in org.onap.aai.rest.CQ2Gremlin contains empty path annotation.
WARNING: The (sub)resource method getC2Qgremlin in org.onap.aai.rest.CQ2GremlinTest contains empty path annotation.
WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.aai.rest.RecentAPIConsumer.getRecentData(java.lang.String,java.lang.String,java.lang.String,javax.ws.rs.core.HttpHeaders,javax.servlet.http.HttpServletRequest,javax.ws.rs.core.UriInfo), should not consume any entity.

2022-11-06 02:59:25.898 DEBUG 10 --- [           main] org.onap.aai.config.ErrorHandler         : Filter 'errorHandler' configured for use
2022-11-06 02:59:27.011  INFO 10 --- [           main] org.onap.aai.TraversalApp                : Application 'aai-traversal' is running on 8446!
2022-11-06 02:59:27.011 DEBUG 10 --- [           main] org.onap.aai.TraversalApp                : Traversal MicroService Started
Traversal Microservice Started
2022-11-06 02:59:49.912 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 02:59:49.917 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 02:59:55.766 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 02:59:55.769 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:00:19.918 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:00:19.921 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:00:25.813 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:00:25.816 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:00:49.926 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:00:49.930 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:01:15.885 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:01:15.888 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:01:19.931 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:01:19.934 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:01:45.890 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:01:45.894 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:01:49.946 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:01:49.948 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:02:05.946 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:02:05.948 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:02:19.961 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:02:19.963 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:02:25.968 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:02:25.970 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:02:49.965 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:02:49.968 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:02:55.973 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:02:55.976 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:03:16.026 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:03:16.032 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:03:19.970 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:03:19.972 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:03:49.975 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:03:49.977 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:03:56.062 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:03:56.064 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:04:19.982 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:04:19.985 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:04:21.086 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:04:21.089 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:04:31.106 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:04:31.109 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:04:49.986 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:04:49.989 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:05:20.005 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:05:20.011 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:05:50.011 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:05:50.013 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:06:20.014 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:06:20.016 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:06:26.306 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:06:26.310 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:06:36.310 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:06:36.313 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:06:50.017 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:06:50.020 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:07:11.354 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:07:11.356 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:07:20.022 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:07:20.026 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:07:41.436 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:07:41.439 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:07:50.027 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:07:50.029 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:08:20.046 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:08:20.048 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:08:26.495 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:08:26.498 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:08:50.067 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:08:50.069 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:09:20.070 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:09:20.072 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:09:46.599 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:09:46.603 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:09:50.074 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:09:50.076 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:10:01.592 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:10:01.595 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:10:20.078 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:10:20.080 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:10:41.641 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:10:41.644 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:10:50.101 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:10:50.104 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:10:51.649 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:10:51.651 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:11:20.105 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:11:20.108 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:11:36.740 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:11:36.742 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:11:41.775 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:11:41.777 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:11:50.109 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:11:50.112 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:12:06.793 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:12:06.795 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:12:20.118 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:12:20.120 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:12:50.122 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:12:50.126 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:13:20.127 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:13:20.131 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:13:26.914 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:13:26.919 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:13:50.132 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:13:50.138 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:13:56.922 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:13:56.924 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:14:06.974 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:14:06.976 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:14:20.150 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:14:20.152 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:14:47.059 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:14:47.062 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:14:50.166 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:14:50.168 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:15:20.170 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:15:20.173 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:15:22.098 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:15:22.100 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:15:50.173 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:15:50.177 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:16:12.202 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:16:12.205 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:16:20.178 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:16:20.180 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:16:22.218 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:16:22.222 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:16:50.181 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:16:50.185 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:17:17.298 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:17:17.300 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:17:20.188 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:17:20.190 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:17:47.301 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:17:47.303 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:17:50.202 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:17:50.204 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:18:20.210 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:18:20.212 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:18:27.386 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:18:27.388 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:18:50.214 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:18:50.216 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:19:07.476 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:19:07.478 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:19:17.501 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:19:17.504 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:19:20.217 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:19:20.219 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:19:50.220 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:19:50.223 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:19:57.538 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:19:57.540 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:20:12.556 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:20:12.559 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:20:20.233 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:20:20.236 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:20:42.586 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:20:42.590 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:20:50.254 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:20:50.257 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:20:52.598 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:20:52.600 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:21:20.258 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:21:20.260 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:21:32.646 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:21:32.649 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:21:50.261 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:21:50.264 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:22:12.702 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:22:12.704 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:22:20.264 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:22:20.267 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:22:50.268 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:22:50.271 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:23:20.287 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:23:20.289 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:23:32.822 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:23:32.824 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:23:47.830 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:23:47.832 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:23:50.296 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:23:50.298 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:24:20.304 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:24:20.307 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:24:50.310 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:24:50.313 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:25:02.956 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:25:02.959 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:25:20.318 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:25:20.320 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:25:32.966 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:25:32.969 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:25:50.323 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:25:50.325 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:25:53.006 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:25:53.008 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:26:20.326 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:26:20.329 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:26:50.334 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:26:50.336 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:26:53.070 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:26:53.072 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:27:20.338 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:27:20.340 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:27:50.341 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:27:50.343 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:28:20.347 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:28:20.349 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:28:43.192 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:28:43.195 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:28:50.354 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:28:50.356 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:29:20.362 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:29:20.364 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:29:48.271 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:29:48.276 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:29:50.370 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:29:50.373 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:29:53.275 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:29:53.278 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:30:20.382 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:30:20.384 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:30:38.341 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:30:38.343 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:30:48.340 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:30:48.343 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:30:50.384 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:30:50.386 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:31:20.387 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:31:20.389 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:31:48.414 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:31:48.416 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:31:50.394 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:31:50.396 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:32:13.473 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:32:13.476 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:32:20.397 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:32:20.400 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:32:38.515 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:32:38.518 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:32:50.400 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:32:50.403 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:33:20.408 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:33:20.411 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:33:48.599 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:33:48.601 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:33:50.411 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:33:50.414 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:33:58.606 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:33:58.608 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:34:20.419 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:34:20.422 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:34:50.423 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:34:50.425 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:35:03.694 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:35:03.697 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:35:20.440 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:35:20.442 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:35:33.704 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:35:33.707 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:35:50.452 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:35:50.454 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:36:20.463 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:36:20.466 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:36:38.834 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:36:38.836 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:36:50.467 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:36:50.469 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:37:03.860 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:37:03.862 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[/10.233.66.14:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:37:20.478 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:37:20.480 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:37:50.481 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:37:50.483 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:37:53.913 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:37:53.915 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:38:20.484 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:38:20.487 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:38:33.942 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:38:33.944 DEBUG 10 --- [er-nio-worker-1] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-2, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:38:50.490 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:38:50.492 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:39:08.994 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:39:08.996 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:39:20.502 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:39:20.504 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:39:39.009 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:39:39.012 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[/10.233.67.59:9042-1, inFlight=0, closed=false] heartbeat query succeeded
2022-11-06 03:39:50.514 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] was inactive for 30 seconds, sending heartbeat
2022-11-06 03:39:50.516 DEBUG 10 --- [er-nio-worker-0] com.datastax.driver.core.Connection      : Connection[cassandra/10.233.69.107:9042-1, inFlight=0, closed=false] heartbeat query succeeded