Results

By type

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

2022-12-02 11:16:32.930  INFO 1 --- [           main] o.o.s.h.HelmValidatorApplication         : Starting HelmValidatorApplication using Java 11.0.9.1 on onap-sdc-helm-validator-584d5c779-pfrbb with PID 1 (/app/opt/helmvalidator/helmvalidator.jar started by validator in /app)
2022-12-02 11:16:32.938  INFO 1 --- [           main] o.o.s.h.HelmValidatorApplication         : No active profile set, falling back to default profiles: default
2022-12-02 11:16:39.624  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8080 (http)
2022-12-02 11:16:39.652  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2022-12-02 11:16:39.653  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.56]
2022-12-02 11:16:39.763  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2022-12-02 11:16:39.764  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6684 ms
2022-12-02 11:16:42.789  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 1 endpoint(s) beneath base path '/actuator'
2022-12-02 11:16:45.231  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8080 (http) with context path ''
2022-12-02 11:16:45.277  INFO 1 --- [           main] o.o.s.h.HelmValidatorApplication         : Started HelmValidatorApplication in 13.974 seconds (JVM running for 15.382)
2022-12-02 11:16:49.603  INFO 1 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-02 11:16:49.605  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2022-12-02 11:16:49.619  INFO 1 --- [nio-8080-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 12 ms
2022-12-02 11:58:36.712  INFO 1 --- [nio-8080-exec-2] 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 [0x160x030x010x020x000x010x000x010xfc0x030x030xf0o+0xb7B0xd1o0xabqD0xdb0x97u0x03$"0xf30x8d\0xb60x0d0x17.0x990xca0x150x8c0xcc0xf3i*0xb1 ]. 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]

2022-12-02 18:01:06.815  INFO 1 --- [nio-8080-exec-9] o.o.s.h.helm.validation.FileManager      : Attempt to save file : /charts/chart-6562337468253229211.tgz
2022-12-02 18:01:06.829  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
2022-12-02 18:01:07.274  INFO 1 --- [nio-8080-exec-9] o.o.s.h.h.validation.ValidationService   : Helm template finished
2022-12-02 18:01:07.275  INFO 1 --- [nio-8080-exec-9] o.o.s.h.h.validation.ValidationService   : File process finished
2022-12-02 18:01:08.299  INFO 1 --- [io-8080-exec-10] o.o.s.h.helm.validation.FileManager      : Attempt to save file : /charts/chart-11711696173379288691.tgz
2022-12-02 18:01:08.304  INFO 1 --- [io-8080-exec-10] o.o.s.h.h.validation.ValidationService   : Start validation of file: helm_apache.tgz, with helm version: 3.5.2
2022-12-02 18:01:08.561  INFO 1 --- [io-8080-exec-10] o.o.s.h.h.validation.ValidationService   : Helm template finished
2022-12-02 18:01:08.562  INFO 1 --- [io-8080-exec-10] o.o.s.h.h.validation.ValidationService   : File process finished
2022-12-02 18:01:15.711  INFO 1 --- [nio-8080-exec-2] o.o.s.h.helm.validation.FileManager      : Attempt to save file : /charts/chart-13934936166461809657.tgz
2022-12-02 18:01:15.712  INFO 1 --- [nio-8080-exec-2] o.o.s.h.h.validation.ValidationService   : Start validation of file: helm_apache.tgz, with helm version: 3.5.2
2022-12-02 18:01:15.851  INFO 1 --- [nio-8080-exec-2] o.o.s.h.h.validation.ValidationService   : Helm template finished
2022-12-02 18:01:15.852  INFO 1 --- [nio-8080-exec-2] o.o.s.h.h.validation.ValidationService   : File process finished