5 Replies Latest reply on Jan 30, 2020 5:07 AM by spulatkan

    After MacOS Mojave update Wildfly is very slow to start.

    jdafi

      I use Wildfly 13.0.0 but after Mojave upgrade the startup is very slow, Wildfly is the only application with this issue.

       

      To be sure the problem isn't related to my wars I have download a new Wildfly 14 zip and started it without any deployed war or modification but also this clean "installation" is slow.

       

      The main problem is the delay before any log printed message and between the [org.jboss.modules] and [org.jboss.msc] logs, the time between these two logs output is about 30 seconds

       

      08:06:10,667 INFO  [org.jboss.modules] (main) JBoss Modules version 1.8.6.Final

      08:06:41,052 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.3.Final

       

      I'm unable to detect where is the problem, any idea?

       

      What can I do to debug the problem?

       

      Environment

       

      *CLEAN* wildfly-14.0.1.Final installation

      jdk1.8.0_152

      MacOS Mojave 10.14.1 (18B75)

       

      TIA