jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.55k stars 4.02k forks source link

elasticsearch : UnsatisfiedDependencyException: Error creating bean with name ... Connection refused #16542

Closed zackzack02 closed 3 years ago

zackzack02 commented 3 years ago
Overview of the issue

Just want to give a try to the Jhipster Elasticsearch feature. When I try to run the gateway with ./mvnw , I get a compilation error: Please, how to resolve it?

[user]@[user]-pc:~[path/to/app]$ ./mvnw
[INFO] Scanning for projects...
[INFO] 
[INFO] -------------------< com.mycompany.myapp:timesheet >--------------------
[INFO] Building Timesheet 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] >>> spring-boot-maven-plugin:2.5.4:run (default-cli) > test-compile @ timesheet >>>
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (default-resources) @ timesheet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] Copying 14 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ timesheet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] Copying 14 resources
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-versions) @ timesheet ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-dependencyConvergence) @ timesheet ---
[WARNING] The POM for org.apache.logging.log4j:log4j-api-java9:zip:2.14.1 is missing, no dependency information available
Downloading from spring-libs-release: https://repo.spring.io/libs-release/org/springframework/roo/org.springframework.roo.annotations/1.2.3.RELEASE/org.springframework.roo.annotations-1.2.3.RELEASE.pom
Downloading from spring-libs-snapshot: https://repo.spring.io/libs-snapshot/org/springframework/roo/org.springframework.roo.annotations/1.2.3.RELEASE/org.springframework.roo.annotations-1.2.3.RELEASE.pom
[WARNING] Rule 0: org.apache.maven.plugins.enforcer.DependencyConvergence failed with message:
Could not build dependency tree Could not collect dependencies: com.mycompany.myapp:timesheet:jar:0.0.1-SNAPSHOT ()
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (pre-unit-tests) @ timesheet ---
[INFO] argLine set to -javaagent:/home/[user]/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=[AppDirectory]/target/jacoco.exec -Djava.security.egd=file:/dev/./urandom -Xmx256m
[INFO] 
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ timesheet ---
[INFO] 
[INFO] --- checksum-maven-plugin:1.11:files (create-pre-compiled-webapp-checksum) @ timesheet ---
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (eval-frontend-checksum) @ timesheet ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- frontend-maven-plugin:1.12.0:install-node-and-npm (install-node-and-npm) @ timesheet ---
[INFO] Node v14.17.6 is already installed.
[INFO] NPM 7.23.0 is already installed.
[INFO] 
[INFO] --- frontend-maven-plugin:1.12.0:npm (npm install) @ timesheet ---
[INFO] Running 'npm install' in [AppDirectory]
[INFO] 
[INFO] > timesheet@0.0.1-SNAPSHOT prepare
[INFO] > husky install
[INFO] 
[INFO] husky - Git hooks installed
[INFO] 
[INFO] up to date, audited 1881 packages in 3s
[INFO] 
[INFO] 190 packages are looking for funding
[INFO]   run `npm fund` for details
[INFO] 
[INFO] 7 moderate severity vulnerabilities
[INFO] 
[INFO] To address all issues (including breaking changes), run:
[INFO]   npm audit fix --force
[INFO] 
[INFO] Run `npm audit` for details.
[INFO] 
[INFO] --- frontend-maven-plugin:1.12.0:npm (webapp build dev) @ timesheet ---
[INFO] npm not inheriting proxy config from Maven
[INFO] Running 'npm run webapp:build' in [AppDirectory]
[INFO] 
[INFO] > timesheet@0.0.1-SNAPSHOT webapp:build
[INFO] > npm run clean-www && npm run webapp:build:dev --
[INFO] 
[INFO] 
[INFO] > timesheet@0.0.1-SNAPSHOT clean-www
[INFO] > rimraf target/classes/static/app/{src,target/}
[INFO] 
[INFO] 
[INFO] > timesheet@0.0.1-SNAPSHOT webapp:build:dev
[INFO] > webpack --config webpack/webpack.dev.js --env stats=minimal
[INFO] 
Webpack: Starting ...
[INFO] 
[INFO]   ✔ Compile modules
[INFO]   ❯ Build modules (0%)
[INFO] DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
[INFO] 
[INFO] Recommendation: math.div($spacer, 2)
[INFO] 
[INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
[INFO] 
[INFO]     ╷
[INFO] 302 │ $headings-margin-bottom:      $spacer / 2 !default;
[INFO]     │                               ^^^^^^^^^^^
[INFO]     ╵
[INFO]     node_modules/bootstrap/scss/_variables.scss 302:31  @import
[INFO]     node_modules/bootstrap/scss/bootstrap.scss 9:9      @import
[INFO]     src/main/webapp/app/app.scss 3:9                    root stylesheet
[INFO] 
[INFO] DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
[INFO] 
[INFO] Recommendation: math.div($input-padding-y, 2)
[INFO] 
[INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
[INFO] 
[INFO]     ╷
[INFO] 498 │ $input-height-inner-quarter:            add($input-line-height * .25em, $input-padding-y / 2) !default;
[INFO]     │                                                                         ^^^^^^^^^^^^^^^^^^^^
[INFO]     ╵
[INFO]     node_modules/bootstrap/scss/_variables.scss 498:73  @import
[INFO]     node_modules/bootstrap/scss/bootstrap.scss 9:9      @import
[INFO]     src/main/webapp/app/app.scss 3:9                    root stylesheet
[INFO] 
[INFO] DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
[INFO] 
[INFO] Recommendation: math.div($custom-control-indicator-size, 2)
[INFO] 
[INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
[INFO] 
[INFO]     ╷
[INFO] 568 │ $custom-switch-indicator-border-radius:         $custom-control-indicator-size / 2 !default;
[INFO]     │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO]     ╵
[INFO]     node_modules/bootstrap/scss/_variables.scss 568:49  @import
[INFO]     node_modules/bootstrap/scss/bootstrap.scss 9:9      @import
[INFO]     src/main/webapp/app/app.scss 3:9                    root stylesheet
[INFO] 
[INFO] DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
[INFO] 
[INFO] Recommendation: math.div($spacer, 2)
[INFO] 
[INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
[INFO] 
[INFO]     ╷
[INFO] 713 │ $nav-divider-margin-y:              $spacer / 2 !default;
[INFO]     │                                     ^^^^^^^^^^^
[INFO]     ╵
[INFO]     node_modules/bootstrap/scss/_variables.scss 713:37  @import
[INFO]     node_modules/bootstrap/scss/bootstrap.scss 9:9      @import
[INFO]     src/main/webapp/app/app.scss 3:9                    root stylesheet
[INFO] 
[INFO] DEPRECATION WARNING: Using / for division is deprecated and will be removed in Dart Sass 2.0.0.
[INFO] 
[INFO] Recommendation: math.div($spacer, 2)
[INFO] 
[INFO] More info and automated migrator: https://sass-lang.com/d/slash-div
[INFO] 
[INFO]     ╷
[INFO] 718 │ $navbar-padding-y:                  $spacer / 2 !default;
[INFO]     │                                     ^^^^^^^^^^^
[INFO]     ╵
[INFO]     node_modules/bootstrap/scss/_variables.scss 718:37  @import
[INFO]     node_modules/bootstrap/scss/bootstrap.scss 9:9      @import
Webpack: Starting ...
[INFO] 
[INFO]   ✔ Compile modules
[INFO]   ✔ Build modules
[INFO]   ✔ Optimize modules
[INFO]   ✔ Emit files
[INFO] 
[INFO] Finished after 11.984 seconds.
[INFO] 
Webpack: Starting ...
[INFO] 
[INFO]   ✔ Compile modules
[INFO]   ✔ Build modules
[INFO]   ✔ Optimize modules
[INFO]   ✔ Emit files
[INFO] 
[INFO] Finished after 2.917 seconds.
[INFO] 
[INFO] 45 assets
[INFO] 720 modules
[INFO] webpack 5.52.1 compiled successfully in 11960 ms
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ timesheet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to [AppDirectory]/target/classes
[INFO] [AppDirectory]/src/main/java/com/mycompany/myapp/config/SecurityConfiguration.java: [AppDirectory]/src/main/java/com/mycompany/myapp/config/SecurityConfiguration.java uses or overrides a deprecated API.
[INFO] [AppDirectory]/src/main/java/com/mycompany/myapp/config/SecurityConfiguration.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- checksum-maven-plugin:1.11:files (create-compiled-webapp-checksum) @ timesheet ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ timesheet ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 6 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ timesheet ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 26 source files to [AppDirectory]/target/test-classes
[INFO] [AppDirectory]/src/test/java/com/mycompany/myapp/service/MailServiceIT.java: [AppDirectory]/src/test/java/com/mycompany/myapp/service/MailServiceIT.java uses or overrides a deprecated API.
[INFO] [AppDirectory]/src/test/java/com/mycompany/myapp/service/MailServiceIT.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] <<< spring-boot-maven-plugin:2.5.4:run (default-cli) < test-compile @ timesheet <<<
[INFO] 
[INFO] 
[INFO] --- spring-boot-maven-plugin:2.5.4:run (default-cli) @ timesheet ---
[INFO] Attaching agents: []

        ██╗ ██╗   ██╗ ████████╗ ███████╗   ██████╗ ████████╗ ████████╗ ███████╗
        ██║ ██║   ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
        ██║ ████████║    ██║    ███████╔╝ ╚█████╗     ██║    ██████╗   ███████╔╝
  ██╗   ██║ ██╔═══██║    ██║    ██╔════╝   ╚═══██╗    ██║    ██╔═══╝   ██╔══██║
  ╚██████╔╝ ██║   ██║ ████████╗ ██║       ██████╔╝    ██║    ████████╗ ██║  ╚██╗
   ╚═════╝  ╚═╝   ╚═╝ ╚═══════╝ ╚═╝       ╚═════╝     ╚═╝    ╚═══════╝ ╚═╝   ╚═╝

:: JHipster 🤓  :: Running Spring Boot 2.5.4 ::
:: https://www.jhipster.tech ::

2021-10-04 13:41:10.483  INFO 10693 --- [  restartedMain] com.mycompany.myapp.TimesheetApp         : The following profiles are active: dev,api-docs
2021-10-04 13:41:12.406 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withDSA, Serial:10, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:1776909028, Valid from:25/04/01 09:00, Valid until:25/04/20 09:00
2021-10-04 13:41:12.408 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withDSA, Serial:47f, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Sun Microsystems Inc, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Sun Microsystems Inc, L=Palo Alto, ST=CA, C=US, Key type:DSA, Length:1024, Cert Id:-2023852845, Valid from:11/03/17 02:15, Valid until:25/04/20 09:00
2021-10-04 13:41:12.418 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:3019a023aff58b16bd6d5eae617f066, Subject:CN=DigiCert Timestamp Responder, O=DigiCert, C=US, Issuer:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-499520198, Valid from:22/10/14 02:00, Valid until:22/10/24 02:00
2021-10-04 13:41:12.419 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:6fdf9039603adea000aeb3f27bbba1b, Subject:CN=DigiCert Assured ID CA-1, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1111363278, Valid from:10/11/06 01:00, Valid until:10/11/21 01:00
2021-10-04 13:41:12.443 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:3c9eb1fc89f733d3, Subject:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:RSA, Length:2048, Cert Id:-1250580323, Valid from:7/07/16 01:48, Valid until:31/12/30 01:00
2021-10-04 13:41:12.444 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:4efb7bc62e2b049e, Subject:CN=Legion of the Bouncy Castle Inc., OU=Java Software Code Signing, O=Oracle Corporation, Issuer:CN=JCE Code Signing CA, OU=Java Software Code Signing, O=Oracle Corporation, Key type:DSA, Length:2048, Cert Id:-654023182, Valid from:11/03/17 02:07, Valid until:11/03/22 02:07
2021-10-04 13:41:12.446 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:4cd3f8568ae76c61bb0fe7160cca76d, Subject:CN=TIMESTAMP-SHA256-2019-10-15, O="DigiCert, Inc.", C=US, Issuer:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:380147180, Valid from:1/10/19 02:00, Valid until:17/10/30 02:00
2021-10-04 13:41:12.447 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:aa125d6d6321b7e41e405da3697c215, Subject:CN=DigiCert SHA2 Assured ID Timestamping CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1680473293, Valid from:7/01/16 13:00, Valid until:7/01/31 13:00
2021-10-04 13:41:12.645 DEBUG 10693 --- [  restartedMain] i.m.c.u.i.logging.InternalLoggerFactory  : Using SLF4J as the default logging framework
2021-10-04 13:41:12.756 DEBUG 10693 --- [  restartedMain] c.mycompany.myapp.config.WebConfigurer   : Registering CORS filter
2021-10-04 13:41:12.793  INFO 10693 --- [  restartedMain] c.mycompany.myapp.config.WebConfigurer   : Web application configuration, using profiles: dev
2021-10-04 13:41:12.793 DEBUG 10693 --- [  restartedMain] c.mycompany.myapp.config.WebConfigurer   : Initialize H2 console
2021-10-04 13:41:12.801  INFO 10693 --- [  restartedMain] c.mycompany.myapp.config.WebConfigurer   : Web application fully configured
2021-10-04 13:41:13.031 DEBUG 10693 --- [  restartedMain] c.ehcache.core.Ehcache-usersByLogin      : Initialize successful.
2021-10-04 13:41:13.044 DEBUG 10693 --- [  restartedMain] c.ehcache.core.Ehcache-usersByEmail      : Initialize successful.
2021-10-04 13:41:13.047 DEBUG 10693 --- [  restartedMain] c.e.c.E.mycompany.myapp.domain.User      : Initialize successful.
2021-10-04 13:41:13.050 DEBUG 10693 --- [  restartedMain] c.e.c.E.m.myapp.domain.Authority         : Initialize successful.
2021-10-04 13:41:13.052 DEBUG 10693 --- [  restartedMain] c.e.c.E.m.myapp.domain.User.authorities  : Initialize successful.
2021-10-04 13:41:13.065 DEBUG 10693 --- [  restartedMain] c.m.myapp.config.AsyncConfiguration      : Creating Async Task Executor
2021-10-04 13:41:13.132 DEBUG 10693 --- [  restartedMain] c.m.myapp.config.LiquibaseConfiguration  : Configuring Liquibase
2021-10-04 13:41:13.218  WARN 10693 --- [imesheet-task-1] t.j.c.liquibase.AsyncSpringLiquibase     : Starting Liquibase asynchronously, your database might not be ready at startup!
2021-10-04 13:41:13.952 DEBUG 10693 --- [imesheet-task-1] t.j.c.liquibase.AsyncSpringLiquibase     : Liquibase has updated your database in 733 ms
2021-10-04 13:41:14.167 DEBUG 10693 --- [  restartedMain] c.m.myapp.security.jwt.TokenProvider     : Using a Base64-encoded JWT secret key
2021-10-04 13:41:14.816 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:7497258ac73f7a54, Subject:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US, Key type:EC, Length:384, Cert Id:-2080363786, Valid from:29/01/10 15:20, Valid until:31/12/40 15:20
2021-10-04 13:41:14.817 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:1120b39055397d7f366d64c2a79f6b638e67, Subject:CN=OpenTrust Root CA G1, O=OpenTrust, C=FR, Issuer:CN=OpenTrust Root CA G1, O=OpenTrust, C=FR, Key type:RSA, Length:4096, Cert Id:-1090688526, Valid from:26/05/14 10:45, Valid until:15/01/38 01:00
2021-10-04 13:41:14.818 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:23456, Subject:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Global CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-2028617374, Valid from:21/05/02 06:00, Valid until:21/05/22 06:00
2021-10-04 13:41:14.819 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:bb401c43f55e4fb0, Subject:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:1516221943, Valid from:25/10/06 10:30, Valid until:25/10/36 10:30
2021-10-04 13:41:14.820 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:5ec3b7a6437fa4e0, Subject:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Issuer:C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1, Key type:RSA, Length:4096, Cert Id:-592111236, Valid from:5/05/11 11:37, Valid until:31/12/30 10:37
2021-10-04 13:41:14.821 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:25a1dfca33cb5902, Subject:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-2, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:4096, Cert Id:1646661199, Valid from:4/02/16 13:32, Valid until:31/12/34 18:26
2021-10-04 13:41:14.822 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:344ed55720d5edec49f42fce37db2b6d, Subject:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:643000026, Valid from:17/11/06 01:00, Valid until:17/07/36 01:59
2021-10-04 13:41:14.823 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:76b1205274f0858746b3f8231af6c2c0, Subject:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GB CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-613481516, Valid from:1/12/14 16:00, Valid until:1/12/39 16:10
2021-10-04 13:41:14.824 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:57cb336fc25c16e6471617e3903168e0, Subject:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Issuer:CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US, Key type:RSA, Length:2048, Cert Id:1751576863, Valid from:1/12/06 01:00, Valid until:1/01/30 00:59
2021-10-04 13:41:14.826 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:3863def8, Subject:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Issuer:CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net, Key type:RSA, Length:2048, Cert Id:-328536082, Valid from:24/12/99 18:50, Valid until:24/07/29 16:15
2021-10-04 13:41:14.826 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withECDSA, Serial:66c9fd5749736663f3b0b9ad9e89e7603f24a, Subject:CN=Amazon Root CA 3, O=Amazon, C=US, Issuer:CN=Amazon Root CA 3, O=Amazon, C=US, Key type:EC, Length:256, Cert Id:-1562287523, Valid from:26/05/15 02:00, Valid until:26/05/40 02:00
2021-10-04 13:41:14.827 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:84822c5f1c62d040, Subject:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor ECA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1382581529, Valid from:4/02/16 13:32, Valid until:31/12/29 18:28
2021-10-04 13:41:14.828 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523c844b500000002, Subject:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Commercial Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:1232565210, Valid from:16/01/14 19:12, Valid until:16/01/34 19:12
2021-10-04 13:41:14.829 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:cf08e5c0816a5ad427ff0eb271859d0, Subject:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Issuer:CN=SecureTrust CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:2034155325, Valid from:7/11/06 20:31, Valid until:31/12/29 20:40
2021-10-04 13:41:14.830 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:18dad19e267de8bb4a2158cdcc6b3b4a, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:303010488, Valid from:8/11/06 01:00, Valid until:17/07/36 01:59
2021-10-04 13:41:14.831 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:83be056904246b1a1756ac95991c74a, Subject:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1341898239, Valid from:10/11/06 01:00, Valid until:10/11/31 01:00
2021-10-04 13:41:14.831 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:35fc265cd9844fc93d263d579baed756, Subject:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US, Key type:EC, Length:384, Cert Id:2068083090, Valid from:5/11/07 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.832 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:7777062726a9b17c, Subject:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Commercial, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:630485644, Valid from:29/01/10 15:06, Valid until:31/12/30 15:06
2021-10-04 13:41:14.833 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:a7ea6df4b449eda6a24859ee6b815d3167fbbb1, Subject:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Issuer:CN=LuxTrust Global Root 2, O=LuxTrust S.A., C=LU, Key type:RSA, Length:4096, Cert Id:-1239330694, Valid from:5/03/15 14:21, Valid until:5/03/35 14:21
2021-10-04 13:41:14.834 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:50946cec18ead59c4dd597ef758fa0ad, Subject:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Issuer:CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US, Key type:RSA, Length:2048, Cert Id:-952474086, Valid from:1/11/04 18:14, Valid until:1/01/35 06:37
2021-10-04 13:41:14.834 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:15ac6e9419b2794b41f627a9c3180f1f, Subject:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-1330153758, Valid from:2/04/08 02:00, Valid until:2/12/37 00:59
2021-10-04 13:41:14.835 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withECDSA, Serial:75e6dfcbc1685ba8, Subject:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:-1368293613, Valid from:12/02/16 19:14, Valid until:12/02/41 19:14
2021-10-04 13:41:14.835 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:92b888dbb08ac163, Subject:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Issuer:CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK, Key type:RSA, Length:4096, Cert Id:747175721, Valid from:19/07/12 11:15, Valid until:19/07/42 11:15
2021-10-04 13:41:14.836 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:5c6, Subject:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:1470392860, Valid from:24/11/06 20:11, Valid until:24/11/31 20:06
2021-10-04 13:41:14.836 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Issuer:OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1825617644, Valid from:29/06/04 19:39, Valid until:29/06/34 19:39
2021-10-04 13:41:14.837 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:da9bec71f303b019, Subject:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Issuer:CN=TrustCor RootCert CA-1, OU=TrustCor Certificate Authority, O=TrustCor Systems S. de R.L., L=Panama City, ST=Panama, C=PA, Key type:RSA, Length:2048, Cert Id:1332877130, Valid from:4/02/16 13:32, Valid until:31/12/29 18:23
2021-10-04 13:41:14.838 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:1964785574, Valid from:1/09/09 02:00, Valid until:1/01/38 00:59
2021-10-04 13:41:14.839 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:456b5054, Subject:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1261404096, Valid from:27/11/06 21:23, Valid until:27/11/26 21:53
2021-10-04 13:41:14.840 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1f9d595ad72fc20644a5800869e35ef6, Subject:O=Government Root Certification Authority, C=TW, Issuer:O=Government Root Certification Authority, C=TW, Key type:RSA, Length:4096, Cert Id:-1181289790, Valid from:5/12/02 14:23, Valid until:5/12/32 14:23
2021-10-04 13:41:14.840 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:5c33cb622c5fb332, Subject:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Issuer:C=DE, O=Atos, CN=Atos TrustedRoot 2011, Key type:RSA, Length:2048, Cert Id:-28528624, Valid from:7/07/11 16:58, Valid until:1/01/31 00:59
2021-10-04 13:41:14.841 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:44afb080d6a327ba893039862ef8406b, Subject:CN=DST Root CA X3, O=Digital Signature Trust Co., Issuer:CN=DST Root CA X3, O=Digital Signature Trust Co., Key type:RSA, Length:2048, Cert Id:1007302312, Valid from:30/09/00 23:12, Valid until:30/09/21 16:01
2021-10-04 13:41:14.841 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withRSA, Serial:66c9fd29635869f0a0fe58678f85b26bb8a37, Subject:CN=Amazon Root CA 2, O=Amazon, C=US, Issuer:CN=Amazon Root CA 2, O=Amazon, C=US, Key type:RSA, Length:4096, Cert Id:-1766132388, Valid from:26/05/15 02:00, Valid until:26/05/40 02:00
2021-10-04 13:41:14.842 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1894096264, Valid from:1/10/08 12:29, Valid until:2/10/33 01:59
2021-10-04 13:41:14.843 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:ce7e0e517d846fe8fe560fc1bf03039, Subject:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-860404528, Valid from:10/11/06 01:00, Valid until:10/11/31 01:00
2021-10-04 13:41:14.844 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:fedce3010fc948ff, Subject:CN=Certigna, O=Dhimyotis, C=FR, Issuer:CN=Certigna, O=Dhimyotis, C=FR, Key type:RSA, Length:2048, Cert Id:-788091456, Valid from:29/06/07 17:13, Valid until:29/06/27 17:13
2021-10-04 13:41:14.844 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:c9cdd3e9d57d23ce, Subject:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:1271252776, Valid from:1/08/08 14:31, Valid until:31/07/38 14:31
2021-10-04 13:41:14.845 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:6a683e9c519bcb53, Subject:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Issuer:CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR, Key type:RSA, Length:4096, Cert Id:-673382379, Valid from:5/03/13 13:09, Valid until:3/03/23 13:09
2021-10-04 13:41:14.847 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR, Key type:RSA, Length:2048, Cert Id:-1841489473, Valid from:6/12/11 14:49, Valid until:1/12/31 14:49
2021-10-04 13:41:14.848 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:969960563, Valid from:26/10/10 10:38, Valid until:26/10/40 10:38
2021-10-04 13:41:14.848 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:78585f2ead2c194be3370735341328b596d46593, Subject:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-762436034, Valid from:12/01/12 18:27, Valid until:12/01/42 18:27
2021-10-04 13:41:14.849 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:98968d, Subject:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden EV Root CA, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:1444801426, Valid from:8/12/10 12:19, Valid until:8/12/22 12:10
2021-10-04 13:41:14.849 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d, Subject:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:-705622991, Valid from:12/01/12 21:26, Valid until:12/01/42 21:26
2021-10-04 13:41:14.850 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1d, Subject:CN=Sonera Class2 CA, O=Sonera, C=FI, Issuer:CN=Sonera Class2 CA, O=Sonera, C=FI, Key type:RSA, Length:2048, Cert Id:-572101437, Valid from:6/04/01 09:29, Valid until:6/04/21 09:29
2021-10-04 13:41:14.850 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:-11d4c2142bde21eb579d53fb0c223bff, Subject:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Issuer:CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES, Key type:RSA, Length:2048, Cert Id:1077306647, Valid from:8/01/03 00:00, Valid until:7/01/31 23:59
2021-10-04 13:41:14.851 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:2f80fe238c0e220f486712289187acb3, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU="(c) 2007 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:EC, Length:384, Cert Id:-131493977, Valid from:5/11/07 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.851 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:401ac46421b31321030ebbe4121ac51d, Subject:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-1976681486, Valid from:2/04/08 02:00, Valid until:2/12/37 00:59
2021-10-04 13:41:14.852 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withRSA, Serial:1fd6d30fca3ca51a81bbc640e35032d, Subject:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust RSA Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:RSA, Length:4096, Cert Id:-347365895, Valid from:1/02/10 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.853 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:-1956088749, Valid from:4/03/04 06:00, Valid until:4/03/29 06:00
2021-10-04 13:41:14.853 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:4e812d8a8265e00b02ee3e350246e53d, Subject:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:904304908, Valid from:1/12/06 01:00, Valid until:1/01/30 00:59
2021-10-04 13:41:14.854 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:49412ce40010, Subject:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Issuer:CN=NetLock Arany (Class Gold) Főtanúsítvány, OU=Tanúsítványkiadók (Certification Services), O=NetLock Kft., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:58541246, Valid from:11/12/08 16:08, Valid until:6/12/28 16:08
2021-10-04 13:41:14.854 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:a68b79290000000050d091f9, Subject:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - EC1, OU="(c) 2012 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:EC, Length:384, Cert Id:924514073, Valid from:18/12/12 16:25, Valid until:18/12/37 16:55
2021-10-04 13:41:14.855 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:26, Subject:CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE, Issuer:CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE, Key type:RSA, Length:2048, Cert Id:-598259993, Valid from:9/07/99 14:11, Valid until:10/07/19 01:59
2021-10-04 13:41:14.855 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:3e8, Subject:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Issuer:CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK, Key type:RSA, Length:2048, Cert Id:-1426826250, Valid from:15/05/03 07:13, Valid until:15/05/23 06:52
2021-10-04 13:41:14.856 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:2048, Cert Id:-1642094263, Valid from:28/08/08 09:24, Valid until:31/12/30 16:59
2021-10-04 13:41:14.856 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:5c8b99c55a94c5d27156decd8980cc26, Subject:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Issuer:CN=USERTrust ECC Certification Authority, O=The USERTRUST Network, L=Jersey City, ST=New Jersey, C=US, Key type:EC, Length:384, Cert Id:-965679910, Valid from:1/02/10 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.857 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:-1026641587, Valid from:1/09/09 02:00, Valid until:1/01/38 00:59
2021-10-04 13:41:14.857 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:3cb2f4480a00e2feeb243b5e603ec36b, Subject:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US, Key type:EC, Length:384, Cert Id:-1114303822, Valid from:5/11/07 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.858 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:5480f9a073ed3f004cca89d8e371e64a, Subject:EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE, Issuer:EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE, Key type:RSA, Length:2048, Cert Id:1016946801, Valid from:30/10/10 12:10, Valid until:18/12/30 00:59
2021-10-04 13:41:14.858 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:1120d991ceaea3e8c5e7ffe902afcf73bc55, Subject:CN=Certplus Root CA G2, O=Certplus, C=FR, Issuer:CN=Certplus Root CA G2, O=Certplus, C=FR, Key type:EC, Length:384, Cert Id:1585576560, Valid from:26/05/14 02:00, Valid until:15/01/38 01:00
2021-10-04 13:41:14.858 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:509, Subject:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:338250116, Valid from:24/11/06 19:27, Valid until:24/11/31 19:23
2021-10-04 13:41:14.859 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:444c0, Subject:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:2048, Cert Id:2014002193, Valid from:22/10/08 14:07, Valid until:31/12/29 13:07
2021-10-04 13:41:14.859 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:2ee9350d4b7f0e1b85da5421977b95f46c57fd27, Subject:CN=ubuntu, Issuer:CN=ubuntu, Key type:RSA, Length:2048, Cert Id:-2110726685, Valid from:31/10/19 21:47, Valid until:28/10/29 21:47
2021-10-04 13:41:14.860 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:c27e43044e473f19, Subject:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Issuer:EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU, Key type:RSA, Length:2048, Cert Id:-1903950012, Valid from:16/06/09 13:30, Valid until:30/12/29 12:30
2021-10-04 13:41:14.860 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:95be16a0f72e46f17b398272fa8bcd96, Subject:CN=TeliaSonera Root CA v1, O=TeliaSonera, Issuer:CN=TeliaSonera Root CA v1, O=TeliaSonera, Key type:RSA, Length:4096, Cert Id:1495358374, Valid from:18/10/07 14:00, Valid until:18/10/32 14:00
2021-10-04 13:41:14.861 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:605949e0262ebb55f90a778a71f94ad86c, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R5, Key type:EC, Length:384, Cert Id:1997048439, Valid from:13/11/12 01:00, Valid until:19/01/38 04:14
2021-10-04 13:41:14.861 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:55556bcf25ea43535c3a40fd5ab4572, Subject:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-795968543, Valid from:1/08/13 14:00, Valid until:15/01/38 13:00
2021-10-04 13:41:14.862 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:66c9fcf99bf8c0a39e2f0788a43e696365bca, Subject:CN=Amazon Root CA 1, O=Amazon, C=US, Issuer:CN=Amazon Root CA 1, O=Amazon, C=US, Key type:RSA, Length:2048, Cert Id:-1472444962, Valid from:26/05/15 02:00, Valid until:17/01/38 01:00
2021-10-04 13:41:14.863 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:983f4, Subject:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:971313728, Valid from:5/11/09 09:50, Valid until:5/11/29 09:50
2021-10-04 13:41:14.863 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Issuer:CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:-1238464039, Valid from:1/10/08 12:40, Valid until:2/10/33 01:59
2021-10-04 13:41:14.864 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:18acb56afd69b6153a636cafdafac4a1, Subject:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US, Key type:RSA, Length:2048, Cert Id:-965345157, Valid from:27/11/06 01:00, Valid until:17/07/36 01:59
2021-10-04 13:41:14.864 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Issuer:CN=SecureSign RootCA11, O="Japan Certification Services, Inc.", C=JP, Key type:RSA, Length:2048, Cert Id:2079057034, Valid from:8/04/09 06:56, Valid until:8/04/29 06:56
2021-10-04 13:41:14.865 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:184accd6, Subject:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Issuer:CN=CFCA EV ROOT, O=China Financial Certification Authority, C=CN, Key type:RSA, Length:4096, Cert Id:551407782, Valid from:8/08/12 05:07, Valid until:31/12/29 04:07
2021-10-04 13:41:14.865 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA512withRSA, Serial:21d6d04a4f250fc93237fcaa5e128de9, Subject:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Issuer:CN=Certum Trusted Network CA 2, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL, Key type:RSA, Length:4096, Cert Id:1983350452, Valid from:6/10/11 10:39, Valid until:6/10/46 10:39
2021-10-04 13:41:14.866 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:9b7e0649a33e62b9d5ee90487129ef57, Subject:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Issuer:CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:2057300190, Valid from:1/10/99 02:00, Valid until:17/07/36 01:59
2021-10-04 13:41:14.867 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:983f3, Subject:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Issuer:CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE, Key type:RSA, Length:2048, Cert Id:1430153102, Valid from:5/11/09 09:35, Valid until:5/11/29 09:35
2021-10-04 13:41:14.867 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:7d0997fef047ea7a, Subject:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Issuer:CN=GDCA TrustAUTH R5 ROOT, O="GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", C=CN, Key type:RSA, Length:4096, Cert Id:494136981, Valid from:26/11/14 06:13, Valid until:31/12/40 16:59
2021-10-04 13:41:14.867 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:98a239, Subject:CN=Staat der Nederlanden Root CA - G3, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden Root CA - G3, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:-1733470677, Valid from:14/11/13 12:28, Valid until:14/11/28 00:00
2021-10-04 13:41:14.868 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:RSA, Length:4096, Cert Id:-802976731, Valid from:7/07/15 12:11, Valid until:30/06/40 12:11
2021-10-04 13:41:14.868 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1386354d1d3f06f2c1f96505d5901c62, Subject:CN=Visa eCommerce Root, OU=Visa International Service Association, O=VISA, C=US, Issuer:CN=Visa eCommerce Root, OU=Visa International Service Association, O=VISA, C=US, Key type:RSA, Length:2048, Cert Id:79377200, Valid from:26/06/02 04:18, Valid until:24/06/22 02:16
2021-10-04 13:41:14.869 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:ba15afa1ddfa0b54944afcd24a06cec, Subject:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:EC, Length:384, Cert Id:-645537245, Valid from:1/08/13 14:00, Valid until:15/01/38 13:00
2021-10-04 13:41:14.869 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:570a119742c4e3cc, Subject:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Issuer:CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT, Key type:RSA, Length:4096, Cert Id:1729119956, Valid from:22/09/11 13:22, Valid until:22/09/30 13:22
2021-10-04 13:41:14.870 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:4f1bd42f54bb2f4b, Subject:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Issuer:CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH, Key type:RSA, Length:4096, Cert Id:126726124, Valid from:25/10/06 10:32, Valid until:25/10/36 10:32
2021-10-04 13:41:14.870 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA512withRSA, Serial:11205583e42d3e5456852d8337b72cdc4611, Subject:CN=Certplus Root CA G1, O=Certplus, C=FR, Issuer:CN=Certplus Root CA G1, O=Certplus, C=FR, Key type:RSA, Length:4096, Cert Id:-1363583876, Valid from:26/05/14 02:00, Valid until:15/01/38 01:00
2021-10-04 13:41:14.870 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withRSA, Serial:59b1b579e8e2132e23907bda777755c, Subject:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:4096, Cert Id:1057369358, Valid from:1/08/13 14:00, Valid until:15/01/38 13:00
2021-10-04 13:41:14.871 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:40000000001154b5ac394, Subject:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Issuer:CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE, Key type:RSA, Length:2048, Cert Id:536948034, Valid from:1/09/98 14:00, Valid until:28/01/28 13:00
2021-10-04 13:41:14.871 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:413d72c7f46b1f81437df1d22854df9a, Subject:CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH, Key type:RSA, Length:2048, Cert Id:-1985989675, Valid from:11/12/05 17:03, Valid until:11/12/37 17:09
2021-10-04 13:41:14.872 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:1120e6f84cfc24b0be0540acda831b34603f, Subject:CN=OpenTrust Root CA G3, O=OpenTrust, C=FR, Issuer:CN=OpenTrust Root CA G3, O=OpenTrust, C=FR, Key type:EC, Length:384, Cert Id:-1318971867, Valid from:26/05/14 02:00, Valid until:15/01/38 01:00
2021-10-04 13:41:14.872 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:7c4f04391cd4992d, Subject:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Networking, O=AffirmTrust, C=US, Key type:RSA, Length:2048, Cert Id:651670175, Valid from:29/01/10 15:08, Valid until:31/12/30 15:08
2021-10-04 13:41:14.873 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:56b629cd34bc78f6, Subject:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority RSA R2, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:1381862403, Valid from:31/05/17 20:14, Valid until:30/05/42 20:14
2021-10-04 13:41:14.873 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:33af1e6a711a9a0bb2864b11d09fae5, Subject:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:1136084297, Valid from:1/08/13 14:00, Valid until:15/01/38 13:00
2021-10-04 13:41:14.874 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withECDSA, Serial:2a38a41c960a04de42b228a50be8349802, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign ECC Root CA - R4, Key type:EC, Length:256, Cert Id:-1923273545, Valid from:13/11/12 01:00, Valid until:19/01/38 04:14
2021-10-04 13:41:14.874 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:20000b9, Subject:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Issuer:CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE, Key type:RSA, Length:2048, Cert Id:1425294543, Valid from:12/05/00 20:46, Valid until:13/05/25 01:59
2021-10-04 13:41:14.875 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Issuer:OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP, Key type:RSA, Length:2048, Cert Id:1521072570, Valid from:29/05/09 07:00, Valid until:29/05/29 07:00
2021-10-04 13:41:14.875 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1b1fadb620f924d3366bf7c7f18ca059, Subject:OU=Trustis FPS Root CA, O=Trustis Limited, C=GB, Issuer:OU=Trustis FPS Root CA, O=Trustis Limited, C=GB, Key type:RSA, Length:2048, Cert Id:-878780292, Valid from:23/12/03 13:14, Valid until:21/01/24 12:36
2021-10-04 13:41:14.876 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:4000000000121585308a2, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3, Key type:RSA, Length:2048, Cert Id:733875591, Valid from:18/03/09 11:00, Valid until:18/03/29 11:00
2021-10-04 13:41:14.876 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:75622a4e8d48a894df413c8f0f8eaa5, Subject:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Issuer:CN=Secure Global CA, O=SecureTrust Corporation, C=US, Key type:RSA, Length:2048, Cert Id:-1476772975, Valid from:7/11/06 20:42, Valid until:31/12/29 20:52
2021-10-04 13:41:14.876 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:8210cfb0d240e3594463e0bb63828b00, Subject:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Issuer:CN=ISRG Root X1, O=Internet Security Research Group, C=US, Key type:RSA, Length:4096, Cert Id:1521974916, Valid from:4/06/15 13:04, Valid until:4/06/35 13:04
2021-10-04 13:41:14.877 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Issuer:CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE, Key type:RSA, Length:2048, Cert Id:-326352672, Valid from:30/05/00 12:48, Valid until:30/05/20 12:48
2021-10-04 13:41:14.877 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:2, Subject:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Issuer:CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO, Key type:RSA, Length:4096, Cert Id:1264269967, Valid from:26/10/10 10:28, Valid until:26/10/40 10:28
2021-10-04 13:41:14.878 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:a3da427ea4b1aeda, Subject:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Issuer:CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU, Key type:RSA, Length:4096, Cert Id:-28263924, Valid from:1/08/08 14:29, Valid until:31/07/38 14:29
2021-10-04 13:41:14.878 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=Certinomis - Root CA, OU=0002 433998903, O=Certinomis, C=FR, Issuer:CN=Certinomis - Root CA, OU=0002 433998903, O=Certinomis, C=FR, Key type:RSA, Length:4096, Cert Id:-1335658159, Valid from:21/10/13 11:17, Valid until:21/10/33 11:17
2021-10-04 13:41:14.879 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withRSA, Serial:6d8c1446b1a60aee, Subject:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Issuer:CN=AffirmTrust Premium, O=AffirmTrust, C=US, Key type:RSA, Length:4096, Cert Id:-2130283955, Valid from:29/01/10 15:10, Valid until:31/12/40 15:10
2021-10-04 13:41:14.879 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:98968c, Subject:CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL, Issuer:CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL, Key type:RSA, Length:4096, Cert Id:-812508059, Valid from:26/03/08 12:18, Valid until:25/03/20 12:03
2021-10-04 13:41:14.880 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Issuer:CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US, Key type:RSA, Length:4096, Cert Id:313566089, Valid from:4/03/04 06:00, Valid until:4/03/29 06:00
2021-10-04 13:41:14.880 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:a0142800000014523cf467c00000002, Subject:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Issuer:CN=IdenTrust Public Sector Root CA 1, O=IdenTrust, C=US, Key type:RSA, Length:4096, Cert Id:2123370772, Valid from:16/01/14 18:53, Valid until:16/01/34 18:53
2021-10-04 13:41:14.880 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Issuer:OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP, Key type:RSA, Length:2048, Cert Id:1802358121, Valid from:30/09/03 06:20, Valid until:30/09/23 06:20
2021-10-04 13:41:14.881 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:cbe, Subject:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Issuer:CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW, Key type:RSA, Length:4096, Cert Id:861175838, Valid from:27/06/12 08:28, Valid until:31/12/30 16:59
2021-10-04 13:41:14.881 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:445734245b81899b35f2ceb82b3b5ba726f07528, Subject:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM, Key type:RSA, Length:4096, Cert Id:696763521, Valid from:12/01/12 19:59, Valid until:12/01/42 19:59
2021-10-04 13:41:14.882 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:b931c3ad63967ea6723bfc3af9af44b, Subject:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-385398383, Valid from:1/08/13 14:00, Valid until:15/01/38 13:00
2021-10-04 13:41:14.882 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:b0b75a16485fbfe1cbf58bd719e67d, Subject:CN=Izenpe.com, O=IZENPE S.A., C=ES, Issuer:CN=Izenpe.com, O=IZENPE S.A., C=ES, Key type:RSA, Length:4096, Cert Id:-1845580984, Valid from:13/12/07 14:08, Valid until:13/12/37 09:27
2021-10-04 13:41:14.883 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA512withRSA, Serial:1120a1691bbfbdb9bd52968f23e848bf2611, Subject:CN=OpenTrust Root CA G2, O=OpenTrust, C=FR, Issuer:CN=OpenTrust Root CA G2, O=OpenTrust, C=FR, Key type:RSA, Length:4096, Cert Id:833799666, Valid from:26/05/14 02:00, Valid until:15/01/38 01:00
2021-10-04 13:41:14.884 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:7b2c9bd316803299, Subject:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com Root Certification Authority RSA, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:RSA, Length:4096, Cert Id:156725711, Valid from:12/02/16 18:39, Valid until:12/02/41 18:39
2021-10-04 13:41:14.884 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:0, Subject:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Issuer:CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US, Key type:RSA, Length:2048, Cert Id:439600313, Valid from:1/09/09 02:00, Valid until:1/01/38 00:59
2021-10-04 13:41:14.885 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:15c8bd65475cafb897005ee406d2bc9d, Subject:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Issuer:OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW, Key type:RSA, Length:4096, Cert Id:-662636137, Valid from:20/12/04 03:31, Valid until:20/12/34 03:31
2021-10-04 13:41:14.885 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:5d938d306736c8061d1ac754846907, Subject:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Issuer:OU=AC RAIZ FNMT-RCM, O=FNMT-RCM, C=ES, Key type:RSA, Length:4096, Cert Id:1555523573, Valid from:29/10/08 16:59, Valid until:1/01/30 01:00
2021-10-04 13:41:14.886 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withRSA, Serial:4caaf9cadb636fe01ff74ed85b03869d, Subject:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO RSA Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:4096, Cert Id:1769425049, Valid from:19/01/10 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.886 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withECDSA, Serial:0, Subject:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Issuer:CN=Hellenic Academic and Research Institutions ECC RootCA 2015, O=Hellenic Academic and Research Institutions Cert. Authority, L=Athens, C=GR, Key type:EC, Length:384, Cert Id:513613456, Valid from:7/07/15 12:37, Valid until:30/06/40 12:37
2021-10-04 13:41:14.887 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:400000000010f8626e60d, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2, Key type:RSA, Length:2048, Cert Id:7087067, Valid from:15/12/06 09:00, Valid until:15/12/21 09:00
2021-10-04 13:41:14.887 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:0, Subject:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Issuer:OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:-271444299, Valid from:29/06/04 19:06, Valid until:29/06/34 19:06
2021-10-04 13:41:14.888 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:53ec3beefbb2485f, Subject:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Issuer:CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES, Key type:RSA, Length:4096, Cert Id:692250759, Valid from:20/05/09 10:38, Valid until:31/12/30 09:38
2021-10-04 13:41:14.888 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:1, Subject:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Issuer:CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1, OU=Kamu Sertifikasyon Merkezi - Kamu SM, O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK, L=Gebze - Kocaeli, C=TR, Key type:RSA, Length:2048, Cert Id:1093603654, Valid from:25/11/13 09:25, Valid until:25/10/43 09:25
2021-10-04 13:41:14.889 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:1, Subject:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:RSA, Length:2048, Cert Id:-1197580894, Valid from:1/01/04 01:00, Valid until:1/01/29 00:59
2021-10-04 13:41:14.889 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:1f47afaa62007050544c019e9b63992a, Subject:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Issuer:CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB, Key type:EC, Length:384, Cert Id:1146488932, Valid from:6/03/08 01:00, Valid until:19/01/38 00:59
2021-10-04 13:41:14.890 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withECDSA, Serial:2c299c5b16ed0595, Subject:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Issuer:CN=SSL.com EV Root Certification Authority ECC, O=SSL Corporation, L=Houston, ST=Texas, C=US, Key type:EC, Length:384, Cert Id:1789254518, Valid from:12/02/16 19:15, Valid until:12/02/41 19:15
2021-10-04 13:41:14.890 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA384withECDSA, Serial:66c9fd7c1bb104c2943e5717b7b2cc81ac10e, Subject:CN=Amazon Root CA 4, O=Amazon, C=US, Issuer:CN=Amazon Root CA 4, O=Amazon, C=US, Key type:EC, Length:384, Cert Id:-1654272513, Valid from:26/05/15 02:00, Valid until:26/05/40 02:00
2021-10-04 13:41:14.890 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:85bd4bf3d8dae369f694d75fc3a54423, Subject:CN=Class 2 Primary CA, O=Certplus, C=FR, Issuer:CN=Class 2 Primary CA, O=Certplus, C=FR, Key type:RSA, Length:2048, Cert Id:-3721037, Valid from:7/07/99 19:05, Valid until:7/07/19 01:59
2021-10-04 13:41:14.891 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:200605167002, Subject:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Issuer:OU=certSIGN ROOT CA, O=certSIGN, C=RO, Key type:RSA, Length:2048, Cert Id:-289960676, Valid from:4/07/06 19:20, Valid until:4/07/31 19:20
2021-10-04 13:41:14.891 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:3e8a5d07ec55d232d5b7e3b65f01eb2ddce4d6e4, Subject:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Issuer:CN=SZAFIR ROOT CA2, O=Krajowa Izba Rozliczeniowa S.A., C=PL, Key type:RSA, Length:2048, Cert Id:381279303, Valid from:19/10/15 09:43, Valid until:19/10/35 09:43
2021-10-04 13:41:14.891 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:8e17fe242081, Subject:CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., L=Ankara, C=TR, Issuer:CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı H5, O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., L=Ankara, C=TR, Key type:RSA, Length:2048, Cert Id:564483821, Valid from:30/04/13 10:07, Valid until:28/04/23 10:07
2021-10-04 13:41:14.892 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:3ab6508b, Subject:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Issuer:CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM, Key type:RSA, Length:2048, Cert Id:-1882405602, Valid from:19/03/01 19:33, Valid until:17/03/21 19:33
2021-10-04 13:41:14.892 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:600197b746a7eab4b49ad64b2ff790fb, Subject:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Issuer:CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1032730720, Valid from:2/04/08 02:00, Valid until:2/12/37 00:59
2021-10-04 13:41:14.893 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA256withRSA, Serial:4a538c28, Subject:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G2, OU="(c) 2009 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:2048, Cert Id:1936920337, Valid from:7/07/09 19:25, Valid until:7/12/30 18:55
2021-10-04 13:41:14.893 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:2ac5c266a0b409b8f0b79f2ae462577, Subject:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Issuer:CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US, Key type:RSA, Length:2048, Cert Id:-1410680354, Valid from:10/11/06 01:00, Valid until:10/11/31 01:00
2021-10-04 13:41:14.894 DEBUG 10693 --- [  restartedMain] jdk.event.security                       : X509Certificate: Alg:SHA1withRSA, Serial:400000000010f85aa2d48, Subject:CN=Cybertrust Global Root, O="Cybertrust, Inc", Issuer:CN=Cybertrust Global Root, O="Cybertrust, Inc", Key type:RSA, Length:2048, Cert Id:2057719675, Valid from:15/12/06 09:00, Valid until:15/12/21 09:00
2021-10-04 13:41:15.271  WARN 10693 --- [  restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService' defined in file [[AppDirectory]/target/classes/com/mycompany/myapp/service/UserService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository' defined in com.mycompany.myapp.repository.search.UserSearchRepository defined in @EnableElasticsearchRepositories declared on DatabaseConfiguration: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository]: Constructor threw exception; nested exception is org.springframework.dao.DataAccessResourceFailureException: Connexion refusée; nested exception is java.lang.RuntimeException: Connexion refusée
2021-10-04 13:41:15.275 DEBUG 10693 --- [  restartedMain] c.e.c.E.mycompany.myapp.domain.User      : Close successful.
2021-10-04 13:41:15.275 DEBUG 10693 --- [  restartedMain] c.e.c.E.m.myapp.domain.Authority         : Close successful.
2021-10-04 13:41:15.276 DEBUG 10693 --- [  restartedMain] c.e.c.E.m.myapp.domain.User.authorities  : Close successful.
2021-10-04 13:41:15.277 DEBUG 10693 --- [  restartedMain] c.ehcache.core.Ehcache-usersByEmail      : Close successful.
2021-10-04 13:41:15.277 DEBUG 10693 --- [  restartedMain] c.ehcache.core.Ehcache-usersByLogin      : Close successful.
2021-10-04 13:41:15.322 ERROR 10693 --- [  restartedMain] o.s.boot.SpringApplication               : Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'userService' defined in file [[AppDirectory]/target/classes/com/mycompany/myapp/service/UserService.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository' defined in com.mycompany.myapp.repository.search.UserSearchRepository defined in @EnableElasticsearchRepositories declared on DatabaseConfiguration: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository]: Constructor threw exception; nested exception is org.springframework.dao.DataAccessResourceFailureException: Connexion refusée; nested exception is java.lang.RuntimeException: Connexion refusée
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1354)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1204)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:564)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:944)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754)
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:434)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:338)
    at com.mycompany.myapp.TimesheetApp.main(TimesheetApp.java:69)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
    at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userSearchRepository' defined in com.mycompany.myapp.repository.search.UserSearchRepository defined in @EnableElasticsearchRepositories declared on DatabaseConfiguration: Invocation of init method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository]: Constructor threw exception; nested exception is org.springframework.dao.DataAccessResourceFailureException: Connexion refusée; nested exception is java.lang.RuntimeException: Connexion refusée
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:602)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:524)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1380)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1300)
    at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
    at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
    ... 22 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository]: Constructor threw exception; nested exception is org.springframework.dao.DataAccessResourceFailureException: Connexion refusée; nested exception is java.lang.RuntimeException: Connexion refusée
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:221)
    at org.springframework.data.repository.core.support.RepositoryFactorySupport.lambda$getTargetRepositoryViaReflection$5(RepositoryFactorySupport.java:543)
    at java.base/java.util.Optional.map(Optional.java:265)
    at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:543)
    at org.springframework.data.repository.core.support.RepositoryFactorySupport.getTargetRepositoryViaReflection(RepositoryFactorySupport.java:528)
    at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory.getTargetRepository(ElasticsearchRepositoryFactory.java:74)
    at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:319)
    at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.lambda$afterPropertiesSet$5(RepositoryFactoryBeanSupport.java:323)
    at org.springframework.data.util.Lazy.getNullable(Lazy.java:230)
    at org.springframework.data.util.Lazy.get(Lazy.java:114)
    at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:329)
    at org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean.afterPropertiesSet(ElasticsearchRepositoryFactoryBean.java:69)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1845)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1782)
    ... 33 common frames omitted
