5 Replies Latest reply on Sep 13, 2018 5:14 PM by claudio4j

    Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.

    andersonfonseca

      Olá pessoal!

      Sou iniciante no Wildfly e não consigo iniciar um aplicativo deployado.

      Estou usando a versão 13 em cluster.

      Sou iniciante no Wildfly e não consigo iniciar um aplicativo deployado.

        • 1. Re: Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.
          claudio4j

          Oi Anderson, você poder ver o log em: Runtime -> Server group -> Server -> Log Files -> server.log

          Abra o log e procure o erro, terá uma mensagem mais detalhada sobre o problema.

          • 2. Re: Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.
            andersonfonseca

            2018-09-12 17:34:16,766 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0019: Stopped Driver service with driver-name = cobranca.war_com.mysql.jdbc.Driver_5_1

            2018-09-12 17:34:16,813 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment cobranca.war (runtime-name: cobranca.war) in 51ms

            2018-09-12 17:34:16,815 INFO  [org.jboss.as.controller] (ServerService Thread Pool -- 77) WFLYCTL0183: Service status report

            WFLYCTL0186:   Services which failed to start:      service org.wildfly.network.interface.private

             

             

            2018-09-12 17:49:47,432 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0236: Suspending server with no timeout.

            2018-09-12 17:49:47,434 INFO  [org.jboss.as.ejb3] (Thread-2) WFLYEJB0493: EJB subsystem suspension complete

            2018-09-12 17:49:47,438 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal

            2018-09-12 17:49:47,469 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow AJP listener ajp suspending

            2018-09-12 17:49:47,470 INFO  [org.jboss.modcluster] (ServerService Thread Pool -- 77) MODCLUSTER000002: Initiating mod_cluster shutdown

            2018-09-12 17:49:47,475 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 172.20.2.52:8209

            2018-09-12 17:49:47,477 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow HTTPS listener https suspending

            2018-09-12 17:49:47,489 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]

            2018-09-12 17:49:47,490 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 172.20.2.52:8643

            2018-09-12 17:49:47,490 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0008: Undertow HTTP listener default suspending

            2018-09-12 17:49:47,498 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 172.20.2.52:8280

            2018-09-12 17:49:47,490 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping

            2018-09-12 17:49:47,500 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 2.0.9.Final stopping

            2018-09-12 17:49:47,500 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0019: Stopped Driver service with driver-name = h2

            2018-09-12 17:49:47,539 INFO  [org.jboss.as] (MSC service thread 1-5) WFLYSRV0050: WildFly Full 13.0.0.Final (WildFly Core 5.0.0.Final) stopped in 76ms

            • 3. Re: Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.
              claudio4j

              Procure o 1o erro ao realizar o deploy. Esse log que você mostrou, é após o erro inicial.

              • 4. Re: Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.
                andersonfonseca

                Pessoal sera que por causa da interface de rede?

                • 5. Re: Erro ao iniciar aplicativo deployado no Cluster Wildfly 13.
                  claudio4j

                  Olhe o arquivo de log desde o início e procure por erros.