[wildfly-dev] Equivalent to -Xbootclasspath/p:jboss-logmanager-2.0.7.Final.jar in Java 9

James Perkins jperkins at redhat.com
Tue Sep 26 20:04:08 EDT 2017


There is a system property you need to add to the JAVA_OPTS IIRC. Try
adding "-Dsun.util.logging.disableCallerCheck=true". This should avoid the
weird issues with the log manager.

On Tue, Sep 26, 2017 at 2:18 PM, Fabian Stäber <fabian at fstab.de> wrote:

> Hello,
>
> sorry if this is the wrong place to ask, but I am trying to run a Java
> agent with Wildfly 11 and Java 9. In previous Java versions, I had to add
> -Xbootclasspath/p:jboss-logmanager-2.0.7.Final.jar to JAVA_OPTS to make
> sure the Wildfly java.util.logging.manager implementation is available to
> the agent.
>
> I understand that in Java 9 the -Xbootclasspath/p option is replaced with
> the --patch-module option. However, I am having trouble to figure out how
> to use this option.
>
> What is the equivalent to -Xbootclasspath/p:jboss-logmanager-2.0.7.Final.jar
> is in Java 9 with Wildfly 11?
>
> Thanks a lot
> Fabian
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>



-- 
James R. Perkins
JBoss by Red Hat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20170926/c32336a7/attachment.html 


More information about the wildfly-dev mailing list