Caused by: org.springframework.dao.DataAccessResourceFailureException: Connexion refusée; nested exception is java.lang.RuntimeException: Connexion refusée
    at org.springframework.data.elasticsearch.core.ElasticsearchExceptionTranslator.translateExceptionIfPossible(ElasticsearchExceptionTranslator.java:75)
    at org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate.translateException(ElasticsearchRestTemplate.java:402)
    at org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate.execute(ElasticsearchRestTemplate.java:385)
    at org.springframework.data.elasticsearch.core.DefaultIndexOperations.doExists(DefaultIndexOperations.java:107)
    at org.springframework.data.elasticsearch.core.AbstractDefaultIndexOperations.exists(AbstractDefaultIndexOperations.java:141)
    at org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository.<init>(SimpleElasticsearchRepository.java:93)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
    at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:208)
    ... 46 common frames omitted
Caused by: java.lang.RuntimeException: Connexion refusée
    at org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate.translateException(ElasticsearchRestTemplate.java:400)
    ... 55 common frames omitted
Caused by: java.net.ConnectException: Connexion refusée
    at org.elasticsearch.client.RestClient.extractAndWrapCause(RestClient.java:880)
    at org.elasticsearch.client.RestClient.performRequest(RestClient.java:283)
    at org.elasticsearch.client.RestClient.performRequest(RestClient.java:270)
    at org.elasticsearch.client.RestHighLevelClient.internalPerformRequest(RestHighLevelClient.java:1654)
    at org.elasticsearch.client.RestHighLevelClient.performRequest(RestHighLevelClient.java:1639)
    at org.elasticsearch.client.IndicesClient.exists(IndicesClient.java:963)
    at org.springframework.data.elasticsearch.core.DefaultIndexOperations.lambda$doExists$2(DefaultIndexOperations.java:107)
    at org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate.execute(ElasticsearchRestTemplate.java:383)
    ... 54 common frames omitted
