WillemJiang edited a comment on issue #239: [SCB-806] 使alpha-server的log4j2配置失效,同时jpa的日志也使用日志框架打印出来 URL: https://github.com/apache/incubator-servicecomb-saga/pull/239#issuecomment-410566857 Just check the Accept test from the CI log with Spring-Boot-1.5.x , I got the below error of it. It should be fix by adding the dependency of disruptor as I did for the Spring-Boot-2. @jeremyxu2010 Do not worry, I will commit a quick fix after applying the patch. ``` alpha> at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) alpha> at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) alpha> Caused by: java.lang.NoClassDefFoundError: com/lmax/disruptor/EventFactory alpha> at org.apache.logging.log4j.core.config.AbstractConfiguration.getAsyncLoggerConfigDelegate(AbstractConfiguration.java:197) alpha> at org.apache.logging.log4j.core.async.AsyncLoggerConfig.<init>(AsyncLoggerConfig.java:81) alpha> at org.apache.logging.log4j.core.async.AsyncLoggerConfig$RootLogger.createLogger(AsyncLoggerConfig.java:224) alpha> ... 36 more alpha> Caused by: java.lang.ClassNotFoundException: com.lmax.disruptor.EventFactory alpha> at java.net.URLClassLoader.findClass(URLClassLoader.java:381) alpha> at java.lang.ClassLoader.loadClass(ClassLoader.java:424) alpha> at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:94) alpha> at java.lang.ClassLoader.loadClass(ClassLoader.java:357) alpha> ... 39 more ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
