Results

By type

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

19:22:47.279 [main] INFO  org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-64b6df7fb7-zzstd with PID 1 (/app/classes started by ? in /app)
19:22:47.282 [main] DEBUG org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7
19:22:47.283 [main] INFO  org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm
19:22:48.161 [background-preinit] WARN  o.s.h.c.j.Jackson2ObjectMapperBuilder - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
19:22:50.644 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
19:22:50.657 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
19:22:50.658 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
19:22:50.828 [main] INFO  o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
19:22:50.828 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2782 ms
19:22:52.076 [main] INFO  o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@16029e2f, org.springframework.security.web.context.SecurityContextPersistenceFilter@5891b7c5, org.springframework.security.web.header.HeaderWriterFilter@714bffd5, org.springframework.security.web.authentication.logout.LogoutFilter@5d58dc61, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@adc8683, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@38e46765, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@d13379e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@3b2db389, org.springframework.security.web.session.SessionManagementFilter@1255de25, org.springframework.security.web.access.ExceptionTranslationFilter@644947ee, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5477d90e]
19:22:52.693 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
19:22:52.807 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
19:22:52.808 [main] INFO  o.a.catalina.core.StandardService - Starting service [Tomcat]
19:22:52.829 [main] INFO  o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
19:22:52.847 [main] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
19:22:52.847 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 151 ms
19:22:52.900 [main] INFO  o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
19:22:52.990 [main] INFO  o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
19:22:53.655 [main] INFO  org.onap.cps.ncmp.dmi.Application - Started Application in 7.425 seconds (JVM running for 8.02)
19:22:53.704 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT
19:22:53.707 [main] INFO  o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
19:23:05.252 [http-nio-8081-exec-1] INFO  o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:23:05.252 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
19:23:05.253 [http-nio-8081-exec-1] INFO  o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
20:33:46.332 [http-nio-8080-exec-1] INFO  o.a.coyote.http11.Http11Processor - Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x030xac0xf0y0x8c80x100xda0xb50xf90x8e;0xa00xa4OT0xce0x910xc7+0x890xb40xffm0xacK0xfc0x9b:0xd7*0x960x02 ]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)