Voici le contenu de cette commande :
WEBAPP ---> [DB_URL=jdbc:mysql://asqatasun-db:3306/asqatasun] <-------
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.3.RELEASE)
18-12-2020 13:01:10:612 5184 INFO org.asqatasun.webapp.AsqatasunWebappApplication - Starting AsqatasunWebappApplication v5.0.0-rc.1 on bc1e16cafdc1 with PID 6 (/home/asqatasun/app.war started by asqatasun in /)
18-12-2020 13:01:10:614 5186 INFO org.asqatasun.webapp.AsqatasunWebappApplication - The following profiles are active: webapp
18-12-2020 13:01:16:890 11462 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 7000 (http)
18-12-2020 13:01:16:903 11475 INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-7000"]
18-12-2020 13:01:16:903 11475 INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
18-12-2020 13:01:16:904 11476 INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.30]
18-12-2020 13:01:24:846 19418 INFO org.apache.jasper.servlet.TldScanner - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
18-12-2020 13:01:25:791 20363 INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
18-12-2020 13:01:25:792 20364 INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 14784 ms
18-12-2020 13:01:26:139 20711 INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging.
18-12-2020 13:01:26:372 20944 INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.3 [built 27-January-2019 00:11:37 -0800; debug? true; trace: 10]
18-12-2020 13:01:26:633 21205 INFO org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.8 by Redgate
18-12-2020 13:01:26:782 21354 INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1bqq1hfaewq2s7i1iceo8v|29a5f4e7, debugUnreturnedConnectionStackTraces -> true, description -> null, driverClass -> com.mysql.cj.jdbc.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1bqq1hfaewq2s7i1iceo8v|29a5f4e7, idleConnectionTestPeriod -> 3600, initialPoolSize -> 5, jdbcUrl -> jdbc:mysql://asqatasun-db:3306/asqatasun?useSSL=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 1000, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
18-12-2020 13:01:27:482 22054 INFO org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:mysql://asqatasun-db:3306/asqatasun (MySQL 5.7)
18-12-2020 13:01:27:669 22241 INFO org.flywaydb.core.internal.command.DbValidate - Successfully validated 20 migrations (execution time 00:00.145s)
18-12-2020 13:01:27:759 22331 INFO org.flywaydb.core.internal.command.DbMigrate - Current version of schema `asqatasun`: -0.0.19
18-12-2020 13:01:27:762 22334 INFO org.flywaydb.core.internal.command.DbMigrate - Schema `asqatasun` is up to date. No migration necessary.
18-12-2020 13:01:27:938 22510 INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
18-12-2020 13:01:28:110 22682 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.4.10.Final}
18-12-2020 13:01:28:412 22984 WARN org.hibernate.orm.deprecation - HHH020100: The Ehcache second-level cache provider for Hibernate is deprecated. See https://hibernate.atlassian.net/browse/HHH-12441 for details.
18-12-2020 13:01:28:444 23016 INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
18-12-2020 13:01:29:403 23975 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.asqatasun.dialect.AsqatasunMySQL5InnoDBDialect
18-12-2020 13:01:29:514 24086 INFO org.hibernate.envers.boot.internal.EnversServiceImpl - Envers integration enabled? : true
18-12-2020 13:01:31:648 26220 WARN net.sf.ehcache.config.ConfigurationFactory - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/asqatasun/app.war!/WEB-INF/lib/ehcache-2.10.6.jar!/ehcache-failsafe.xml
18-12-2020 13:01:31:730 26302 WARN org.hibernate.orm.cache - HHH90001006: Missing cache[default-update-timestamps-region] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
18-12-2020 13:01:31:815 26387 WARN org.hibernate.orm.cache - HHH90001006: Missing cache[default-query-results-region] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
18-12-2020 13:01:33:435 28007 INFO org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
18-12-2020 13:01:33:448 28020 INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
18-12-2020 13:01:33:587 28159 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
18-12-2020 13:01:33:719 28291 INFO org.springframework.boot.web.servlet.RegistrationBean - Filter responseOverrideFilter was not registered (possibly already registered?)
18-12-2020 13:01:33:775 28347 INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
18-12-2020 13:01:34:707 29279 INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'threadPoolTaskExecutor'
18-12-2020 13:01:36:067 30639 INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
18-12-2020 13:01:36:120 30692 INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4bbf20d1, org.springframework.security.web.context.SecurityContextPersistenceFilter@31ab4859, org.springframework.security.web.header.HeaderWriterFilter@2d9de284, org.springframework.security.web.authentication.logout.LogoutFilter@5f3f3d00, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@38a38ed4, org.springframework.security.web.session.ConcurrentSessionFilter@3348c987, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@29d3d0fb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d6778d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6fced25c, org.springframework.security.web.session.SessionManagementFilter@7540160e, org.springframework.security.web.access.ExceptionTranslationFilter@75d97e18, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6f8ac8d5]
18-12-2020 13:01:36:378 30950 INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-7000"]
18-12-2020 13:01:36:423 30995 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 7000 (http) with context path ''
18-12-2020 13:01:36:428 31000 INFO org.asqatasun.webapp.AsqatasunWebappApplication - Started AsqatasunWebappApplication in 29.917 seconds (JVM running for 32.981)
Et le logs après avoir fait un test en visant www.google.fr (me sortant une erreur, mais cela est du à mes soucis de paramètrages)
Une erreur est survenue lors du chargement de la page
URL : http://www.google.fr
Date : 18 décembre 2020 13:16:08
Causes possibles
Soit la page n’existe pas
Soit la page ne répond pas en moins de 20 secondes
Soit la page nécessite une authentification
Soit une boite de dialogue modale est présente
WEBAPP ---> [DB_URL=jdbc:mysql://asqatasun-db:3306/asqatasun] <-------
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.3.RELEASE)
18-12-2020 13:01:10:612 5184 INFO org.asqatasun.webapp.AsqatasunWebappApplication - Starting AsqatasunWebappApplication v5.0.0-rc.1 on bc1e16cafdc1 with PID 6 (/home/asqatasun/app.war started by asqatasun in /)
18-12-2020 13:01:10:614 5186 INFO org.asqatasun.webapp.AsqatasunWebappApplication - The following profiles are active: webapp
18-12-2020 13:01:16:890 11462 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 7000 (http)
18-12-2020 13:01:16:903 11475 INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-7000"]
18-12-2020 13:01:16:903 11475 INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
18-12-2020 13:01:16:904 11476 INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.30]
18-12-2020 13:01:24:846 19418 INFO org.apache.jasper.servlet.TldScanner - At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
18-12-2020 13:01:25:791 20363 INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
18-12-2020 13:01:25:792 20364 INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 14784 ms
18-12-2020 13:01:26:139 20711 INFO com.mchange.v2.log.MLog - MLog clients using slf4j logging.
18-12-2020 13:01:26:372 20944 INFO com.mchange.v2.c3p0.C3P0Registry - Initializing c3p0-0.9.5.3 [built 27-January-2019 00:11:37 -0800; debug? true; trace: 10]
18-12-2020 13:01:26:633 21205 INFO org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.8 by Redgate
18-12-2020 13:01:26:782 21354 INFO com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource - Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 5, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, contextClassLoaderSource -> caller, dataSourceName -> 1bqq1hfaewq2s7i1iceo8v|29a5f4e7, debugUnreturnedConnectionStackTraces -> true, description -> null, driverClass -> com.mysql.cj.jdbc.Driver, extensions -> {}, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, forceSynchronousCheckins -> false, forceUseNamedDriverClass -> false, identityToken -> 1bqq1hfaewq2s7i1iceo8v|29a5f4e7, idleConnectionTestPeriod -> 3600, initialPoolSize -> 5, jdbcUrl -> jdbc:mysql://asqatasun-db:3306/asqatasun?useSSL=false&useUnicode=true&characterEncoding=UTF-8&characterSetResults=UTF-8, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 0, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 1000, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 5, numHelperThreads -> 3, preferredTestQuery -> null, privilegeSpawnedThreads -> false, properties -> {user=******, password=******}, propertyCycle -> 0, statementCacheNumDeferredCloseThreads -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, userOverrides -> {}, usesTraditionalReflectiveProxies -> false ]
18-12-2020 13:01:27:482 22054 INFO org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:mysql://asqatasun-db:3306/asqatasun (MySQL 5.7)
18-12-2020 13:01:27:669 22241 INFO org.flywaydb.core.internal.command.DbValidate - Successfully validated 20 migrations (execution time 00:00.145s)
18-12-2020 13:01:27:759 22331 INFO org.flywaydb.core.internal.command.DbMigrate - Current version of schema `asqatasun`: -0.0.19
18-12-2020 13:01:27:762 22334 INFO org.flywaydb.core.internal.command.DbMigrate - Schema `asqatasun` is up to date. No migration necessary.
18-12-2020 13:01:27:938 22510 INFO org.hibernate.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]
18-12-2020 13:01:28:110 22682 INFO org.hibernate.Version - HHH000412: Hibernate Core {5.4.10.Final}
18-12-2020 13:01:28:412 22984 WARN org.hibernate.orm.deprecation - HHH020100: The Ehcache second-level cache provider for Hibernate is deprecated. See https://hibernate.atlassian.net/browse/HHH-12441 for details.
18-12-2020 13:01:28:444 23016 INFO org.hibernate.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
18-12-2020 13:01:29:403 23975 INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.asqatasun.dialect.AsqatasunMySQL5InnoDBDialect
18-12-2020 13:01:29:514 24086 INFO org.hibernate.envers.boot.internal.EnversServiceImpl - Envers integration enabled? : true
18-12-2020 13:01:31:648 26220 WARN net.sf.ehcache.config.ConfigurationFactory - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/asqatasun/app.war!/WEB-INF/lib/ehcache-2.10.6.jar!/ehcache-failsafe.xml
18-12-2020 13:01:31:730 26302 WARN org.hibernate.orm.cache - HHH90001006: Missing cache[default-update-timestamps-region] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
18-12-2020 13:01:31:815 26387 WARN org.hibernate.orm.cache - HHH90001006: Missing cache[default-query-results-region] was created on-the-fly. The created cache will use a provider-specific default configuration: make sure you defined one. You can disable this warning by setting 'hibernate.cache.ehcache.missing_cache_strategy' to 'create'.
18-12-2020 13:01:33:435 28007 INFO org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
18-12-2020 13:01:33:448 28020 INFO org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'
18-12-2020 13:01:33:587 28159 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
18-12-2020 13:01:33:719 28291 INFO org.springframework.boot.web.servlet.RegistrationBean - Filter responseOverrideFilter was not registered (possibly already registered?)
18-12-2020 13:01:33:775 28347 INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - org.tuckey.web.filters.urlrewrite.UrlRewriteFilter INFO: loaded (conf ok)
18-12-2020 13:01:34:707 29279 INFO org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'threadPoolTaskExecutor'
18-12-2020 13:01:36:067 30639 INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: Ant [pattern='/static/**'], []
18-12-2020 13:01:36:120 30692 INFO org.springframework.security.web.DefaultSecurityFilterChain - Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4bbf20d1, org.springframework.security.web.context.SecurityContextPersistenceFilter@31ab4859, org.springframework.security.web.header.HeaderWriterFilter@2d9de284, org.springframework.security.web.authentication.logout.LogoutFilter@5f3f3d00, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@38a38ed4, org.springframework.security.web.session.ConcurrentSessionFilter@3348c987, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@29d3d0fb, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@3d6778d5, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6fced25c, org.springframework.security.web.session.SessionManagementFilter@7540160e, org.springframework.security.web.access.ExceptionTranslationFilter@75d97e18, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6f8ac8d5]
18-12-2020 13:01:36:378 30950 INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-7000"]
18-12-2020 13:01:36:423 30995 INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 7000 (http) with context path ''
18-12-2020 13:01:36:428 31000 INFO org.asqatasun.webapp.AsqatasunWebappApplication - Started AsqatasunWebappApplication in 29.917 seconds (JVM running for 32.981)
18-12-2020 13:12:49:159 703731 INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18-12-2020 13:12:49:159 703731 INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
18-12-2020 13:12:49:175 703747 INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 16 ms
18-12-2020 13:13:57:048 771620 INFO org.asqatasun.webapp.controller.ContractManagementController - pierre.boudrie@asp-public.fr
18-12-2020 13:15:04:640 839212 INFO org.asqatasun.webapp.controller.ContractManagementController - pierre.boudrie@asp-public.fr
18-12-2020 13:16:07:946 902518 INFO org.asqatasun.webapp.orchestrator.AsqatasunOrchestrator - Launching audit Page on http://www.google.fr
18-12-2020 13:16:08:491 903063 WARN org.asqatasun.util.http.HttpRequestHandler - UnknownHostException on http://www.google.fr
18-12-2020 13:16:08:493 903065 WARN org.asqatasun.util.http.HttpRequestHandler - UnknownHostException on http://www.google.fr
18-12-2020 13:16:09:127 903699 INFO org.asqatasun.service.command.AbstractScenarioAuditCommandImpl - Loading content for null
18-12-2020 13:16:09:127 903699 WARN org.asqatasun.service.command.AbstractScenarioAuditCommandImpl - Audit Status is ERROR while SCENARIO_LOADING was required
18-12-2020 13:16:09:167 903739 WARN org.asqatasun.service.command.AuditCommandImpl - Audit status isERROR whileCONTENT_ADAPTING was required
18-12-2020 13:16:09:191 903763 WARN org.asqatasun.service.command.AuditCommandImpl - Audit status isERROR whilePROCESSING was required
18-12-2020 13:16:09:205 903777 WARN org.asqatasun.service.command.AuditCommandImpl - Audit status isERROR whileCONSOLIDATION was required
18-12-2020 13:16:09:207 903779 WARN org.asqatasun.service.command.AuditCommandImpl - Audit status isERROR whileANALYSIS was required
18-12-2020 13:16:09:207 903779 INFO org.asqatasun.webapp.orchestrator.AsqatasunOrchestrator - AUDIT COMPLETED:17,http://www.google.fr,160829736817
18-12-2020 13:16:09:207 903779 INFO org.asqatasun.webapp.orchestrator.AsqatasunOrchestrator - Current audit is 17
18-12-2020 13:16:09:583 904155 INFO org.asqatasun.webapp.orchestrator.AsqatasunOrchestrator - Audit page terminated on http://www.google.fr