Skip to content

Instantly share code, notes, and snippets.

Created October 10, 2017 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/332cfdeef97b600cbdab9160651fc1ca to your computer and use it in GitHub Desktop.
Save anonymous/332cfdeef97b600cbdab9160651fc1ca to your computer and use it in GitHub Desktop.
Log do wildfly
22:40:40,453 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
22:40:41,157 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
22:40:41,275 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting
22:40:43,415 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found livraria.war in deployment directory. To trigger deployment create a file called livraria.war.dodeploy
22:40:43,547 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
22:40:43,571 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.3.4.Final
22:40:43,588 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.4.Final
22:40:43,638 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
22:40:43,641 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.
22:40:43,643 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
22:40:43,646 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
22:40:43,652 INFO [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
22:40:43,658 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 8 core threads with 64 task threads based on your 4 available processors
22:40:43,701 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
22:40:43,723 INFO [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=4.9.4.Final
22:40:43,756 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
22:40:43,806 INFO [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
22:40:43,974 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003: Undertow 1.3.15.Final starting
22:40:43,974 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.3.15.Final starting
22:40:43,994 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = com.mysql
22:40:44,045 INFO [org.jboss.as.naming] (MSC service thread 1-2) WFLYNAM0003: Starting Naming Service
22:40:44,058 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
22:40:44,434 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\Users\Luciano\wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
22:40:44,474 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) 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.
22:40:44,476 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) 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.
22:40:44,644 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0012: Started server default-server.
22:40:44,654 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting
22:40:44,660 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.18.Final
22:40:44,955 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
22:40:45,398 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Users\Luciano\wildfly-10.0.0.Final\standalone\deployments
22:40:45,405 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "livraria.war" (runtime-name: "livraria.war")
22:40:45,576 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:/livrariaDS]
22:40:46,369 INFO [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4)
22:40:46,387 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
22:40:46,853 INFO [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for livraria
22:40:47,095 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'livraria.war#livraria'
22:40:47,215 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
name: livraria
...]
22:40:47,821 INFO [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.0.7.Final}
22:40:47,824 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
22:40:47,828 INFO [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
22:40:47,904 INFO [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 58) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
22:40:47,926 INFO [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 58) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
22:40:48,113 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment livraria.war
22:40:48,213 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-4) HV000001: Hibernate Validator 5.2.3.Final
22:40:48,326 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'LivroDao' in deployment unit 'deployment "livraria.war"' are as follows:
java:global/livraria/LivroDao!br.com.caelum.livraria.dao.LivroDao
java:app/livraria/LivroDao!br.com.caelum.livraria.dao.LivroDao
java:module/LivroDao!br.com.caelum.livraria.dao.LivroDao
java:global/livraria/LivroDao
java:app/livraria/LivroDao
java:module/LivroDao
22:40:48,327 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'Banco' in deployment unit 'deployment "livraria.war"' are as follows:
java:global/livraria/Banco!br.com.caelum.livraria.dao.Banco
java:app/livraria/Banco!br.com.caelum.livraria.dao.Banco
java:module/Banco!br.com.caelum.livraria.dao.Banco
java:global/livraria/Banco
java:app/livraria/Banco
java:module/Banco
22:40:48,327 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'AutorDao' in deployment unit 'deployment "livraria.war"' are as follows:
java:global/livraria/AutorDao!br.com.caelum.livraria.dao.AutorDao
java:app/livraria/AutorDao!br.com.caelum.livraria.dao.AutorDao
java:module/AutorDao!br.com.caelum.livraria.dao.AutorDao
java:global/livraria/AutorDao
java:app/livraria/AutorDao
java:module/AutorDao
22:40:48,327 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UsuarioDao' in deployment unit 'deployment "livraria.war"' are as follows:
java:global/livraria/UsuarioDao!br.com.caelum.livraria.dao.UsuarioDao
java:app/livraria/UsuarioDao!br.com.caelum.livraria.dao.UsuarioDao
java:module/UsuarioDao!br.com.caelum.livraria.dao.UsuarioDao
java:global/livraria/UsuarioDao
java:app/livraria/UsuarioDao
java:module/UsuarioDao
22:40:48,586 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.
22:40:48,588 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.
22:40:48,589 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.
22:40:48,589 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.
22:40:48,610 INFO [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0006: Starting Services for CDI deployment: livraria.war
22:40:48,669 INFO [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900: 2.3.2 (Final)
22:40:48,718 INFO [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0009: Starting weld service for deployment livraria.war
22:40:49,041 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 59) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'livraria.war#livraria'
22:40:49,163 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started client-mappings cache from ejb container
22:40:49,296 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 59) HHH000400: Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
22:40:49,421 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 59) Envers integration enabled? : true
22:40:50,163 INFO [org.hibernate.tool.hbm2ddl.SchemaUpdate] (ServerService Thread Pool -- 59) HHH000228: Running hbm2ddl schema update
22:40:50,393 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "ExampleDS")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"org.wildfly.data-source.ExampleDS is missing [jboss.jdbc-driver.h2]",
"jboss.driver-demander.java:jboss/datasources/ExampleDS is missing [jboss.jdbc-driver.h2]"
]}
22:40:50,397 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "livraria.war")]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
"Services that were unable to start:" => [
"jboss.deployment.unit.\"livraria.war\".CdiValidatorFactoryService",
"jboss.deployment.unit.\"livraria.war\".WeldStartService",
"jboss.deployment.unit.\"livraria.war\".component.AutorDao.START",
"jboss.deployment.unit.\"livraria.war\".component.AutorDao.WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.AutorDao.WeldInterceptorBindingsService",
"jboss.deployment.unit.\"livraria.war\".component.Banco.START",
"jboss.deployment.unit.\"livraria.war\".component.Banco.WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.Banco.WeldInterceptorBindingsService",
"jboss.deployment.unit.\"livraria.war\".component.LivroDao.START",
"jboss.deployment.unit.\"livraria.war\".component.LivroDao.WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.LivroDao.WeldInterceptorBindingsService",
"jboss.deployment.unit.\"livraria.war\".component.UsuarioDao.START",
"jboss.deployment.unit.\"livraria.war\".component.UsuarioDao.WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.UsuarioDao.WeldInterceptorBindingsService",
"jboss.deployment.unit.\"livraria.war\".component.\"com.sun.faces.config.ConfigureListener\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"com.sun.faces.config.ConfigureListener\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.faces.webapp.FacetTag\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.faces.webapp.FacetTag\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"javax.servlet.jsp.jstl.tlv.ScriptFreeTLV\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"org.jboss.weld.servlet.WeldInitialListener\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".START",
"jboss.deployment.unit.\"livraria.war\".component.\"org.jboss.weld.servlet.WeldTerminalListener\".WeldInstantiator",
"jboss.deployment.unit.\"livraria.war\".deploymentCompleteService",
"jboss.deployment.unit.\"livraria.war\".jndiDependencyService",
"jboss.deployment.unit.\"livraria.war\".moduleDeploymentRuntimeInformationStart",
"jboss.naming.context.java.module.livraria.livraria.DefaultDataSource",
"jboss.undertow.deployment.default-server.default-host./livraria",
"jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService"
],
"Services that may be the cause:" => ["jboss.jdbc-driver.h2"]
}}
22:40:50,399 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datasources"),
("data-source" => "ExampleDS")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"org.wildfly.data-source.ExampleDS is missing [jboss.jdbc-driver.h2]",
"jboss.driver-demander.java:jboss/datasources/ExampleDS is missing [jboss.jdbc-driver.h2]",
"org.wildfly.data-source.ExampleDS is missing [jboss.jdbc-driver.h2]"
]}
22:40:50,459 INFO [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "livraria.war" (runtime-name : "livraria.war")
22:40:50,471 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.jdbc-driver.h2 (missing) dependents: [service org.wildfly.data-source.ExampleDS, service jboss.driver-demander.java:jboss/datasources/ExampleDS]
22:40:50,622 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
22:40:50,623 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
22:40:50,623 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 10840ms - Started 418 of 724 services (36 services failed or missing dependencies, 383 services are lazy, passive or on-demand)
22:40:50,666 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 18) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'livraria.war#livraria'
22:40:50,707 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 18) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'livraria.war#livraria'
22:40:50,715 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0028: Stopped deployment livraria.war (runtime-name: livraria.war) in 59ms
22:40:50,719 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 12) WFLYCLINF0003: Stopped client-mappings cache from ejb container
22:40:50,805 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "livraria.war" (runtime-name: "livraria.war")
22:40:50,809 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.deployment.unit."livraria.war".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInstantiator, service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator, service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInterceptorBindingsService, service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator, WFLYCTL0208: ... and 13 more ]
service jboss.deployment.unit."livraria.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInstantiator, service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator, service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInterceptorBindingsService, service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, WFLYCTL0208: ... and 14 more ]
service jboss.deployment.unit."livraria.war".component.AutorDao.CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component.AutorDao.START]
service jboss.deployment.unit."livraria.war".component.AutorDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component.AutorDao.START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformationStart, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component.AutorDao.VIEW."br.com.caelum.livraria.dao.AutorDao".LOCAL (missing) dependents: [service jboss.deployment.unit."livraria.war".component.AutorDao.START]
service jboss.deployment.unit."livraria.war".component.AutorDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component.AutorDao.START]
service jboss.deployment.unit."livraria.war".component.AutorDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.AutorDao.WeldInstantiator]
service jboss.deployment.unit."livraria.war".component.AutorDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."livraria.war".component.AutorDao.START]
service jboss.deployment.unit."livraria.war".component.Banco.CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START]
service jboss.deployment.unit."livraria.war".component.Banco.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component.Banco.START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformationStart, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component.Banco.VIEW."br.com.caelum.livraria.dao.Banco".LOCAL (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START]
service jboss.deployment.unit."livraria.war".component.Banco.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START]
service jboss.deployment.unit."livraria.war".component.Banco.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.WeldInstantiator]
service jboss.deployment.unit."livraria.war".component.Banco.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START]
service jboss.deployment.unit."livraria.war".component.LivroDao.CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component.LivroDao.START]
service jboss.deployment.unit."livraria.war".component.LivroDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component.LivroDao.START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformationStart, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component.LivroDao.VIEW."br.com.caelum.livraria.dao.LivroDao".LOCAL (missing) dependents: [service jboss.deployment.unit."livraria.war".component.LivroDao.START]
service jboss.deployment.unit."livraria.war".component.LivroDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component.LivroDao.START]
service jboss.deployment.unit."livraria.war".component.LivroDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.LivroDao.WeldInstantiator]
service jboss.deployment.unit."livraria.war".component.LivroDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."livraria.war".component.LivroDao.START]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.START]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformationStart, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.VIEW."br.com.caelum.livraria.dao.UsuarioDao".LOCAL (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.START]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.START]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.WeldInstantiator]
service jboss.deployment.unit."livraria.war".component.UsuarioDao.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.unit."livraria.war".component.UsuarioDao.START]
service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".START]
service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".START]
service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".START]
service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.faces.webapp.FacetTag".START]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".START]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldInitialListener".START]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (missing) dependents: [service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".JndiBindingsService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./livraria, service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]
service jboss.deployment.unit."livraria.war".ee.ComponentRegistry (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService]
service jboss.deployment.unit."livraria.war".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START, service jboss.deployment.unit."livraria.war".component."org.jboss.weld.servlet.WeldTerminalListener".START, service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".START, service jboss.deployment.unit."livraria.war".component.AutorDao.START, WFLYCTL0208: ... and 8 more ]
service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformation (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START, service jboss.deployment.unit."livraria.war".component.AutorDao.START, service jboss.deployment.unit."livraria.war".component.UsuarioDao.START, service jboss.deployment.unit."livraria.war".moduleDeploymentRuntimeInformationStart, WFLYCTL0208: ... and 2 more ]
service jboss.naming.context.java.app.livraria.env (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.BeanManager (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.DefaultContextService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.DefaultDataSource (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.DefaultManagedExecutorService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.DefaultManagedScheduledExecutorService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.DefaultManagedThreadFactory (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.EJBContext (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.TimerService (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.TransactionSynchronizationRegistry (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.UserTransaction (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.env (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService]
service jboss.naming.context.java.module.livraria.livraria.env."br.com.caelum.livraria.dao.AutorDao".manager (missing) dependents: [service jboss.deployment.unit."livraria.war".jndiDependencyService, service jboss.deployment.unit."livraria.war".component.AutorDao.START]
service jboss.persistenceunit."livraria.war#livraria" (missing) dependents: [service jboss.deployment.unit."livraria.war".component.Banco.START, service jboss.deployment.unit."livraria.war".component."com.sun.faces.config.ConfigureListener".START, service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService, service jboss.deployment.unit."livraria.war".component.AutorDao.START, WFLYCTL0208: ... and 9 more ]
service jboss.undertow.deployment.default-server.default-host./livraria (missing) dependents: [service jboss.deployment.unit."livraria.war".deploymentCompleteService]
service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria]
service jboss.undertow.deployment.default-server.default-host./livraria.codec (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService]
service jboss.undertow.deployment.default-server.default-host./livraria.session (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService]
service org.wildfly.request-controller.control-point."livraria.war".undertow (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./livraria.UndertowDeploymentInfoService]
22:40:55,532 INFO [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found livraria.war in deployment directory. To trigger deployment create a file called livraria.war.dodeploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment