0 Replies Latest reply on Oct 18, 2016 3:02 PM by jonvoss

    Wildfly 8.2.1 hangs on startup

    jonvoss

      We're having an issue with Wildfly 8.2.1 on Windows 2012 R2 where it hangs at the web context registration on startup after a server reboot. The tail of our server.log looks like this:

       

      2016-10-14 03:33:05,065 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017534: Registered web context: /WebTimeClock

      2016-10-14 03:33:05,065 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /XMLLCE

      2016-10-14 03:33:05,236 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-2) Initializing Mojarra (1.2_15-20100816-SNAPSHOT) for context '/bcomm'

      2016-10-14 03:33:11,215 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017534: Registered web context: /bcomm

       

      If I stop the java.exe process and start Wildfly again, it starts successfully. We're running Wildfly as a Windows service and it's set to Automatic (Delayed) in service manager.

      I haven't seen this in our non-production environments running the same application, only our production environment - typically after Windows Updates run in the middle of the night, and it seems to only happen intermittently.

       

      Has anyone else encountered this issue?