Caused by: java.net.ConnectException: Connexion refusée
    at java.base/sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
    at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:779)
    at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:174)
    at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:148)
    at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:351)
    at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:221)
    at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64)
    at java.base/java.lang.Thread.run(Thread.java:834)

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  36.504 s
[INFO] Finished at: 2021-10-04T13:41:15+02:00
[INFO] -----------------------------------------------------------
Reproduce the error

$jhipster

? Which *type* of application would you like to create? Monolithic application (
recommended for simple projects)
? What is the base name of your application? App
? Do you want to make it reactive with Spring WebFlux? No
? What is your default Java package name? com.mycompany.myapp
? Which *type* of authentication would you like to use? JWT authentication (stat
eless, with a token)
? Which *type* of database would you like to use? SQL (H2, PostgreSQL, MySQL, Ma
riaDB, Oracle, MSSQL)
? Which *production* database would you like to use? MySQL
? Which *development* database would you like to use? H2 with disk-based persist
ence
? Which cache do you want to use? (Spring cache abstraction) Ehcache (local cach
e, for a single node)
? Do you want to use Hibernate 2nd level cache? Yes
? Would you like to use Maven or Gradle for building the backend? Maven
? Do you want to use the JHipster Registry to configure, monitor and scale your 
application? No
? Which other technologies would you like to use? Elasticsearch as search engine No
? Which *Framework* would you like to use for the client? React
? Do you want to generate the admin UI? Yes
? Would you like to use a Bootswatch theme (https://bootswatch.com/)? Default JH
ipster
? Would you like to enable internationalization support? No
? Please choose the native language of the application French
? Besides JUnit and Jest, which testing frameworks would you like to use? Cypres
s
? Would you like to install other generators from the JHipster Marketplace? (y/N
) 

$./mvnw

JHipster configuration

INFO! Using JHipster version installed locally in current project's node_modules Welcome to the JHipster Information Sub-Generator

JHipster Version(s)
timesheet@0.0.1-SNAPSHOT /home/[user][path/to/App]
└── generator-jhipster@7.2.0
JHipster configuration, a .yo-rc.json file generated in the root folder
.yo-rc.json file
{
  "generator-jhipster": {
    "applicationType": "monolith",
    "baseName": "Timesheet",
    "jhipsterVersion": "7.2.0",
    "skipClient": false,
    "skipServer": false,
    "skipUserManagement": false,
    "skipCheckLengthOfIdentifier": false,
    "skipFakeData": false,
    "jhiPrefix": "jhi",
    "entitySuffix": "",
    "dtoSuffix": "DTO",
    "testFrameworks": ["cypress"],
    "blueprints": [],
    "otherModules": [],
    "pages": [],
    "creationTimestamp": 1633350625344,
    "serviceDiscoveryType": "no",
    "reactive": false,
    "authenticationType": "jwt",
    "packageName": "com.mycompany.myapp",
    "serverPort": "8080",
    "cacheProvider": "ehcache",
    "enableHibernateCache": true,
    "databaseType": "sql",
    "devDatabaseType": "h2Disk",
    "prodDatabaseType": "mysql",
    "buildTool": "maven",
    "serverSideOptions": ["searchEngine:elasticsearch"],
    "websocket": false,
    "searchEngine": "elasticsearch",
    "messageBroker": false,
    "enableSwaggerCodegen": false,
    "clientFramework": "react",
    "withAdminUi": true,
    "clientTheme": "none",
    "enableTranslation": false,
    "nativeLanguage": "fr",
    "jwtSecretKey": "YourJWTSecretKeyWasReplacedByThisMeaninglessTextByTheJHipsterInfoCommandForObviousSecurityReasons",
    "devServerPort": 9060,
    "clientPackageManager": "npm",
    "clientThemeVariant": "",
    "enableGradleEnterprise": false,
    "languages": ["en", "fr"]
  }
}

JDL for the Entity configuration(s) entityName.json files generated in the .jhipster directory
JDL entity definitions

Environment and Tools

java version "11.0.12" 2021-07-20 LTS Java(TM) SE Runtime Environment 18.9 (build 11.0.12+8-LTS-237) Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.12+8-LTS-237, mixed mode)

git version 2.17.1

node: v14.16.1

npm: 7.24.1

Docker version 20.10.8, build 3967b7d

No change to package.json was detected. No package manager install will be executed. Congratulations, JHipster execution is complete! Sponsored with ❤️ by @oktadev.

Browsers and Operating System
mraible commented 3 years ago

I don't think this is a compilation error. It looks like it can't connect to Elasticsearch. Did you start it?

zackzack02 commented 3 years ago

Oh my bad! You are deadly right. Thanks!