You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/06 01:48:00 UTC

[jira] [Commented] (SCB-806) Polish alpha-server logger

    [ https://issues.apache.org/jira/browse/SCB-806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16569638#comment-16569638 ] 

ASF GitHub Bot commented on SCB-806:
------------------------------------

WillemJiang commented 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, I got the below error of it. 
   ```
   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:
users@infra.apache.org


> Polish alpha-server logger 
> ---------------------------
>
>                 Key: SCB-806
>                 URL: https://issues.apache.org/jira/browse/SCB-806
>             Project: Apache ServiceComb
>          Issue Type: Improvement
>          Components: Saga
>            Reporter: Jeremy Xu
>            Priority: Minor
>             Fix For: saga-0.3.0
>
>
> There are some log output setting is not right in Alpha-server, such as the JPA related log is still sent to stand output. 
> alpha-server虽有log4j2.xml,但日志输出并没有按此配置文件输出,另外jpa相关的日志还是直接打到标准输出的。



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)