Closed wenbin9 closed 3 years ago
As you can see in error, gateway cannot connect to service registry.
You must start JHipster registry before starting the gateway, it is documented int he first paragraph of the https://github.com/jhipster/jhipster-sample-app-gateway/README.md
docker compose -f src/main/docker/jhipster-registry.yml up
@gmarziou Thanks for your reply. I did start registry first, and then start gateway application, but it seems encountered same error. Did i missed some steps, can you give some advice? Thank you so much!
The whole log:
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 25 source files to D:\projects\jHipster\jhipster-sample-app-gateway-main\target\test-classes
[INFO] /D:/projects/jHipster/jhipster-sample-app-gateway-main/src/test/java/io/github/jhipster/sample/service/MailServiceIT.java: D:\projects\jHipster\jhipster-sample-app-gateway-main\src\test\java\io\github\jhipster\sample\service\MailServiceIT.java使用或覆盖了已过时的 API。
[INFO] /D:/projects/jHipster/jhipster-sample-app-gateway-main/src/test/java/io/github/jhipster/sample/service/MailServiceIT.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
[INFO]
[INFO] <<< spring-boot-maven-plugin:2.4.7:run (default-cli) < test-compile @ jhipster-sample-gateway <<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:2.4.7:run (default-cli) @ jhipster-sample-gateway ---
[INFO] Attaching agents: []
██╗ ██╗ ██╗ ████████╗ ███████╗ ██████╗ ████████╗ ████████╗ ███████╗
██║ ██║ ██║ ╚══██╔══╝ ██╔═══██╗ ██╔════╝ ╚══██╔══╝ ██╔═════╝ ██╔═══██╗
██║ ████████║ ██║ ███████╔╝ ╚█████╗ ██║ ██████╗ ███████╔╝
██╗ ██║ ██╔═══██║ ██║ ██╔════╝ ╚═══██╗ ██║ ██╔═══╝ ██╔══██║
╚██████╔╝ ██║ ██║ ████████╗ ██║ ██████╔╝ ██║ ████████╗ ██║ ╚██╗
╚═════╝ ╚═╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══════╝ ╚═╝ ╚═╝
:: JHipster ? :: Running Spring Boot 2.4.7 ::
:: https://www.jhipster.tech ::
2021-07-05 20:20:21.955 INFO 936 --- [ restartedMain] i.g.j.sample.JhipsterSampleGatewayApp : The following profiles are active: dev,api-docs
2021-07-05 20:20:25.239 DEBUG 936 --- [ 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:2001/4/25 下午3:00, Valid until:2020/4/25 下午3:00
2021-07-05 20:20:25.239 DEBUG 936 --- [ 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:2017/3/11 上午9:15, Valid until:2020/4/25 下午3:00
2021-07-05 20:20:25.255 DEBUG 936 --- [ 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:2014/10/22 上午8:00, Valid until:2024/10/22 上午8:00
2021-07-05 20:20:25.255 DEBUG 936 --- [ 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:2006/11/10 上午8:00, Valid until:2021/11/10 上午8:00
2021-07-05 20:20:25.286 DEBUG 936 --- [ 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:2016/7/7 上午7:48, Valid until:2030/12/31 上午8:00
2021-07-05 20:20:25.286 DEBUG 936 --- [ 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:2017/3/11 上午9:07, Valid until:2022/3/11 上午9:07
2021-07-05 20:20:25.302 DEBUG 936 --- [ 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:2019/10/1 上午8:00, Valid until:2030/10/17 上午8:00
2021-07-05 20:20:25.302 DEBUG 936 --- [ 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:2016/1/7 下午8:00, Valid until:2031/1/7 下午8:00
2021-07-05 20:20:25.567 DEBUG 936 --- [ restartedMain] i.m.c.u.i.logging.InternalLoggerFactory : Using SLF4J as the default logging framework
2021-07-05 20:20:25.708 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.WebConfigurer : Registering CORS filter
2021-07-05 20:20:25.755 INFO 936 --- [ restartedMain] i.g.j.sample.config.WebConfigurer : Web application configuration, using profiles: dev
2021-07-05 20:20:25.755 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.WebConfigurer : Initialize H2 console
2021-07-05 20:20:25.771 INFO 936 --- [ restartedMain] i.g.j.sample.config.WebConfigurer : Web application fully configured
2021-07-05 20:20:25.864 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.AsyncConfiguration : Creating Async Task Executor
2021-07-05 20:20:25.911 DEBUG 936 --- [ restartedMain] i.g.j.s.config.LiquibaseConfiguration : Configuring Liquibase
2021-07-05 20:20:26.052 WARN 936 --- [-gateway-task-1] t.j.c.liquibase.AsyncSpringLiquibase : Starting Liquibase asynchronously, your database might not be ready at startup!
Skipping auto-registration
2021-07-05 20:20:26.880 WARN 936 --- [-gateway-task-1] liquibase.hub : Skipping auto-registration
2021-07-05 20:20:26.895 DEBUG 936 --- [-gateway-task-1] t.j.c.liquibase.AsyncSpringLiquibase : Liquibase has updated your database in 835 ms
2021-07-05 20:20:26.942 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.CacheConfiguration : Configuring Hazelcast
2021-07-05 20:20:26.942 WARN 936 --- [ restartedMain] c.h.i.impl.HazelcastInstanceFactory : Hazelcast is starting in a Java modular environment (Java 9 and newer) but without proper access to required Java packages. Use additional Java arguments to provide Hazelcast access to Java internal API. The internal API access is used to get the best performance results. Arguments to be used:
--add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
2021-07-05 20:20:27.583 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.CacheConfiguration : Configuring Hazelcast clustering for instanceId: jhipstersamplegateway
2021-07-05 20:20:27.583 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.CacheConfiguration : Application is running with the "dev" profile, Hazelcast cluster will only work with localhost instances
2021-07-05 20:20:27.708 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Initializing Eureka in region us-east-1
2021-07-05 20:20:27.723 INFO 936 --- [ restartedMain] c.n.d.s.r.aws.ConfigClusterResolver : Resolving eureka endpoints via configuration
2021-07-05 20:20:27.754 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Disable delta property : false
2021-07-05 20:20:27.754 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Single vip registry refresh property : null
2021-07-05 20:20:27.754 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Force full registry fetch : false
2021-07-05 20:20:27.754 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Application is null : false
2021-07-05 20:20:27.770 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Registered Applications size is zero : true
2021-07-05 20:20:27.770 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Application version is -1: true
2021-07-05 20:20:27.770 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Getting all instance registry info from the eureka server
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2011/9/22 下午7:22, Valid until:2030/9/22 下午7:22
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2004/6/30 上午1:39, Valid until:2034/6/30 上午1:39
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2000/5/13 上午2:46, Valid until:2025/5/13 上午7:59
2021-07-05 20:20:27.848 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:3cf607a968700eda8b84, Subject:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign ECC Root CA - G3, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:EC, Length:384, Cert Id:-462931589, Valid from:2018/2/19 上午2:30, Valid until:2043/2/19 上午2:30
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2010/12/8 下午7:19, Valid until:2022/12/8 下午7:10
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2015/10/19 下午3:43, Valid until:2035/10/19 下午3:43
2021-07-05 20:20:27.848 DEBUG 936 --- [ 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:2013/8/1 下午8:00, Valid until:2038/1/15 下午8:00
2021-07-05 20:20:27.864 DEBUG 936 --- [ 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:2009/11/5 下午4:35, Valid until:2029/11/5 下午4:35
2021-07-05 20:20:27.864 DEBUG 936 --- [ 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:1999/12/25 上午1:50, Valid until:2029/7/24 下午10:15
2021-07-05 20:20:27.864 DEBUG 936 --- [ 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:2009/9/1 上午8:00, Valid until:2038/1/1 上午7:59
2021-07-05 20:20:27.864 DEBUG 936 --- [ 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:2009/3/18 下午6:00, Valid until:2029/3/18 下午6:00
2021-07-05 20:20:27.864 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:1ed397095fd8b4b347701eaabe7f45b3, Subject:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft RSA Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:RSA, Length:4096, Cert Id:-1446618248, Valid from:2019/12/19 上午6:51, Valid until:2042/7/19 上午7:00
2021-07-05 20:20:27.864 DEBUG 936 --- [ 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:2006/11/27 上午8:00, Valid until:2036/7/17 上午7:59
2021-07-05 20:20:27.879 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:110034b64ec6362d36, Subject:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Issuer:OU=certSIGN ROOT CA G2, O=CERTSIGN SA, C=RO, Key type:RSA, Length:4096, Cert Id:-2113880430, Valid from:2017/2/6 下午5:27, Valid until:2042/2/6 下午5:27
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2008/3/6 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2007/10/18 下午8:00, Valid until:2032/10/18 下 午8:00
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2008/10/1 下午6:29, Valid until:2033/10/2 上午7:59
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2008/10/1 下午6:40, Valid until:2033/10/2 上午7:59
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2008/8/1 下午8:29, Valid until:2038/7/31 下午8:29
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2015/7/7 下午6:37, Valid until:2040/6/30 下午6:37
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2004/3/4 下午1:00, Valid until:2029/3/4 下午1:00
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2010/1/29 下午10:06, Valid until:2030/12/31 下午10:06
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2006/12/15 下午4:00, Valid until:2021/12/15 下午4:00
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2009/5/20 下午4:38, Valid until:2030/12/31 下午4:38
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2008/10/29 下午11:59, Valid until:2030/1/1 上午8:00
2021-07-05 20:20:27.879 DEBUG 936 --- [ 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:2009/6/16 下午7:30, Valid until:2029/12/30 下午7:30
2021-07-05 20:20:27.895 DEBUG 936 --- [ 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:2010/1/29 下午10:20, Valid until:2040/12/31 下午10:20
2021-07-05 20:20:27.895 DEBUG 936 --- [ 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:2014/12/1 下午11:00, Valid until:2039/12/1 下午11:10
2021-07-05 20:20:27.895 DEBUG 936 --- [ 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:2003/12/23 下午8:14, Valid until:2024/1/21 下午7:36
2021-07-05 20:20:27.895 DEBUG 936 --- [ 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:2008/10/22 下午8:07, Valid until:2029/12/31 下午8:07
2021-07-05 20:20:27.911 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:212a560caeda0cab4045bf2ba22d3aea, Subject:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Issuer:CN=OISTE WISeKey Global Root GC CA, OU=OISTE Foundation Endorsed, O=WISeKey, C=CH, Key type:EC, Length:384, Cert Id:-1513165457, Valid from:2017/5/9 下午5:48, Valid until:2042/5/9 下午5:58
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2006/10/25 下午4:30, Valid until:2036/10/25 下午4:30
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2006/7/5 上午1:20, Valid until:2031/7/5 上午1:20
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2010/2/1 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2008/8/28 下午3:24, Valid until:2030/12/31 下午11:59
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:1998/9/1 下午8:00, Valid until:2028/1/28 下午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c88b94b6e8bb3b2ad8a2b2c199, Subject:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R4, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1824562466, Valid from:2016/6/22 上午8:00, Valid until:2036/6/22 上午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2010/10/26 下午4:38, Valid until:2040/10/26 下午4:38
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2013/3/5 下午8:09, Valid until:2023/3/3 下午8:09
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2013/8/1 下午8:00, Valid until:2038/1/15 下午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:6e47a9c76ca9732440890f0355dd8d1d, Subject:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R3, O=Google Trust Services LLC, C=US, Key type:EC, Length:384, Cert Id:-1415630551, Valid from:2016/6/22 上午8:00, Valid until:2036/6/22 上午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ 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:2013/8/1 下午8:00, Valid until:2038/1/15 下午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c65ab3e720c5309a3f6852f26f, Subject:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R2, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1151551794, Valid from:2016/6/22 上午8:00, Valid until:2036/6/22 上午8:00
2021-07-05 20:20:27.911 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:6e47a9c54b470c0dec33d089b91cf4e1, Subject:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Issuer:CN=GTS Root R1, O=Google Trust Services LLC, C=US, Key type:RSA, Length:4096, Cert Id:-1684052905, Valid from:2016/6/22 上午8:00, Valid until:2036/6/22 上午8:00
2021-07-05 20:20:27.926 DEBUG 936 --- [ 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:2017/6/1 上午2:14, Valid until:2042/5/31 上午2:14
2021-07-05 20:20:27.926 DEBUG 936 --- [ 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:2001/3/20 上午2:33, Valid until:2021/3/18 上午2:33
2021-07-05 20:20:27.926 DEBUG 936 --- [ 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:2007/6/29 下午11:13, Valid until:2027/6/29 下午11:13
2021-07-05 20:20:27.926 DEBUG 936 --- [ 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:2011/7/7 下午10:58, Valid until:2031/1/1 上午7:59
2021-07-05 20:20:27.926 DEBUG 936 --- [ 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:2009/11/5 下午4:50, Valid until:2029/11/5 下午4:50
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2010/1/29 下午10:08, Valid until:2030/12/31 下午10:08
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2009/7/8 上午1:25, Valid until:2030/12/8 上午1:55
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2013/8/1 下午8:00, Valid until:2038/1/15 下午8:00
2021-07-05 20:20:27.942 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5f70e86da49f346352ebab2, Subject:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:RSA, Length:4096, Cert Id:416366836, Valid from:2017/8/24 上午3:34, Valid until:2042/8/24 上午3:34
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2013/8/1 下午8:00, Valid until:2038/1/15 下午8:00
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2009/4/8 下午12:56, Valid until:2029/4/8 下午12:56
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2007/12/13 下午9:08, Valid until:2037/12/13 下午4:27
2021-07-05 20:20:27.942 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:15448ef21fd97590df5040a, Subject:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Issuer:CN=e-Szigno Root CA 2017, OID.2.5.4.97=VATHU-23584497, O=Microsec Ltd., L=Budapest, C=HU, Key type:EC, Length:256, Cert Id:-991173715, Valid from:2017/8/22 下午8:07, Valid until:2042/8/22 下午8:07
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2004/1/1 上午8:00, Valid until:2029/1/1 上午7:59
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2002/5/21 下午12:00, Valid until:2022/5/21 下午12:00
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2006/11/8 上午8:00, Valid until:2036/7/17 上午7:59
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2008/4/2 上午8:00, Valid until:2037/12/2 上午7:59
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2010/1/19 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2012/6/27 下午2:28, Valid until:2030/12/31 下午11:59
2021-07-05 20:20:27.942 DEBUG 936 --- [ 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:2011/12/6 下午9:49, Valid until:2031/12/1 下午9:49
2021-07-05 20:20:27.957 DEBUG 936 --- [ 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:2014/1/17 上午2:12, Valid until:2034/1/17 上午2:12
2021-07-05 20:20:27.957 DEBUG 936 --- [ 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:2012/12/18 下午11:25, Valid until:2037/12/18 下午11:55
2021-07-05 20:20:27.957 DEBUG 936 --- [ 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:2006/11/25 上午3:11, Valid until:2031/11/25 上午3:06
2021-07-05 20:20:27.957 DEBUG 936 --- [ 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:2006/11/25 上午2:27, Valid until:2031/11/25 上午2:23
2021-07-05 20:20:27.957 DEBUG 936 --- [ 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:2012/8/8 上午11:07, Valid until:2029/12/31 上午11:07
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2004/6/30 上午1:06, Valid until:2034/6/30 上午1:06
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2015/5/26 上午8:00, Valid until:2040/5/26 上午8:00
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2015/5/26 上午8:00, Valid until:2040/5/26 上午8:00
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2015/6/4 下午7:04, Valid until:2035/6/4 下午7:04
2021-07-05 20:20:27.973 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:31f5e4620c6c58edd6d8, Subject:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Issuer:CN=emSign Root CA - G1, O=eMudhra Technologies Limited, OU=emSign PKI, C=IN, Key type:RSA, Length:2048, Cert Id:392709196, Valid from:2018/2/19 上午2:30, Valid until:2043/2/19 上午2:30
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2015/5/26 上午8:00, Valid until:2040/5/26 上午8:00
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2015/5/26 上午8:00, Valid until:2038/1/17 上午8:00
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2006/12/1 上午8:00, Valid until:2030/1/1 上午7:59
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2006/12/1 上午8:00, Valid until:2030/1/1 上午7:59
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2004/12/20 上午10:31, Valid until:2034/12/20 上午10:31
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2006/11/17 上午8:00, Valid until:2036/7/17 上午7:59
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2006/10/25 下午4:32, Valid until:2036/10/25 下午4:32
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2007/11/5 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:27.973 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:d9b5437fafa9390f000000005565ad58, Subject:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Issuer:CN=Entrust Root Certification Authority - G4, OU="(c) 2015 Entrust, Inc. - for authorized use only", OU=See www.entrust.net/legal-terms, O="Entrust, Inc.", C=US, Key type:RSA, Length:4096, Cert Id:1368037548, Valid from:2015/5/27 下午7:11, Valid until:2037/12/27 下午7:41
2021-07-05 20:20:27.973 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:66f23daf87de8bb14aea0c573101c2ec, Subject:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Issuer:CN=Microsoft ECC Root Certificate Authority 2017, O=Microsoft Corporation, C=US, Key type:EC, Length:384, Cert Id:-1054206011, Valid from:2019/12/19 上午7:06, Valid until:2042/7/19 上午7:16
2021-07-05 20:20:27.973 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:cae91b89f155030da3e6416dc4e3a6e1, Subject:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Issuer:CN=Certigna Root CA, OU=0002 48146308100036, O=Dhimyotis, C=FR, Key type:RSA, Length:4096, Cert Id:356684591, Valid from:2013/10/1 下午4:32, Valid until:2033/10/1 下午4:32
2021-07-05 20:20:27.973 DEBUG 936 --- [ 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:2013/11/25 下午4:25, Valid until:2043/10/25 下午4:25
2021-07-05 20:20:27.989 DEBUG 936 --- [ 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:2011/10/6 下午4:39, Valid until:2046/10/6 下午4:39
2021-07-05 20:20:27.989 DEBUG 936 --- [ 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:2003/1/8 上午7:00, Valid until:2031/1/8 上午6:59
2021-07-05 20:20:27.989 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:8165f8a4ca5ec00c99340dfc4c6ae23b81c5aa4, Subject:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Issuer:CN=Hongkong Post Root CA 3, O=Hongkong Post, L=Hong Kong, ST=Hong Kong, C=HK, Key type:RSA, Length:4096, Cert Id:-901951080, Valid from:2017/6/3 上午10:29, Valid until:2042/6/3 上午10:29
2021-07-05 20:20:27.989 DEBUG 936 --- [ 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:2001/4/6 下午3:29, Valid until:2021/4/6 下午3:29
2021-07-05 20:20:27.989 DEBUG 936 --- [ 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:2015/7/7 下午6:11, Valid until:2040/6/30 下午6:11
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2004/11/2 上午1:14, Valid until:2035/1/1 下午1:37
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2010/2/1 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2007/11/5 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2016/2/4 下午8:32, Valid until:2035/1/1 上午1:26
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2016/2/4 下午8:32, Valid until:2030/1/1 上午1:23
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2009/9/1 上午8:00, Valid until:2038/1/1 上午7:59
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2014/1/17 上午1:53, Valid until:2034/1/17 上午1:53
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2016/2/13 上午2:15, Valid until:2041/2/13 上午2:15
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2006/11/10 上午8:00, Valid until:2031/11/10 上午8:00
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2009/9/1 上午8:00, Valid until:2038/1/1 上午7:59
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2003/5/15 下午1:13, Valid until:2023/5/15 下午12:52
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2012/11/13 上午8:00, Valid until:2038/1/19 上午11:14
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2003/9/30 下午12:20, Valid until:2023/9/30 下午12:20
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2008/12/11 下午11:08, Valid until:2028/12/6 下午11:08
2021-07-05 20:20:28.004 DEBUG 936 --- [ 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:2006/11/28 上午4:23, Valid until:2026/11/28 上 午4:53
2021-07-05 20:20:28.004 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withRSA, Serial:45e6bb038333c3856548e6ff4551, Subject:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Issuer:CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6, Key type:RSA, Length:4096, Cert Id:-506627753, Valid from:2014/12/10 上午8:00, Valid until:2034/12/10 上午8:00
2021-07-05 20:20:28.020 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:4fd22b8ff564c8339e4f345866237060, Subject:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Issuer:CN=UCA Extended Validation Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:649181271, Valid from:2015/3/13 上午8:00, Valid until:2038/12/31 上午8:00
2021-07-05 20:20:28.020 DEBUG 936 --- [ 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:2013/11/14 下 午7:28, Valid until:2028/11/14 上午7:00
2021-07-05 20:20:28.020 DEBUG 936 --- [ 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:2006/11/8 上午3:31, Valid until:2030/1/1 上午3:40
2021-07-05 20:20:28.020 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withECDSA, Serial:d6a5f083f285c3e5195df5d, Subject:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P256 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:256, Cert Id:948272517, Valid from:2017/8/24 上午3:35, Valid until:2042/8/24 上午3:35
2021-07-05 20:20:28.020 DEBUG 936 --- [ 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:2007/11/5 上午8:00, Valid until:2038/1/19 上午7:59
2021-07-05 20:20:28.020 DEBUG 936 --- [ 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:2009/5/29 下午1:00, Valid until:2029/5/29 下午1:00
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2006/11/10 上午8:00, Valid until:2031/11/10 上午8:00
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2008/8/1 下午8:31, Valid until:2038/7/31 下午8:31
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2012/11/13 上午8:00, Valid until:2038/1/19 上午11:14
2021-07-05 20:20:28.036 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:8bd85976c9927a48068473b, Subject:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Issuer:CN=Trustwave Global ECC P384 Certification Authority, O="Trustwave Holdings, Inc.", L=Chicago, ST=Illinois, C=US, Key type:EC, Length:384, Cert Id:-1993924923, Valid from:2017/8/24 上午3:36, Valid until:2042/8/24 上午3:36
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2012/7/19 下午5:15, Valid until:2042/7/19 下午5:15
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2012/1/13 上午1:27, Valid until:2042/1/13 上午1:27
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2010/1/29 下午10:10, Valid until:2040/12/31 下午10:10
2021-07-05 20:20:28.036 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA384withECDSA, Serial:7b71b68256b8127c9ca8, Subject:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign ECC Root CA - C3, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:EC, Length:384, Cert Id:-948456756, Valid from:2018/2/19 上 午2:30, Valid until:2043/2/19 上午2:30
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2012/1/13 上午2:59, Valid until:2042/1/13 上午2:59
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2006/12/15 下午4:00, Valid until:2021/12/15 下午4:00
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2014/11/26 下午1:13, Valid until:2040/12/31 下午11:59
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2006/11/10 上午8:00, Valid until:2031/11/10 上午8:00
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2012/1/13 上午4:26, Valid until:2042/1/13 上午4:26
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2010/10/26 下午4:28, Valid until:2040/10/26 下午4:28
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2008/4/2 上午8:00, Valid until:2037/12/2 上午7:59
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2006/11/8 上午3:42, Valid until:2030/1/1 上午3:52
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2004/3/4 下午1:00, Valid until:2029/3/4 下午1:00
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2011/5/5 下午5:37, Valid until:2030/12/31 下午5:37
2021-07-05 20:20:28.036 DEBUG 936 --- [ 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:2000/10/1 上午5:12, Valid until:2021/9/30 下午10:01
2021-07-05 20:20:28.051 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:aecf00bac4cf32f843b2, Subject:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Issuer:CN=emSign Root CA - C1, O=eMudhra Inc, OU=emSign PKI, C=US, Key type:RSA, Length:2048, Cert Id:-1268863356, Valid from:2018/2/19 上午2:30, Valid until:2043/2/19 上午2:30
2021-07-05 20:20:28.051 DEBUG 936 --- [ 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:2016/2/13 上午2:14, Valid until:2041/2/13 上午2:14
2021-07-05 20:20:28.051 DEBUG 936 --- [ 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:2016/2/4 下午8:32, Valid until:2030/1/1 上午1:28
2021-07-05 20:20:28.051 DEBUG 936 --- [ 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:2016/2/13 上午1:39, Valid until:2041/2/13 上午1:39
2021-07-05 20:20:28.051 DEBUG 936 --- [ 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:2008/4/2 上午8:00, Valid until:2037/12/2 上午7:59
2021-07-05 20:20:28.051 DEBUG 936 --- [ restartedMain] jdk.event.security : X509Certificate: Alg:SHA256withRSA, Serial:5ddfb1da5aa3ed5dbe5a6520650390ef, Subject:CN=UCA Global G2 Root, O=UniTrust, C=CN, Issuer:CN=UCA Global G2 Root, O=UniTrust, C=CN, Key type:RSA, Length:4096, Cert Id:1844967193, Valid from:2016/3/11 上午8:00, Valid until:2040/12/31 上午8:00
2021-07-05 20:20:28.379 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : The response status is 200
2021-07-05 20:20:28.379 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Starting heartbeat executor: renew interval is: 5
2021-07-05 20:20:28.395 INFO 936 --- [ restartedMain] c.n.discovery.InstanceInfoReplicator : InstanceInfoReplicator onDemand update allowed rate per min is 12
2021-07-05 20:20:28.395 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Discovery Client initialized at timestamp 1625487628395 with initial instances count: 0
2021-07-05 20:20:28.457 INFO 936 --- [ restartedMain] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [4.1.1] Interfaces is disabled, trying to pick one address from TCP-IP config addresses: []
2021-07-05 20:20:28.457 WARN 936 --- [ restartedMain] com.hazelcast.instance.AddressPicker : [LOCAL] [dev] [4.1.1] Could not find a matching address to start with! Picking one of non-loopback addresses.
2021-07-05 20:20:28.895 INFO 936 --- [ restartedMain] com.hazelcast.system : [192.168.3.127]:13781 [dev] [4.1.1] Hazelcast 4.1.1 (20201222 - 27af558) starting at [192.168.3.127]:13781
2021-07-05 20:20:29.238 INFO 936 --- [ restartedMain] com.hazelcast.instance.impl.Node : [192.168.3.127]:13781 [dev] [4.1.1] Using TCP/IP discovery
2021-07-05 20:20:29.238 WARN 936 --- [ restartedMain] com.hazelcast.cp.CPSubsystem : [192.168.3.127]:13781 [dev] [4.1.1] CP Subsystem is not enabled. CP data structures will operate in UNSAFE mode! Please note that UNSAFE mode will not provide strong consistency guarantees.
2021-07-05 20:20:29.410 INFO 936 --- [ restartedMain] c.h.internal.diagnostics.Diagnostics : [192.168.3.127]:13781 [dev] [4.1.1] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
2021-07-05 20:20:29.426 INFO 936 --- [ restartedMain] com.hazelcast.core.LifecycleService : [192.168.3.127]:13781 [dev] [4.1.1] [192.168.3.127]:13781 is STARTING
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.hazelcast.internal.networking.nio.SelectorOptimizer (file:/D:/repository/com/hazelcast/hazelcast/4.1.1/hazelcast-4.1.1.jar) to field sun.nio.ch.SelectorImpl.selectedKeys
WARNING: Please consider reporting this to the maintainers of com.hazelcast.internal.networking.nio.SelectorOptimizer
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2021-07-05 20:20:29.457 INFO 936 --- [ restartedMain] c.h.internal.cluster.ClusterService : [192.168.3.127]:13781 [dev] [4.1.1]
Members {size:1, ver:1} [
Member [192.168.3.127]:13781 - 0daff818-d700-467d-b7e0-274745448a0b this
]
2021-07-05 20:20:29.473 INFO 936 --- [ restartedMain] com.hazelcast.core.LifecycleService : [192.168.3.127]:13781 [dev] [4.1.1] [192.168.3.127]:13781 is STARTED
2021-07-05 20:20:30.098 INFO 936 --- [ restartedMain] c.h.h.HazelcastCacheRegionFactory : Starting up HazelcastCacheRegionFactory
2021-07-05 20:20:30.098 INFO 936 --- [ restartedMain] c.h.h.i.IHazelcastInstanceFactory : Using existing HazelcastInstance [jhipsterSampleGateway].
2021-07-05 20:20:30.551 INFO 936 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : Saw local status change event StatusChangeEvent [timestamp=1625487630551, current=DOWN, previous=STARTING]
2021-07-05 20:20:30.551 INFO 936 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_JHIPSTERSAMPLEGATEWAY/jhipstersamplegateway:e6aee2621a1248fa23285f9f894bc3cb: registering service...
2021-07-05 20:20:30.566 DEBUG 936 --- [ restartedMain] i.g.j.sample.security.jwt.TokenProvider : Using a Base64-encoded JWT secret key
2021-07-05 20:20:30.762 INFO 936 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient : DiscoveryClient_JHIPSTERSAMPLEGATEWAY/jhipstersamplegateway:e6aee2621a1248fa23285f9f894bc3cb - registration status: 204
2021-07-05 20:20:31.447 DEBUG 936 --- [ restartedMain] i.g.j.sample.config.CacheConfiguration : Starting HazelcastCacheManager
2021-07-05 20:20:31.635 WARN 936 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'gatewayResource' defined in file [D:\projects\jHipster\jhipster-sample-app-gateway-main\target\classes\io\github\jhipster\sample\web\rest\GatewayResource.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cachedCompositeRouteLocator' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'cachedCompositeRouteLocator' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'routeDefinitionRouteLocator' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'routeDefinitionRouteLocator' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'modifyRequestBodyGatewayFilterFactory' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'modifyRequestBodyGatewayFilterFactory' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.http.codec.ServerCodecConfigurer' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2021-07-05 20:20:31.635 INFO 936 --- [ restartedMain] c.h.h.HazelcastCacheRegionFactory : Shutting down HazelcastCacheRegionFactory
2021-07-05 20:20:31.635 WARN 936 --- [ restartedMain] c.h.h.i.IHazelcastInstanceFactory : hibernate.cache.hazelcast.shutdown_on_session_factory_close property is set to 'false'. Leaving current HazelcastInstance active! (Warning: Do not disable Hazelcast hazelcast.shutdownhook.enabled property!)
2021-07-05 20:20:31.650 INFO 936 --- [ restartedMain] com.hazelcast.core.LifecycleService : [192.168.3.127]:13781 [dev] [4.1.1] [192.168.3.127]:13781 is SHUTTING_DOWN
2021-07-05 20:20:31.650 INFO 936 --- [ restartedMain] com.hazelcast.instance.impl.Node : [192.168.3.127]:13781 [dev] [4.1.1] Shutting down connection manager...
2021-07-05 20:20:31.650 INFO 936 --- [ restartedMain] com.hazelcast.instance.impl.Node : [192.168.3.127]:13781 [dev] [4.1.1] Shutting down node engine...
2021-07-05 20:20:31.666 INFO 936 --- [ restartedMain] c.hazelcast.instance.impl.NodeExtension : [192.168.3.127]:13781 [dev] [4.1.1] Destroying node NodeExtension.
2021-07-05 20:20:31.666 INFO 936 --- [ restartedMain] com.hazelcast.instance.impl.Node : [192.168.3.127]:13781 [dev] [4.1.1] Hazelcast Shutdown is completed in 16 ms.
2021-07-05 20:20:31.666 INFO 936 --- [ restartedMain] com.hazelcast.core.LifecycleService : [192.168.3.127]:13781 [dev] [4.1.1] [192.168.3.127]:13781 is SHUTDOWN
2021-07-05 20:20:31.666 INFO 936 --- [ restartedMain] i.g.j.sample.config.CacheConfiguration : Closing Cache Manager
2021-07-05 20:20:31.682 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Shutting down DiscoveryClient ...
2021-07-05 20:20:34.702 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Unregistering ...
2021-07-05 20:20:34.780 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : DiscoveryClient_JHIPSTERSAMPLEGATEWAY/jhipstersamplegateway:e6aee2621a1248fa23285f9f894bc3cb - deregister status: 200
2021-07-05 20:20:34.795 INFO 936 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient
2021-07-05 20:20:34.858 ERROR 936 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' in your configuration.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 34.167 s
[INFO] Finished at: 2021-07-05T20:20:35+08:00
[INFO]
Previously you had 2 issues, now you have only one.
Have you looked at https://stackoverflow.com/questions/52447223/bean-of-type-org-springframework-http-codec-servercodecconfigurer-that-could-n
@gmarziou When I removed top error class GatewayResource,java, encountered below error, it seems cause by spring cloud gateway conflict with
spring-boot-starter-web
Error: org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'routeRefreshListener': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) at org.springframework.context.event.AbstractApplicationEventMulticaster.retrieveApplicationListeners(AbstractApplicationEventMulticaster.java:264) at org.springframework.context.event.AbstractApplicationEventMulticaster.getApplicationListeners(AbstractApplicationEventMulticaster.java:221) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:138) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378) at org.springframework.cloud.netflix.eureka.CloudEurekaClient.onCacheRefreshed(CloudEurekaClient.java:119) at com.netflix.discovery.DiscoveryClient.fetchRegistry(DiscoveryClient.java:1031) at com.netflix.discovery.DiscoveryClient.refreshRegistry(DiscoveryClient.java:1531) at com.netflix.discovery.DiscoveryClient$CacheRefreshThread.run(DiscoveryClient.java:1498) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
2021-07-05 21:27:28.470 INFO 11196 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Unregistering ... 2021-07-05 21:27:28.572 INFO 11196 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : DiscoveryClient_JHIPSTERSAMPLEGATEWAY/jhipstersamplegateway:4ab12ba920abb6797c1fca4d3873a7b9 - deregister status: 200 2021-07-05 21:27:28.578 INFO 11196 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient 2021-07-05 21:27:28.643 ERROR 11196 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Spring MVC found on classpath, which is incompatible with Spring Cloud Gateway.
Action:
Please set spring.main.web-application-type=reactive or remove spring-boot-starter-web dependency.
Process finished with exit code 0
Previously you had 2 issues, now you have only one.
Have you looked at https://stackoverflow.com/questions/52447223/bean-of-type-org-springframework-http-codec-servercodecconfigurer-that-could-n
The link content do not work for me
Any ideas here? I'm having the exact same issue:
Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
@gmarziou I have noticed same error after creating the gateway app from existing .yo-rc.json but switching reactive to false in the file. The default generator seems to be producing reactive Java app by default now and not giving the option via the wizard. Hence the work around with changing it in .yo-rc.json and having to re-generate the application. Which unfortunately, leads to this error below. Wondering if there's a bug with the code generation which defaults to reactive Java and hence leading to the incorrect dependencies. Switching to webflux as suggested by the stackoverflow article didn't help. FWIW, microservices are generated correctly.
→ jhipster --version
INFO! Using JHipster version installed locally in current project's node_modules
7.1.0
2021-08-07 00:22:14.536 WARN 24747 --- [ restartedMain] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'gatewayResource' defined in file [/Volumes/Workspace/XXX/services/gateway/target/classes/com/xxx/services/gateway/web/rest/GatewayResource.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cachedCompositeRouteLocator' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'cachedCompositeRouteLocator' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'routeDefinitionRouteLocator' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'routeDefinitionRouteLocator' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'modifyRequestBodyGatewayFilterFactory' defined in class path resource [org/springframework/cloud/gateway/config/GatewayAutoConfiguration.class]: Unsatisfied dependency expressed through method 'modifyRequestBodyGatewayFilterFactory' parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.http.codec.ServerCodecConfigurer' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} 2021-08-07 00:22:14.606 ERROR 24747 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' in your configuration.
My .yo-rc.json used to create the project:
→ cat .yo-rc.json
{
"generator-jhipster": {
"applicationType": "gateway",
"baseName": "gateway",
"jhipsterVersion": "7.1.0",
"skipClient": false,
"skipServer": false,
"skipUserManagement": true,
"skipCheckLengthOfIdentifier": false,
"skipFakeData": false,
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"testFrameworks": ["cypress"],
"blueprints": [],
"otherModules": [],
"pages": [],
"creationTimestamp": 1628320420452,
"serviceDiscoveryType": "eureka",
"reactive": false,
"authenticationType": "oauth2",
"packageName": "com.xxx.services.gateway",
"serverPort": "8080",
"cacheProvider": "no",
"enableHibernateCache": false,
"databaseType": "sql",
"devDatabaseType": "postgresql",
"prodDatabaseType": "postgresql",
"buildTool": "maven",
"serverSideOptions": [],
"websocket": false,
"searchEngine": false,
"messageBroker": false,
"enableSwaggerCodegen": false,
"clientFramework": "angularX",
"withAdminUi": true,
"clientTheme": "none",
"enableTranslation": false,
"nativeLanguage": "en",
"packageFolder": "com/xxx/services/gateway",
"devServerPort": 4200,
"clientPackageManager": "npm",
"clientThemeVariant": "",
"languages": ["en", "fr"],
"cypressCoverage": false
}
}
Another hint: although it respects the manually set reactive option as false, enableHibernateCache keeps getting reset to false even though I change it to true (I want my second level caching).
Perhaps on an unrelated note: skipUserManagement also gets switched to true when withAdminUi is true, but this is more annoying than a show stopper. It was manually set to false prior to running jhipster.
It should not be possible to generate a gateway that's non-reactive with JHipster 7. Spring Boot 2.4 deprecated the use of Zuul and therefore we were forced to make the gateway reactive-only. If you want a non-reactive gateway, please use JHipster 6, which uses Spring Boot 2.3.
"reactive": false
is not supported for Spring Cloud Gateway. Follow https://github.com/spring-cloud/spring-cloud-gateway/issues/36 to see when it'll support Spring MVC.
Dear jhipster, I clone jhipster-sample-app-gateway(https://github.com/jhipster/jhipster-sample-app-gateway.git). And registry use jhipster-registry v6.8.0(https://github.com/jhipster/jhipster-registry.git) registry could start success.
But when start application encounter some error, and no change with sample app. The error as below, can you help with it?
Environment: jdk11
Error info:
2021-07-05 09:49:34.543 ERROR 23880 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient : Cannot fetch registry from server
org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'delegatingApplicationListener': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:220) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) at org.springframework.context.event.AbstractApplicationEventMulticaster.retrieveApplicationListeners(AbstractApplicationEventMulticaster.java:264) at org.springframework.context.event.AbstractApplicationEventMulticaster.getApplicationListeners(AbstractApplicationEventMulticaster.java:221) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:138) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421) at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378) at org.springframework.cloud.netflix.eureka.CloudEurekaClient.onCacheRefreshed(CloudEurekaClient.java:119) at com.netflix.discovery.DiscoveryClient.fetchRegistry(DiscoveryClient.java:1031) at com.netflix.discovery.DiscoveryClient.refreshRegistry(DiscoveryClient.java:1531) at com.netflix.discovery.DiscoveryClient$CacheRefreshThread.run(DiscoveryClient.java:1498) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
2021-07-05 09:49:36.904 INFO 23880 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Unregistering ... 2021-07-05 09:49:37.013 INFO 23880 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : DiscoveryClient_JHIPSTERSAMPLEGATEWAY/jhipstersamplegateway:d9583ef9e3ddb048bf041e99798a3853 - deregister status: 200 2021-07-05 09:49:37.013 INFO 23880 --- [ restartedMain] com.netflix.discovery.DiscoveryClient : Completed shut down of DiscoveryClient 2021-07-05 09:49:37.060 ERROR 23880 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Parameter 0 of method modifyRequestBodyGatewayFilterFactory in org.springframework.cloud.gateway.config.GatewayAutoConfiguration required a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.http.codec.ServerCodecConfigurer' in your configuration.