egalee opened a new issue, #11391: URL: https://github.com/apache/dubbo/issues/11391
### Environment * Dubbo version: 3.1.5 * Operating System version: windows 10 * Java version: xxx ### Steps to reproduce this issue 升级dubbo版本到3.1.5就不显示了,3.1.0显示正常 3.1.0启动日志 `Java HotSpot(TM) 64-Bit Server VM warning: CMSFullGCsBeforeCompaction is deprecated and will likely be removed in a future release. log4j:WARN No appenders could be found for logger (org.apache.dubbo.common.Version). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. 2023-01-29 08:11:23.163 INFO 1 [main] org.apache.dubbo.spring.boot.context.event.WelcomeLogoApplicationListener[] :: Dubbo (v3.1.0) : https://github.com/apache/dubbo :: Discuss group : [email protected] ` 3.1.5启动日志 ` Java HotSpot(TM) 64-Bit Server VM warning: CMSFullGCsBeforeCompaction is deprecated and will likely be removed in a future release. ____ ____ ___ _____ ____ / __ \____ ___ ____ / __ \/ | / ___// __ \ / / / / __ \/ _ \/ __ \/ /_/ / /| | \__ \/ /_/ / / /_/ / /_/ / __/ / / / _, _/ ___ |___/ / ____/ \____/ .___/\___/_/ /_/_/ |_/_/ |_/____/_/ /_/ Jan 29, 2023 10:48:09 AM com.baidu.openrasp.nativelib.BaseJniExtractor info INFO: mappedLib is libopenrasp_v8_java.so Jan 29, 2023 10:48:09 AM com.baidu.openrasp.nativelib.BaseJniExtractor info INFO: Extracting 'jar:file:/opt/rasp/rasp-engine.jar!/natives/linux_64/libopenrasp_v8_java.so' to '/tmp/nativelib-loader_4549797774870065854/Classloader.1674960489720.0/libopenrasp_v8_java.so' [OpenRASP] Log4j debug mode disabled [OpenRASP] Log4j initialized successfully [OpenRASP] RASP ID: d6c3cb32680489735d72baaaa1e25754 [OpenRASP] Engine Initialized [1.3.7 (build: GitCommit=f264cc6 date=2022-03-11T11:55:29Z)] **log4j:WARN No appenders could be found for logger (org.apache.dubbo.common.Version).** log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. ` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
