By type
VM_ARGS=-Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/share/etc/config -Dserver.local.startpath= -Djavax.net.ssl.trustStore=/share/etc/osaaf/local/truststoreONAPall.jks -Dserver.ssl.key-store=/share/etc/osaaf/local/org.onap.oof.jks -Dserver.ssl.key-store-password=X(B@ZZ2SR7DsE$g{.78[k+q4 04:24:38.216 [main] INFO com.att.eelf - EELF0005I Searching path "/share/etc/config" for log configuration file "logback.xml" 04:24:38.216 [main] INFO com.att.eelf - EELF0005I Searching path "/share/etc/config" for log configuration file "logback.xml" 04:24:38.220 [main] INFO com.att.eelf - EELF0002I Loading logging configuration from file "/share/etc/config/logback.xml" 04:24:38.220 [main] INFO com.att.eelf - EELF0002I Loading logging configuration from file "/share/etc/config/logback.xml" #----------------------------------------------------------- ____ ____ ____________ ________ ________ ____ / __ \/ __ \/_ __/ ____/ / ____/ |/ / ___// __ \ / / / / /_/ / / / / /_ / / / /|_/ /\__ \/ / / / / /_/ / ____/ / / / __/ / /___/ / / /___/ / /_/ / \____/_/ /_/ /_/ \____/_/ /_//____/\____/ ${archetype.name}-Version:${archetype.version} #----------------------------------------------------------- 2021-05-08 04:24:40.238 INFO 8 --- [ main] o.onap.optf.cmso.optimizer.Application : Starting Application on onap-oof-cmso-optimizer-bf76fc75c-lq6sb with PID 8 (/opt/app/cmso/app.jar started by onap in /opt/app/cmso) 2021-05-08 04:24:40.239 INFO 8 --- [ main] o.onap.optf.cmso.optimizer.Application : The following profiles are active: aaf-auth 2021-05-08 04:24:44.543 INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-05-08 04:24:44.908 INFO 8 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 236ms. Found 5 JPA repository interfaces. 2021-05-08 04:24:47.644 INFO 8 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7997 (https) 2021-05-08 04:24:47.717 INFO 8 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-05-08 04:24:47.718 INFO 8 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.31] 2021-05-08 04:24:47.908 INFO 8 --- [ main] o.a.c.c.C.[.[localhost].[/optimizer] : Initializing Spring embedded WebApplicationContext 2021-05-08 04:24:47.908 INFO 8 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7481 ms 2021-05-08 04:24:52.718 INFO 8 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2021-05-08 04:24:53.013 INFO 8 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.12.Final 2021-05-08 04:24:53.439 INFO 8 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2021-05-08 04:24:53.824 INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-05-08 04:24:54.223 INFO 8 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-05-08 04:24:54.254 INFO 8 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect 2021-05-08 04:24:56.210 INFO 8 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-05-08 04:24:56.551 INFO 8 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2021-05-08 04:24:58.246 WARN 8 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : 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 2021-05-08 04:24:59.234 INFO 8 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@30c19bff, org.springframework.security.web.context.SecurityContextPersistenceFilter@47a7c93e, org.springframework.security.web.header.HeaderWriterFilter@9b47400, org.springframework.security.web.authentication.logout.LogoutFilter@36c7cbe1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1cbc5693, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@64ae105d, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4792f119, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4e375bba, org.springframework.security.web.session.SessionManagementFilter@1e12a5a6, org.springframework.security.web.access.ExceptionTranslationFilter@2ce03e86, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@741ac284] 2021-05-08 04:24:59.314 WARN 8 --- [ main] uration$JodaDateTimeJacksonConfiguration : Auto-configuration of Jackson's Joda-Time integration is deprecated in favor of using java.time (JSR-310). 2021-05-08 04:24:59.728 INFO 8 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor' 2021-05-08 04:25:00.644 INFO 8 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator' 2021-05-08 04:25:01.429 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.429 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.430 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.430 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.430 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.431 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.431 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.431 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.432 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.432 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.432 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.432 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.433 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.433 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.433 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.433 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.433 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.434 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.434 WARN 8 --- [ main] org.apache.tomcat.util.net.SSLUtilBase : jsseUtil.trustedCertNotValid 2021-05-08 04:25:01.624 INFO 8 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7997 (https) with context path '/optimizer' 2021-05-08 04:25:01.629 INFO 8 --- [ main] o.onap.optf.cmso.optimizer.Application : Started Application in 23.001 seconds (JVM running for 26.075) 2021-05-08 05:38:57.963 INFO 8 --- [nio-7997-exec-1] o.a.c.c.C.[.[localhost].[/optimizer] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-05-08 05:38:57.964 INFO 8 --- [nio-7997-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-05-08 05:38:58.014 INFO 8 --- [nio-7997-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 49 ms 2021-05-08 05:38:58.111 INFO 8 --- [nio-7997-exec-1] o.o.o.c.o.c.BasicAuthenticatorFilter : user: oof@oof.onap.org pass:**** 2021-05-08 05:38:58.414 INFO 8 --- [nio-7997-exec-1] com.att.eelf.audit : OUTGOING_MESSAGE Outgoing message method=GET path=/authz/perms/user/oof@oof.onap.org 2021-05-08 05:38:58.415 INFO 8 --- [nio-7997-exec-1] o.onap.optf.cmso.optimizer.Application : OUTGOING_MESSAGE Outgoing message method=GET path=/authz/perms/user/oof@oof.onap.org 2021-05-08 05:38:58.830 INFO 8 --- [nio-7997-exec-1] com.att.eelf.audit : OUTGOING_MESSAGE_RETURNED Outgoing message returned method=GET path=/authz/perms/user/oof@oof.onap.org status=OK 2021-05-08 05:38:58.831 INFO 8 --- [nio-7997-exec-1] o.onap.optf.cmso.optimizer.Application : OUTGOING_MESSAGE_RETURNED Outgoing message returned method=GET path=/authz/perms/user/oof@oof.onap.org status=OK 2021-05-08 05:38:59.017 INFO 8 --- [nio-7997-exec-1] com.att.eelf.audit : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:38:59.017 INFO 8 --- [nio-7997-exec-1] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:38:59.726 INFO 8 --- [nio-7997-exec-1] com.att.eelf.audit : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:38:59.727 INFO 8 --- [nio-7997-exec-1] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:41:15.864 INFO 8 --- [io-7997-exec-10] com.att.eelf.audit : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:41:15.864 INFO 8 --- [io-7997-exec-10] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:41:16.721 INFO 8 --- [io-7997-exec-10] com.att.eelf.audit : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:41:16.721 INFO 8 --- [io-7997-exec-10] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:42:54.569 INFO 8 --- [io-7997-exec-12] com.att.eelf.audit : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:42:54.569 INFO 8 --- [io-7997-exec-12] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:42:54.730 INFO 8 --- [io-7997-exec-12] com.att.eelf.audit : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:42:54.730 INFO 8 --- [io-7997-exec-12] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:45:34.300 INFO 8 --- [nio-7997-exec-2] o.o.o.c.o.c.BasicAuthenticatorFilter : user: oof@oof.onap.org pass:**** 2021-05-08 05:45:34.340 INFO 8 --- [nio-7997-exec-2] com.att.eelf.audit : OUTGOING_MESSAGE Outgoing message method=GET path=/authz/perms/user/oof@oof.onap.org 2021-05-08 05:45:34.340 INFO 8 --- [nio-7997-exec-2] o.onap.optf.cmso.optimizer.Application : OUTGOING_MESSAGE Outgoing message method=GET path=/authz/perms/user/oof@oof.onap.org 2021-05-08 05:45:34.455 INFO 8 --- [nio-7997-exec-2] com.att.eelf.audit : OUTGOING_MESSAGE_RETURNED Outgoing message returned method=GET path=/authz/perms/user/oof@oof.onap.org status=OK 2021-05-08 05:45:34.455 INFO 8 --- [nio-7997-exec-2] o.onap.optf.cmso.optimizer.Application : OUTGOING_MESSAGE_RETURNED Outgoing message returned method=GET path=/authz/perms/user/oof@oof.onap.org status=OK 2021-05-08 05:45:34.514 INFO 8 --- [nio-7997-exec-2] com.att.eelf.audit : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:45:34.514 INFO 8 --- [nio-7997-exec-2] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:45:34.750 INFO 8 --- [nio-7997-exec-2] com.att.eelf.audit : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:45:34.750 INFO 8 --- [nio-7997-exec-2] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:48:11.597 INFO 8 --- [io-7997-exec-15] com.att.eelf.audit : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:48:11.598 INFO 8 --- [io-7997-exec-15] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE Incoming message method=GET path=v1/health 2021-05-08 05:48:11.768 INFO 8 --- [io-7997-exec-15] com.att.eelf.audit : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK 2021-05-08 05:48:11.769 INFO 8 --- [io-7997-exec-15] o.onap.optf.cmso.optimizer.Application : INCOMING_MESSAGE_RESPONSE Message response method=GET path=v1/health status=OK