[ https://issues.apache.org/jira/browse/JAMES-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17144874#comment-17144874 ]
Ioan Eugen Stan commented on JAMES-3281: ---------------------------------------- We need to check what OpenJPA is ussing for logging and provide a bridge from that -> slf4j / logback . > Remove rogue log entries > ------------------------ > > Key: JAMES-3281 > URL: https://issues.apache.org/jira/browse/JAMES-3281 > Project: James Server > Issue Type: Sub-task > Reporter: David Leangen > Priority: Major > > There are some log entires that are somehow out-of-scope of logback. It could > just be my misunderstanding of logback configuration, but even setting all > logging to NONE does not remove these entries: > {noformat} > james_1 | WARNING: An illegal reflective access operation has occurred > james_1 | WARNING: Illegal reflective access by > com.google.inject.internal.cglib.core.$ReflectUtils$1 > (file:/opt/apache-james/james-basic-server/lib/guice-4.2.2.jar) to method > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > james_1 | WARNING: Please consider reporting this to the maintainers of > com.google.inject.internal.cglib.core.$ReflectUtils$1 > james_1 | WARNING: Use --illegal-access=warn to enable warnings of further > illegal reflective access operations > james_1 | WARNING: All illegal access operations will be denied in a future > release > james_1 | 46 Global WARN [main] openjpa.Runtime - Could not create the > optional validation provider. Reason returned: "A default ValidatorFactory > could not be created." > james_1 | 1054 Global INFO [main] openjpa.Runtime - Starting OpenJPA > 3.1.0 > james_1 | 1134 Global INFO [main] openjpa.jdbc.JDBC - Using dictionary > class "org.apache.openjpa.jdbc.sql.DerbyDictionary". > james_1 | 2446 Global INFO [main] openjpa.jdbc.JDBC - Connected to > Apache Derby version 10.10 using JDBC driver Apache Derby Embedded JDBC > Driver version 10.14.2.0 - (1828579). > {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org