Jean Francois Denise created WFLY-12082:
-------------------------------------------
Summary: JDK11, Warning when starting WildFly with logmanager in
bootclasspath
Key: WFLY-12082
URL:
https://issues.jboss.org/browse/WFLY-12082
Project: WildFly
Issue Type: Bug
Components: Logging
Reporter: Jean Francois Denise
Assignee: James Perkins
Using JDK11, add the following property when starting standalone.sh:
-Djboss.modules.system.pkgs=org.jboss.logmanager
-Xbootclasspath/a:$JBOSS_HOME/modules/system/layers/base/org/jboss/logmanager/main/jboss-logmanager-2.1.10.Final.jar:$JBOSS_HOME/modules/system/layers/base/org/wildfly/common/main/wildfly-common-1.5.1.Final.jar
-Djava.util.logging.manager=org.jboss.logmanager.LogManager
-Dsun.util.logging.disableCallerCheck=true
You will notice the following warning:
May 15, 2019 4:49:11 PM java.lang.System$LoggerFinder lambda$accessProvider$0
WARNING: Failed to instantiate LoggerFinder provider; Using default.
To display the root cause add:
-Djdk.logger.finder.error=ERROR
--
This message was sent by Atlassian Jira
(v7.12.1#712002)