Results

By type

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

2021-09-24 00:34:30,466 - INFO  [background-preinit  ] o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
2021-09-24 00:34:30,480 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - Starting Application using Java 11.0.9.1 on onap-ncmp-dmi-plugin-7c58c7d6fb-jccbn with PID 1 (/app/classes started by ? in /app)
2021-09-24 00:34:30,480 - DEBUG [main                ] org.onap.cps.ncmp.dmi.Application - Running with Spring Boot v2.5.0, Spring v5.3.7
2021-09-24 00:34:30,480 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - The following profiles are active: helm
2021-09-24 00:34:31,268 - WARN  [background-preinit  ] o.s.h.c.j.Jackson2ObjectMapperBuilder - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
2021-09-24 00:34:33,286 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
2021-09-24 00:34:33,295 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
2021-09-24 00:34:33,296 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2021-09-24 00:34:33,296 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2021-09-24 00:34:33,376 - INFO  [main                ] o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2021-09-24 00:34:33,376 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2207 ms
2021-09-24 00:34:34,479 - INFO  [main                ] o.s.s.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@18463720, org.springframework.security.web.context.SecurityContextPersistenceFilter@56b66a26, org.springframework.security.web.header.HeaderWriterFilter@591e5fd4, org.springframework.security.web.authentication.logout.LogoutFilter@25dcf1b6, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4f8900b0, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@54687fd0, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@16f4a3c0, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@64eeddd8, org.springframework.security.web.session.SessionManagementFilter@398f0516, org.springframework.security.web.access.ExceptionTranslationFilter@1b485c8b, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5e95b0ab]
2021-09-24 00:34:34,910 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
2021-09-24 00:34:34,947 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
2021-09-24 00:34:35,002 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8081 (http)
2021-09-24 00:34:35,003 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8081"]
2021-09-24 00:34:35,003 - INFO  [main                ] o.a.catalina.core.StandardService - Starting service [Tomcat]
2021-09-24 00:34:35,003 - INFO  [main                ] o.a.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2021-09-24 00:34:35,045 - INFO  [main                ] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2021-09-24 00:34:35,045 - INFO  [main                ] o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 95 ms
2021-09-24 00:34:35,143 - INFO  [main                ] o.s.b.a.e.web.EndpointLinksResolver - Exposing 4 endpoint(s) beneath base path '/manage'
2021-09-24 00:34:35,195 - INFO  [main                ] o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8081"]
2021-09-24 00:34:35,239 - INFO  [main                ] o.s.b.w.e.tomcat.TomcatWebServer - Tomcat started on port(s): 8081 (http) with context path ''
2021-09-24 00:34:35,655 - INFO  [main                ] org.onap.cps.ncmp.dmi.Application - Started Application in 6.073 seconds (JVM running for 6.719)
2021-09-24 00:34:35,692 - INFO  [main                ] o.s.b.a.ApplicationAvailabilityBean - Application availability state LivenessState changed to CORRECT
2021-09-24 00:34:35,694 - INFO  [main                ] o.s.b.a.ApplicationAvailabilityBean - Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
2021-09-24 00:34:51,285 - INFO  [http-nio-8081-exec-1] o.a.c.c.C.[Tomcat-1].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-09-24 00:34:51,285 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2021-09-24 00:34:51,286 - INFO  [http-nio-8081-exec-1] o.s.web.servlet.DispatcherServlet - Completed initialization in 1 ms
2021-09-24 05:03:53,707 - INFO  [http-nio-8080-exec-1] 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 [JDWP-Handshake\n0x0a...]. 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)
2021-09-24 05:03:54,746 - INFO  [http-nio-8081-exec-5] 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 [JDWP-Handshake\n0x0a...]. 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)