Results

By type

          Policy api config file: /opt/app/policy/api/etc/mounted/apiParameters.yaml
overriding logback.xml

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

[2022-09-23T19:16:54.633+00:00|INFO|PolicyApiApplication|main] Starting PolicyApiApplication using Java 11.0.11 on onap-policy-api-6d9bf758db-8w2x8 with PID 7 (/app/api.jar started by policy in /opt/app/policy/api/bin)
[2022-09-23T19:16:54.649+00:00|INFO|PolicyApiApplication|main] No active profile set, falling back to default profiles: default
[2022-09-23T19:16:57.631+00:00|INFO|RepositoryConfigurationDelegate|main] Bootstrapping Spring Data JPA repositories in DEFAULT mode.
[2022-09-23T19:16:57.819+00:00|INFO|RepositoryConfigurationDelegate|main] Finished Spring Data repository scanning in 171 ms. Found 6 JPA repository interfaces.
[2022-09-23T19:17:00.263+00:00|INFO|TomcatWebServer|main] Tomcat initialized with port(s): 6969 (http)
[2022-09-23T19:17:00.432+00:00|INFO|Http11NioProtocol|main] Initializing ProtocolHandler ["http-nio-6969"]
[2022-09-23T19:17:00.433+00:00|INFO|StandardService|main] Starting service [Tomcat]
[2022-09-23T19:17:00.434+00:00|INFO|StandardEngine|main] Starting Servlet engine: [Apache Tomcat/9.0.62]
[2022-09-23T19:17:00.909+00:00|INFO|[/]|main] Initializing Spring embedded WebApplicationContext
[2022-09-23T19:17:00.910+00:00|INFO|ServletWebServerApplicationContext|main] Root WebApplicationContext: initialization completed in 6152 ms
[2022-09-23T19:17:06.038+00:00|INFO|LogHelper|main] HHH000204: Processing PersistenceUnitInfo [name: default]
[2022-09-23T19:17:06.889+00:00|INFO|Version|main] HHH000412: Hibernate ORM core version 5.4.31.Final
[2022-09-23T19:17:07.560+00:00|INFO|Version|main] HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
[2022-09-23T19:17:08.192+00:00|INFO|HikariDataSource|main] HikariPool-1 - Starting...
[2022-09-23T19:17:08.501+00:00|INFO|HikariDataSource|main] HikariPool-1 - Start completed.
[2022-09-23T19:17:08.593+00:00|INFO|Dialect|main] HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
[2022-09-23T19:17:14.103+00:00|INFO|JtaPlatformInitiator|main] HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
[2022-09-23T19:17:14.126+00:00|INFO|LocalContainerEntityManagerFactoryBean|main] Initialized JPA EntityManagerFactory for persistence unit 'default'
[2022-09-23T19:17:26.676+00:00|WARN|JpaBaseConfiguration$JpaWebConfiguration|main] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
[2022-09-23T19:17:28.594+00:00|INFO|EndpointLinksResolver|main] Exposing 3 endpoint(s) beneath base path ''
[2022-09-23T19:17:30.178+00:00|INFO|DefaultSecurityFilterChain|main] Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@12e5f7cb, org.springframework.security.web.context.SecurityContextPersistenceFilter@2715b3ea, org.springframework.security.web.header.HeaderWriterFilter@1b09f4fb, org.springframework.security.web.authentication.logout.LogoutFilter@3d70dab8, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@6eed5b68, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@628721ba, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@67b6cb6e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2df05bd1, org.springframework.security.web.session.SessionManagementFilter@27d9a016, org.springframework.security.web.access.ExceptionTranslationFilter@64b7066e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5926f291]
[2022-09-23T19:17:30.935+00:00|INFO|Http11NioProtocol|main] Starting ProtocolHandler ["http-nio-6969"]
[2022-09-23T19:17:31.243+00:00|INFO|TomcatWebServer|main] Tomcat started on port(s): 6969 (http) with context path ''
[2022-09-23T19:17:33.715+00:00|INFO|PolicyApiApplication|main] Started PolicyApiApplication in 40.574 seconds (JVM running for 41.785)
[2022-09-23T19:17:33.815+00:00|INFO|ApplicationAvailabilityBean|main] Application availability state LivenessState changed to CORRECT
[2022-09-23T19:17:33.819+00:00|INFO|ApplicationAvailabilityBean|main] Application availability state ReadinessState changed to ACCEPTING_TRAFFIC
[2022-09-23T19:18:11.602+00:00|INFO|Http11Processor|http-nio-6969-exec-3] 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 [0x160x030x010x000xea0x010x000x000xe60x030x03a0xbe0x970x9e0x1d0xbe0xb80x950xbb0xb10x9b0xa10xd110xa20x95R0xdd0xb20xff0xae90xbfz0x1f0xe50x14O0xd60xc5F0xe1 ]. 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:271)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
	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)
[2022-09-23T19:19:16.509+00:00|INFO|Http11Processor|http-nio-6969-exec-1] 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 [0x160x030x010x000xea0x010x000x000xe60x030x0300x900x8c0xd40xb30xf27~0xe770x860xa70xfc0xcc;0x180x950x9c(c0x140x110x94{U0x140xcb~{%C0x15 ]. 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:271)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:890)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1743)
	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)