2022-03-23 08:13:11,949 [main] INFO com.collibra.marketplace.denodo.Application - Starting Application v1.0.3 using Java 1.8.0_312 on ip-10-101-35-51.eu-west-1.compute.internal with PID 26194 (/opt/collibra/denodo-to-collibra-integration-1.0.3.jar started by root in /) 2022-03-23 08:13:11,964 [main] INFO com.collibra.marketplace.denodo.Application - No active profile set, falling back to default profiles: default 2022-03-23 08:13:14,796 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2022-03-23 08:13:15,079 [main] INFO org.springframework.data.repository.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 266 ms. Found 3 JPA repository interfaces. 2022-03-23 08:13:15,709 [main] INFO com.ulisesbocchio.jasyptspringboot.configuration.EnableEncryptablePropertiesBeanFactoryPostProcessor - Post-processing PropertySource instances 2022-03-23 08:13:15,856 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource configurationProperties [org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource] to AOP Proxy 2022-03-23 08:13:15,857 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource servletConfigInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper 2022-03-23 08:13:15,858 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource servletContextInitParams [org.springframework.core.env.PropertySource$StubPropertySource] to EncryptablePropertySourceWrapper 2022-03-23 08:13:15,859 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource systemProperties [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper 2022-03-23 08:13:15,861 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource systemEnvironment [org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor$OriginAwareSystemEnvironmentPropertySource] to EncryptableSystemEnvironmentPropertySourceWrapper 2022-03-23 08:13:15,861 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource random [org.springframework.boot.env.RandomValuePropertySource] to EncryptablePropertySourceWrapper 2022-03-23 08:13:15,862 [main] INFO com.ulisesbocchio.jasyptspringboot.EncryptablePropertySourceConverter - Converting PropertySource Config resource 'class path resource [application.properties]' via location 'optional:classpath:/' [org.springframework.boot.env.OriginTrackedMapPropertySource] to EncryptableMapPropertySourceWrapper 2022-03-23 08:13:15,993 [main] INFO com.ulisesbocchio.jasyptspringboot.filter.DefaultLazyPropertyFilter - Property Filter custom Bean not found with name 'encryptablePropertyFilter'. Initializing Default Property Filter 2022-03-23 08:13:16,265 [main] INFO com.ulisesbocchio.jasyptspringboot.resolver.DefaultLazyPropertyResolver - Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver 2022-03-23 08:13:16,271 [main] INFO com.ulisesbocchio.jasyptspringboot.detector.DefaultLazyPropertyDetector - Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector 2022-03-23 08:13:16,679 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8442 (http) 2022-03-23 08:13:16,694 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8442"] 2022-03-23 08:13:16,696 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat] 2022-03-23 08:13:16,696 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.50] 2022-03-23 08:13:16,791 [main] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext 2022-03-23 08:13:16,792 [main] INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4721 ms 2022-03-23 08:13:17,133 [main] INFO com.collibra.marketplace.denodo.config.DynamicDataSourceConfig - Initializing the Denodo mock data source... 2022-03-23 08:13:17,155 [main] INFO com.collibra.marketplace.denodo.config.DynamicDataSourceConfig - Initialized the Denodo mock data source. 2022-03-23 08:13:17,157 [main] INFO com.collibra.marketplace.denodo.config.DynamicDataSourceConfig - Initializing the Denodo data source... 2022-03-23 08:13:17,157 [main] INFO com.collibra.marketplace.denodo.config.DynamicDataSourceConfig - Initialized the Denodo data source. 2022-03-23 08:13:17,195 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 2022-03-23 08:13:17,571 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 2022-03-23 08:13:17,777 [main] INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default] 2022-03-23 08:13:18,033 [main] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.32.Final 2022-03-23 08:13:18,318 [main] INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-23 08:13:18,595 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect 2022-03-23 08:13:20,052 [main] INFO org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-23 08:13:20,071 [main] INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default' 2022-03-23 08:13:20,187 [main] WARN org.springframework.boot.autoconfigure.orm.jpa.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 2022-03-23 08:13:20,332 [main] INFO com.collibra.marketplace.library.integration.InternalSharedLibraryConnection - Authenticating with the Collibra Platform... 2022-03-23 08:13:21,482 [main] INFO com.collibra.marketplace.library.integration.InternalSharedLibraryConnection - Successfully authenticated with the Collibra Platform. 2022-03-23 08:13:22,961 [main] INFO org.springframework.boot.actuate.endpoint.web.EndpointLinksResolver - Exposing 14 endpoint(s) beneath base path '/manage' 2022-03-23 08:13:23,401 [main] INFO org.springframework.security.web.DefaultSecurityFilterChain - Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4aac85fa, org.springframework.security.web.context.SecurityContextPersistenceFilter@1d4664d7, org.springframework.security.web.header.HeaderWriterFilter@4bff2185, org.springframework.security.web.authentication.logout.LogoutFilter@47b2e9e1, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@488b50ec, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@56ccd751, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2d66530f, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@21fff664, org.springframework.security.web.session.SessionManagementFilter@7fedfe27, org.springframework.security.web.access.ExceptionTranslationFilter@6f099cef, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1917d90f] 2022-03-23 08:13:24,179 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8442"] 2022-03-23 08:13:24,207 [main] INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8442 (http) with context path '' 2022-03-23 08:13:24,533 [main] INFO com.collibra.marketplace.denodo.Application - Started Application in 13.35 seconds (JVM running for 15.106) 2022-03-23 08:13:25,020 [http-nio-8442-exec-1] INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-23 08:13:25,021 [http-nio-8442-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet' 2022-03-23 08:13:25,024 [http-nio-8442-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 3 ms