Erro ao subir aplicação Wildfly10

1 resposta
D

estou aprendendo usar o servidor Wildfly 10, e quando vou subir aplicação com apenas 1 página simples de teste ele não encontra e não apresenta nenhum erro no log.

meu console.

19:26:10,832 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final

19:26:11,788 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

19:26:11,882 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting

19:26:14,948 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found controle-de-servico-0.0.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called controle-de-servico-0.0.1-SNAPSHOT.war.dodeploy

19:26:15,018 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

19:26:15,048 INFO  [org.xnio] (MSC service thread 1-4) XNIO version 3.4.0.Final

19:26:15,065 INFO  [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.4.0.Final

19:26:15,121 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool  38) WFLYCLINF0001: Activating Infinispan subsystem.

19:26:15,164 INFO  [<a href="http://org.wildfly.extension.io">org.wildfly.extension.io</a>] (ServerService Thread Pool  37) WFLYIO001: Worker default has auto-configured to 8 core threads with 64 task threads based on your 4 available processors

19:26:15,113 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.

19:26:15,155 INFO  [org.jboss.as.naming] (ServerService Thread Pool  46) WFLYNAM0001: Activating Naming Subsystem

19:26:15,125 INFO  [org.jboss.as.security] (ServerService Thread Pool  53) WFLYSEC0002: Activating Security Subsystem

19:26:15,167 INFO  [org.jboss.as.jsf] (ServerService Thread Pool  44) WFLYJSF0007: Activated the following JSF Implementations: [main]

19:26:15,128 INFO  [org.jboss.as.webservices] (ServerService Thread Pool  56) WFLYWS0002: Activating WebServices Extension

19:26:15,277 INFO  [org.jboss.as.security] (MSC service thread 1-6) WFLYSEC0001: Current PicketBox version=4.9.6.Final

19:26:15,522 INFO  [org.jboss.as.connector] (MSC service thread 1-7) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)

19:26:15,548 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool  33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

19:26:15,580 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = h2

19:26:15,615 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 1.4.0.Final starting

19:26:15,652 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

19:26:15,660 INFO  [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting Naming Service

19:26:15,818 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.21.Final

19:26:16,052 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool  55) WFLYUT0014: Creating file handler for path C:\Users\dayso\Documents\servidores\wildfly-10.1.0.Final/welcome-content with options [directory-listing: ‘false’, follow-symlink: ‘false’, case-sensitive: ‘true’, safe-symlink-paths: ‘[]’]

19:26:16,134 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.

19:26:16,143 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting

19:26:16,306 INFO  [org.jboss.as.ejb3] (MSC service thread 1-6) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 64 (per class), which is derived from thread worker pool sizing.

19:26:16,311 INFO  [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 16 (per class), which is derived from the number of CPUs on this host.

19:26:16,418 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080

19:26:16,665 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

19:26:16,851 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-3) WFLYDM0111: Keystore C:\Users\dayso\Documents\servidores\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

19:26:16,852 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of controle-de-servico-0.0.1-SNAPSHOT.war (runtime-name: controle-de-servico-0.0.1-SNAPSHOT.war)

19:26:16,871 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Users\dayso\Documents\servidores\wildfly-10.1.0.Final\standalone\deployments

19:26:17,364 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan Chakra 8.2.4.Final

19:26:17,423 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443

19:26:17,792 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:17,808 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  58) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:17,813 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:17,816 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  63) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:17,827 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:17,829 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool  60) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

19:26:19,459 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)

19:26:20,783 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment controle-de-servico-0.0.1-SNAPSHOT.war

19:26:20,956 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final

19:26:21,515 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.5 (Final)

19:26:22,770 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool  60) Inicializando Mojarra 2.2.13.SP1 20160303-1204 para o contexto '/controle-de-servico-0.0.1-SNAPSHOT

19:26:24,371 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool  60) Running on PrimeFaces 6.0

19:26:24,407 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool  60) WFLYUT0021: Registered web context: /controle-de-servico-0.0.1-SNAPSHOT

19:26:24,463 INFO  [org.jboss.as.server] (ServerService Thread Pool  34) WFLYSRV0010: Deployed controle-de-servico-0.0.1-SNAPSHOT.war (runtime-name : controle-de-servico-0.0.1-SNAPSHOT.war)

19:26:24,741 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on <a href="http://127.0.0.1:9990/management">http://127.0.0.1:9990/management</a>

19:26:24,742 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0051: Admin console listening on <a href="http://127.0.0.1:9990">http://127.0.0.1:9990</a>

19:26:24,742 INFO  [<a href="http://org.jboss.as">org.jboss.as</a>] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 14495ms - Started 430 of 678 services (404 services are lazy, passive or on-demand)

1 Resposta

D

alguém??

Criado 9 de dezembro de 2016
Ultima resposta 10 de dez. de 2016
Respostas 1
Participantes 1