2026-01-03 17:22:20,359|||main||||INFO||||||| EELF0005I Searching path "${user.home};etc;../etc" for log configuration file "logback-test.xml" 2026-01-03 17:22:20,360|||main||||INFO||||||| EELF0001I Loading default logging configuration from system resource file "com/att/eelf/logback.xml" 2026-01-03 17:22:20,792|||main||||INFO||||||| Logging initialized @5200ms to org.eclipse.jetty.util.log.Slf4jLog 2026-01-03 17:22:20,958|||main||||INFO||||||| JSR-330 'javax.inject.Inject' annotation found and supported for autowiring 2026-01-03 17:22:20,980|||main||||WARN||||||| Multiple PropertySourcesPlaceholderConfigurer beans registered [propertySourcesPlaceholderConfigurer, org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0, org.springframework.context.support.PropertySourcesPlaceholderConfigurer#1], falling back to Environment 2026-01-03 17:22:20,992|||main||||INFO||||||| Bean 'aggregateVnfSearchProvider' of type [org.onap.aai.sparky.aggregatevnf.search.AggregateVnfSearchProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-01-03 17:22:20,993|||main||||INFO||||||| Bean 'registerAggregateVnfSearchProvider' of type [org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-01-03 17:22:20,994|||main||||INFO||||||| Bean 'viewInspectSearchProvider' of type [org.onap.aai.sparky.viewandinspect.search.ViewInspectSearchProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-01-03 17:22:20,994|||main||||INFO||||||| Bean 'registerViewInspectSearchProvider' of type [org.springframework.beans.factory.config.MethodInvokingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-01-03 17:22:21,058|||main||||INFO||||||| Bean 'org.apache.camel.spring.boot.CamelAutoConfiguration' of type [org.apache.camel.spring.boot.CamelAutoConfiguration$$EnhancerBySpringCGLIB$$7f6880e1] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2026-01-03 17:22:21,526|||main||||INFO||||||| Server initialized with port: 0 2026-01-03 17:22:21,530|||main||||INFO||||||| jetty-9.4.18.v20190429; built: 2019-04-29T20:42:08.989Z; git: e1bc35120a6617ee3df052294e433f3a25ce7097; jvm 11.0.16+8-post-Ubuntu-0ubuntu118.04 2026-01-03 17:22:21,571|||main||||INFO||||||| Initializing Spring embedded WebApplicationContext 2026-01-03 17:22:21,572|||main||||INFO||||||| Root WebApplicationContext: initialization completed in 2876 ms 2026-01-03 17:22:21,815|||main||||INFO||||||| Mapping servlet: 'CamelServlet' to [/rest/*] 2026-01-03 17:22:21,818|||main||||INFO||||||| Mapping servlet: 'dispatcherServlet' to [/] 2026-01-03 17:22:21,819|||main||||INFO||||||| Mapping filter: 'metricsFilter' to: [/*] 2026-01-03 17:22:21,821|||main||||INFO||||||| Mapping filter: 'characterEncodingFilter' to: [/*] 2026-01-03 17:22:21,821|||main||||INFO||||||| Mapping filter: 'hiddenHttpMethodFilter' to: [/*] 2026-01-03 17:22:21,822|||main||||INFO||||||| Mapping filter: 'httpPutFormContentFilter' to: [/*] 2026-01-03 17:22:21,822|||main||||INFO||||||| Mapping filter: 'requestContextFilter' to: [/*] 2026-01-03 17:22:21,822|||main||||INFO||||||| Mapping filter: 'webRequestLoggingFilter' to: [/*] 2026-01-03 17:22:21,822|||main||||INFO||||||| Mapping filter: 'applicationContextIdFilter' to: [/*] 2026-01-03 17:22:21,904|||main||||INFO||||||| DefaultSessionIdManager workerName=node0 2026-01-03 17:22:21,904|||main||||INFO||||||| No SessionScavenger set, using defaults 2026-01-03 17:22:21,906|||main||||INFO||||||| node0 Scavenging every 660000ms 2026-01-03 17:22:21,913|||main||||INFO||||||| Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@5a36b0f9{application,/,[file:///tmp/jetty-docbase.18388107039066811809.0/],AVAILABLE} 2026-01-03 17:22:21,913|||main||||INFO||||||| Started @6324ms 2026-01-03 17:22:25,390|||main||||INFO||||||| AAIUI00019I|AAIUI00019I OXM file version v14 loaded successfully | 2026-01-03 17:22:25,681|||main||||INFO||||||| Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6a6580d6: startup date [Sat Jan 03 17:22:18 UTC 2026]; root of context hierarchy 2026-01-03 17:22:25,758|||main||||INFO||||||| Mapped "{[/layouts],methods=[GET]}" onto public java.lang.String org.onap.aai.sparky.aai.FrontEndLayoutApi.getLayouts() 2026-01-03 17:22:25,760|||main||||INFO||||||| Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) 2026-01-03 17:22:25,761|||main||||INFO||||||| Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) 2026-01-03 17:22:25,783|||main||||INFO||||||| Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-01-03 17:22:25,784|||main||||INFO||||||| Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] 2026-01-03 17:22:25,798|||main||||INFO||||||| Detected @ExceptionHandler methods in exceptionConfiguration 2026-01-03 17:22:26,155|||main||||INFO||||||| Type converters loaded (core: 195, classpath: 11) 2026-01-03 17:22:26,880|||main||||INFO||||||| Mapped "{[/camel/health/check/{id}/invoke],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelHealthCheckMvcEndpoint.invoke(java.lang.String,java.util.Map) 2026-01-03 17:22:26,881|||main||||INFO||||||| Mapped "{[/camel/health/check/{id}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelHealthCheckMvcEndpoint.query(java.lang.String,java.util.Map) 2026-01-03 17:22:26,882|||main||||INFO||||||| Mapped "{[/camel/health/check || /camel/health/check.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,887|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/detail],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.detail(java.lang.String) 2026-01-03 17:22:26,887|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/dump],methods=[GET],produces=[application/xml]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.dump(java.lang.String) 2026-01-03 17:22:26,888|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/info],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.info(java.lang.String) 2026-01-03 17:22:26,888|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/start],methods=[POST],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.start(java.lang.String) 2026-01-03 17:22:26,889|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/stop],methods=[POST],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.stop(java.lang.String,java.lang.Long,java.lang.Boolean) 2026-01-03 17:22:26,889|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/suspend],methods=[POST],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.suspend(java.lang.String,java.lang.Long) 2026-01-03 17:22:26,890|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/resume],methods=[POST],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.resume(java.lang.String) 2026-01-03 17:22:26,890|||main||||INFO||||||| Mapped "{[/camel/routes/{id}/reset],methods=[POST],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.apache.camel.spring.boot.actuate.endpoint.CamelRoutesMvcEndpoint.reset(java.lang.String) 2026-01-03 17:22:26,891|||main||||INFO||||||| Mapped "{[/camel/routes || /camel/routes.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,892|||main||||INFO||||||| Mapped "{[/camel/route-controller || /camel/route-controller.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,893|||main||||INFO||||||| Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,894|||main||||INFO||||||| Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,895|||main||||INFO||||||| Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String) 2026-01-03 17:22:26,897|||main||||INFO||||||| Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,898|||main||||INFO||||||| Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,899|||main||||INFO||||||| Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal) 2026-01-03 17:22:26,900|||main||||INFO||||||| Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException 2026-01-03 17:22:26,902|||main||||INFO||||||| Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String) 2026-01-03 17:22:26,903|||main||||INFO||||||| Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,905|||main||||INFO||||||| Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String) 2026-01-03 17:22:26,906|||main||||INFO||||||| Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map) 2026-01-03 17:22:26,907|||main||||INFO||||||| Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,908|||main||||INFO||||||| Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,909|||main||||INFO||||||| Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,910|||main||||INFO||||||| Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,910|||main||||INFO||||||| Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke() 2026-01-03 17:22:26,912|||main||||INFO||||||| Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String) 2026-01-03 17:22:27,153|||main||||INFO||||||| Loading additional Camel XML routes from: classpath:camel/*.xml 2026-01-03 17:22:27,154|||main||||INFO||||||| Loading additional Camel XML rests from: classpath:camel-rest/*.xml 2026-01-03 17:22:27,171|||main||||INFO||||||| Apache Camel 2.21.5 (CamelContext: SparkyCamelContext) is starting 2026-01-03 17:22:27,172|||main||||INFO||||||| JMX is enabled 2026-01-03 17:22:27,403|||main||||INFO||||||| StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html 2026-01-03 17:22:27,489|||main||||INFO||||||| Route: route1 started and consuming from: servlet:/search/filterAggregation?httpMethodRestrict=POST 2026-01-03 17:22:27,490|||main||||INFO||||||| Route: route2 started and consuming from: servlet:/search/unifiedFilterRequest?httpMethodRestrict=POST 2026-01-03 17:22:27,491|||main||||INFO||||||| Route: route3 started and consuming from: servlet:/search/querysearch?httpMethodRestrict=POST 2026-01-03 17:22:27,492|||main||||INFO||||||| Route: route4 started and consuming from: servlet:/getPersonalizedValues?httpMethodRestrict=GET 2026-01-03 17:22:27,493|||main||||INFO||||||| Route: route5 started and consuming from: servlet:/subscription/getsubscription?httpMethodRestrict=GET 2026-01-03 17:22:27,494|||main||||INFO||||||| Route: route6 started and consuming from: servlet:/visualization/prepareVisualization?httpMethodRestrict=POST 2026-01-03 17:22:27,495|||main||||INFO||||||| Total 6 routes, of which 6 are started 2026-01-03 17:22:27,496|||main||||INFO||||||| Apache Camel 2.21.5 (CamelContext: SparkyCamelContext) started in 0.324 seconds 2026-01-03 17:22:27,506|||main||||INFO||||||| Initializing Spring FrameworkServlet 'dispatcherServlet' 2026-01-03 17:22:27,507|||main||||INFO||||||| FrameworkServlet 'dispatcherServlet': initialization started 2026-01-03 17:22:27,520|||main||||INFO||||||| FrameworkServlet 'dispatcherServlet': initialization completed in 13 ms 2026-01-03 17:22:27,521|||main||||INFO||||||| Initialized CamelHttpTransportServlet[name=CamelServlet, contextPath=] 2026-01-03 17:22:27,555|||main||||INFO||||||| Started ServerConnector@66a6e9fd{HTTP/1.1,[http/1.1]}{0.0.0.0:35799} 2026-01-03 17:22:27,556|||main||||INFO||||||| Jetty started on port(s) 35799 (http/1.1) 2026-01-03 17:22:27,563|||main||||INFO||||||| Started AggregateSummaryProcessorTest in 9.887 seconds (JVM running for 11.973) 2026-01-03 17:22:27,907|||Thread-20||||INFO||||||| Closing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@6a6580d6: startup date [Sat Jan 03 17:22:18 UTC 2026]; root of context hierarchy 2026-01-03 17:22:28,010|||Thread-20||||INFO||||||| Stopping beans in phase 2147483647 2026-01-03 17:22:28,011|||Thread-20||||INFO||||||| Apache Camel 2.21.5 (CamelContext: SparkyCamelContext) is shutting down 2026-01-03 17:22:28,012|||Thread-20||||INFO||||||| Starting to graceful shutdown 6 routes (timeout 300 seconds) 2026-01-03 17:22:28,019|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route6 shutdown complete, was consuming from: servlet:/visualization/prepareVisualization?httpMethodRestrict=POST 2026-01-03 17:22:28,020|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route5 shutdown complete, was consuming from: servlet:/subscription/getsubscription?httpMethodRestrict=GET 2026-01-03 17:22:28,021|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route4 shutdown complete, was consuming from: servlet:/getPersonalizedValues?httpMethodRestrict=GET 2026-01-03 17:22:28,022|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route3 shutdown complete, was consuming from: servlet:/search/querysearch?httpMethodRestrict=POST 2026-01-03 17:22:28,023|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route2 shutdown complete, was consuming from: servlet:/search/unifiedFilterRequest?httpMethodRestrict=POST 2026-01-03 17:22:28,024|||Camel (SparkyCamelContext) thread #1 - ShutdownTask||||INFO||||||| Route: route1 shutdown complete, was consuming from: servlet:/search/filterAggregation?httpMethodRestrict=POST 2026-01-03 17:22:28,025|||Thread-20||||INFO||||||| Graceful shutdown of 6 routes completed in 0 seconds 2026-01-03 17:22:28,061|||Thread-20||||INFO||||||| Apache Camel 2.21.5 (CamelContext: SparkyCamelContext) uptime 0.890 seconds 2026-01-03 17:22:28,061|||Thread-20||||INFO||||||| Apache Camel 2.21.5 (CamelContext: SparkyCamelContext) is shutdown in 0.050 seconds 2026-01-03 17:22:28,073|||Thread-20||||INFO||||||| Stopped ServerConnector@66a6e9fd{HTTP/1.1,[http/1.1]}{0.0.0.0:0} 2026-01-03 17:22:28,073|||Thread-20||||INFO||||||| node0 Stopped scavenging 2026-01-03 17:22:28,076|||Thread-20||||INFO||||||| Destroying Spring FrameworkServlet 'dispatcherServlet' 2026-01-03 17:22:28,076|||Thread-20||||INFO||||||| Destroyed CamelHttpTransportServlet[CamelServlet] 2026-01-03 17:22:28,077|||Thread-20||||INFO||||||| Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@5a36b0f9{application,/,[file:///tmp/jetty-docbase.18388107039066811809.0/],UNAVAILABLE}