By type
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.5.9)
2023-01-14 03:12:15.083 INFO 1 --- [ main] o.o.s.h.HelmValidatorApplication : Starting HelmValidatorApplication using Java 11.0.9.1 on onap-sdc-helm-validator-584d5c779-jp2lh with PID 1 (/app/opt/helmvalidator/helmvalidator.jar started by validator in /app)
2023-01-14 03:12:15.089 INFO 1 --- [ main] o.o.s.h.HelmValidatorApplication : No active profile set, falling back to default profiles: default
2023-01-14 03:12:19.298 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2023-01-14 03:12:19.316 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2023-01-14 03:12:19.317 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.56]
2023-01-14 03:12:19.500 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2023-01-14 03:12:19.500 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4292 ms
2023-01-14 03:12:22.283 INFO 1 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2023-01-14 03:12:24.722 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2023-01-14 03:12:24.751 INFO 1 --- [ main] o.o.s.h.HelmValidatorApplication : Started HelmValidatorApplication in 11.375 seconds (JVM running for 12.471)
2023-01-14 03:12:26.938 INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-01-14 03:12:26.980 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2023-01-14 03:12:26.982 INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2023-01-14 04:50:30.520 INFO 1 --- [io-8080-exec-10] o.apache.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 [0x160x030x010x020x000x010x000x010xfc0x030x030xff0x800xa90xd70x09l%0xc40xcfT0xd60x160x910x080x130xa40xee0xa630xed_0xb10x1b:0xe40x0e0x880xdfv2M7 ]. HTTP method names must be tokens
at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:419) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:269) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1732) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.56.jar!/:na]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.56.jar!/:na]
at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
2023-01-14 12:16:46.135 INFO 1 --- [nio-8080-exec-9] o.o.s.h.helm.validation.FileManager : Attempt to save file : /charts/chart-8546453355284332112.tgz
2023-01-14 12:16:46.146 INFO 1 --- [nio-8080-exec-9] o.o.s.h.h.validation.ValidationService : Start validation of file: helm_apache.tgz, with helm version: 3.5.2
2023-01-14 12:16:46.284 INFO 1 --- [nio-8080-exec-9] o.o.s.h.h.validation.ValidationService : Helm template finished
2023-01-14 12:16:46.284 INFO 1 --- [nio-8080-exec-9] o.o.s.h.h.validation.ValidationService : File process finished
2023-01-14 12:16:48.299 INFO 1 --- [nio-8080-exec-1] o.o.s.h.helm.validation.FileManager : Attempt to save file : /charts/chart-6691580301926836857.tgz
2023-01-14 12:16:48.300 INFO 1 --- [nio-8080-exec-1] o.o.s.h.h.validation.ValidationService : Start validation of file: helm_apache.tgz, with helm version: 3.5.2
2023-01-14 12:16:48.402 INFO 1 --- [nio-8080-exec-1] o.o.s.h.h.validation.ValidationService : Helm template finished
2023-01-14 12:16:48.402 INFO 1 --- [nio-8080-exec-1] o.o.s.h.h.validation.ValidationService : File process finished
2023-01-14 12:17:04.361 INFO 1 --- [nio-8080-exec-3] o.o.s.h.helm.validation.FileManager : Attempt to save file : /charts/chart-1251397212796101749.tgz
2023-01-14 12:17:04.362 INFO 1 --- [nio-8080-exec-3] o.o.s.h.h.validation.ValidationService : Start validation of file: helm_apache.tgz, with helm version: 3.5.2
2023-01-14 12:17:04.465 INFO 1 --- [nio-8080-exec-3] o.o.s.h.h.validation.ValidationService : Helm template finished
2023-01-14 12:17:04.466 INFO 1 --- [nio-8080-exec-3] o.o.s.h.h.validation.ValidationService : File process finished