By type
. ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.5.5) 07:49:00.793 [main] INFO org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-5ccb9fd867-nqljp with PID 1 (/app/classes started by ? in /app) 07:49:00.796 [main] DEBUG org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.5, Spring v5.3.10 07:49:00.796 [main] INFO org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm 07:49:03.976 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http) 07:49:03.989 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 07:49:03.990 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.53] 07:49:04.089 [main] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 07:49:04.089 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2708 ms 07:49:05.827 [main] INFO o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6f6f65a4, org.springframework.security.web.context.SecurityContextPersistenceFilter@236a4d30, org.springframework.security.web.header.HeaderWriterFilter@41ec4271, org.springframework.security.web.authentication.logout.LogoutFilter@a7ae340, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@76f9e000, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@38968752, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@45d46254, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@990b86b, org.springframework.security.web.session.SessionManagementFilter@735988cf, org.springframework.security.web.access.ExceptionTranslationFilter@4f2544b0, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@3af39e7b] 07:49:08.603 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path '' 07:49:08.697 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http) 07:49:08.698 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat] 07:49:08.698 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.53] 07:49:08.709 [main] INFO o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext 07:49:08.709 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 102 ms 07:49:08.742 [main] INFO o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage' 07:49:09.398 [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path '' 07:49:09.937 [main] INFO org.onap.cps.ncmp.dmi.Application - Started Application in 10.125 seconds (JVM running for 10.602) 07:49:16.986 [http-nio-8081-exec-1] INFO o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 07:49:16.986 [http-nio-8081-exec-1] INFO o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 07:49:16.987 [http-nio-8081-exec-1] INFO o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms 08:39:25.436 [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 [0x160x030x010x020x000x010x000x010xfc0x030x03r0xb20x0d0xd90x15?0xd90xea0x130x0a0xf20xcf0xe6M0x960x03)$J0x9dOS50xa70x0bJ0x090x1a<0xc5~` ]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:269) 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:1726) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)