5 Replies Latest reply on Sep 15, 2016 12:36 PM by jamezp

    Wildfly 10 hanging

    yoram2

      All,

       

      I'm trying to evaluate moving from tomcat 8 to wildfly 10. I used one of our webapp (.war) as a test. I got the error for jndi to datasource and sorted it. I'm now trying to deploy the app, looking for the next error but it shows "Your request is being processed ..." and stays there. I put the log in trace but no log

       

      09:52:39,279 DEBUG [org.jboss.as.config] (MSC service thread 1-6) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/home/yoram/Downloads/wildfly-10.1.0.Final/standalone/log/server.log -Dlogging.configuration=file:/home/yoram/Downloads/wildfly-10.1.0.Final/standalone/configuration/logging.properties

      09:52:40,065 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

      09:52:40,080 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.0.Final

      09:52:40,100 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.0.Final

      09:52:40,185 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

      09:52:41,337 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-1) WFLYDM0111: Keystore /home/yoram/Downloads/wildfly-10.1.0.Final/standalone/configuration/application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost

       

      How can I find out what is wrong?

       

      Yoram