添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Hi,

I'm facing the following problem when I try to deploy my app using wildfly 9 as a windows service.

The Service starts and I can access the console but the module is not deployed and according to the logs it says that the database is missing a table so the deployment failed.

If I run the Standalone.bat the service is started and the module is loaded correctly without errors. I've checked the SQL database and the table is there.

Do you know what is the difference between manually running the standalone.bat and having windows run it as a service? Anything I can try to fix this?

Logs:

--------------------------WORKS---------------------------

2016-01-28 08:35:14,237 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) starting

2016-01-28 08:35:14,241 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:

awt.toolkit = sun.awt.windows.WToolkit

file.encoding = Cp1252

file.encoding.pkg = sun.io

file.separator = \

java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment

java.awt.printerjob = sun.awt.windows.WPrinterJob

java.class.path = C:\Program Files\eclipse\wildfly-9.0.1.Final\jboss-modules.jar

java.class.version = 52.0

java.endorsed.dirs = C:\Program Files\Java\jdk1.8.0_66\jre\lib\endorsed

java.ext.dirs = C:\Program Files\Java\jdk1.8.0_66\jre\lib\ext;C:\Windows\Sun\Java\lib\ext

java.home = C:\Program Files\Java\jdk1.8.0_66\jre

java.io.tmpdir = C:\Users\TEMP\AppData\Local\Temp\

java.library.path = C:\Program Files\Java\jdk1.8.0_66\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl\site\bin;C:\Perl\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\ntutils\tools;.

java.net.preferIPv4Stack = true

java.runtime.name = Java(TM) SE Runtime Environment

java.runtime.version = 1.8.0_66-b17

java.specification.name = Java Platform API Specification

java.specification.vendor = Oracle Corporation

java.specification.version = 1.8

java.util.logging.manager = org.jboss.logmanager.LogManager

java.vendor = Oracle Corporation

java.vendor.url = http://java.oracle.com/

java.vendor.url.bug = http://bugreport.sun.com/bugreport/

java.version = 1.8.0_66

java.vm.info = mixed mode

java.vm.name = Java HotSpot(TM) 64-Bit Server VM

java.vm.specification.name = Java Virtual Machine Specification

java.vm.specification.vendor = Oracle Corporation

java.vm.specification.version = 1.8

java.vm.vendor = Oracle Corporation

java.vm.version = 25.66-b17

javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder

javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory

javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory

javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory

javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory

javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory

javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory

javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory

javax.xml.validation.SchemaFactory: http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory

javax.xml.xpath.XPathFactory: http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory

jboss.home.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final

jboss.host.name = hoewap64

jboss.modules.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\modules

jboss.modules.system.pkgs = org.jboss.byteman

jboss.node.name = hoewap64

jboss.qualified.host.name = hoewap64

jboss.server.base.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone

jboss.server.config.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration

jboss.server.data.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data

jboss.server.deploy.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\content

jboss.server.log.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log

jboss.server.name = hoewap64

jboss.server.persist.config = true

jboss.server.temp.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\tmp

line.separator =

logging.configuration = file:C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration/logging.properties

module.path = C:\Program Files\eclipse\wildfly-9.0.1.Final\modules

org.jboss.boot.log.file = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log\server.log

org.jboss.resolver.warning = true

org.xml.sax.driver = __redirected.__XMLReaderFactory

os.arch = amd64

os.name = Windows Server 2012 R2

os.version = 6.3

path.separator = ;

program.name = standalone.bat

sun.arch.data.model = 64

sun.boot.class.path = C:\Program Files\Java\jdk1.8.0_66\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_66\jre\classes

sun.boot.library.path = C:\Program Files\Java\jdk1.8.0_66\jre\bin

sun.cpu.endian = little

sun.cpu.isalist = amd64

sun.desktop = windows

sun.io.unicode.encoding = UnicodeLittle

sun.java.command = C:\Program Files\eclipse\wildfly-9.0.1.Final\jboss-modules.jar -mp C:\Program Files\eclipse\wildfly-9.0.1.Final\modules org.jboss.as.standalone -Djboss.home.dir=C:\Program Files\eclipse\wildfly-9.0.1.Final --server-config=standalone-full.xml

sun.java.launcher = SUN_STANDARD

sun.jnu.encoding = Cp1252

sun.management.compiler = HotSpot 64-Bit Tiered Compilers

sun.os.patch.level =

sun.stderr.encoding = cp437

sun.stdout.encoding = cp437

user.country = US

user.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\bin

user.home = C:\Users\TEMP

user.language = en

user.name = RPERALT

user.script =

user.timezone = America/Chicago

user.variant =

2016-01-28 08:35:14,249 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration/logging.properties

2016-01-28 08:35:19,301 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 23) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:35:19,312 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 23) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=SQLSERVERNDVT' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:35:19,330 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 25) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:35:19,335 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0015: Re-attempting failed deployment NDVT.ear

2016-01-28 08:35:19,339 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found serverEAR.ear in deployment directory. To trigger deployment create a file called serverEAR.ear.dodeploy

2016-01-28 08:35:24,679 INFO  [org.jboss.as.repository] (ServerService Thread Pool -- 22) WFLYDR0001: Content added at location C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\content\71\bb54cd29d62fd1e668f7f18b8dbc7186a5d990\content

2016-01-28 08:35:24,728 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

2016-01-28 08:35:24,830 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.1.Final

2016-01-28 08:35:24,841 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.1.Final

2016-01-28 08:35:24,917 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.9.Final

2016-01-28 08:35:25,610 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 61) WFLYWS0002: Activating WebServices Extension

2016-01-28 08:35:25,788 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0003: Undertow 1.2.9.Final starting

2016-01-28 08:35:25,861 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0014: Creating file handler for path C:\Program Files\eclipse\wildfly-9.0.1.Final/welcome-content

2016-01-28 08:35:26,221 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 59) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

2016-01-28 08:35:26,284 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 58) WFLYSEC0002: Activating Security Subsystem

2016-01-28 08:35:26,355 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 51) WFLYNAM0001: Activating Naming Subsystem

2016-01-28 08:35:26,486 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 47) WFLYJSF0007: Activated the following JSF Implementations: [main]

2016-01-28 08:35:26,987 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 41) WFLYIIOP0001: Activating IIOP Subsystem

2016-01-28 08:35:27,063 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 40) WFLYCLINF0001: Activating Infinispan subsystem.

2016-01-28 08:35:27,399 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 39) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors

2016-01-28 08:35:27,637 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

2016-01-28 08:35:27,920 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.2.9.Final starting

2016-01-28 08:35:28,420 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0004: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 4.0)

2016-01-28 08:35:28,455 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0005: Deploying non-JDBC-compliant driver class net.sourceforge.jtds.jdbc.Driver (version 1.3)

2016-01-28 08:35:29,114 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.4.Final)

2016-01-28 08:35:29,318 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.2.Final

2016-01-28 08:35:30,906 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service

2016-01-28 08:35:30,909 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = jTDS

2016-01-28 08:35:30,911 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = sqljdbc

2016-01-28 08:35:30,917 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = h2

2016-01-28 08:35:30,939 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-1) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

2016-01-28 08:35:31,028 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\deployments

2016-01-28 08:35:31,047 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "NDVT.ear" (runtime-name: "NDVT.ear")

2016-01-28 08:35:31,063 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.

2016-01-28 08:35:31,300 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-1) WFLYIIOP0009: CORBA ORB Service started

2016-01-28 08:35:33,635 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0018: Host default-host starting

2016-01-28 08:35:34,634 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on /0.0.0.0:8080

2016-01-28 08:35:35,691 WARN  [org.jboss.as.messaging] (MSC service thread 1-1) WFLYMSG0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.

2016-01-28 08:35:35,711 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "NDVTDatabase.jar")

2016-01-28 08:35:35,713 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "NDVTWeb.war")

2016-01-28 08:35:35,883 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final

2016-01-28 08:35:35,894 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingpaging)

2016-01-28 08:35:35,900 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221006: Waiting to obtain live lock

2016-01-28 08:35:35,923 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221013: Using NIO Journal

2016-01-28 08:35:36,006 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support CORE

2016-01-28 08:35:36,012 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support AMQP

2016-01-28 08:35:36,015 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support STOMP

2016-01-28 08:35:36,503 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221034: Waiting to obtain live lock

2016-01-28 08:35:36,505 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221035: Live Server Obtained live lock

2016-01-28 08:35:36,516 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/SQLSERVERNDVT]

2016-01-28 08:35:36,517 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

2016-01-28 08:35:37,595 INFO  [org.jboss.messaging] (MSC service thread 1-2) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor

2016-01-28 08:35:37,598 INFO  [org.jboss.messaging] (MSC service thread 1-2) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor

2016-01-28 08:35:37,666 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for NDVT

2016-01-28 08:35:39,819 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVT.ear

2016-01-28 08:35:39,900 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.1.3.Final

2016-01-28 08:35:39,990 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221007: Server is now live

2016-01-28 08:35:39,992 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221001: HornetQ Server version 2.4.7.Final (2.4.7.Final, 124) [7894e9b2-399a-11e5-8bca-0ba0d16bc055]

2016-01-28 08:35:40,279 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0007: Registered connection factory java:/JmsXA

2016-01-28 08:35:40,417 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVTDatabase.jar

2016-01-28 08:35:40,426 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named ControllerDevices in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/ControllerDevices!controller.ControllerDevices

java:app/NDVTDatabase/ControllerDevices!controller.ControllerDevices

java:module/ControllerDevices!controller.ControllerDevices

java:global/NDVT/NDVTDatabase/ControllerDevices

java:app/NDVTDatabase/ControllerDevices

java:module/ControllerDevices

2016-01-28 08:35:40,433 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named AdminDevicesBean in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/AdminDevicesBean!ejbs.AdminDevicesBean

java:app/NDVTDatabase/AdminDevicesBean!ejbs.AdminDevicesBean

java:module/AdminDevicesBean!ejbs.AdminDevicesBean

java:global/NDVT/NDVTDatabase/AdminDevicesBean

java:app/NDVTDatabase/AdminDevicesBean

java:module/AdminDevicesBean

2016-01-28 08:35:40,440 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named ControllerRequest in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/ControllerRequest!controller.ControllerRequest

java:app/NDVTDatabase/ControllerRequest!controller.ControllerRequest

java:module/ControllerRequest!controller.ControllerRequest

java:global/NDVT/NDVTDatabase/ControllerRequest

java:app/NDVTDatabase/ControllerRequest

java:module/ControllerRequest

2016-01-28 08:35:40,524 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVTWeb.war

2016-01-28 08:35:40,880 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0006: Starting Services for CDI deployment: NDVT.ear

2016-01-28 08:35:40,922 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.2.14 (Final)

2016-01-28 08:35:41,347 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'NDVT.ear/NDVTDatabase.jar#NDVT'

2016-01-28 08:35:41,350 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 72) HQ221003: trying to deploy queue jms.queue.DLQ

2016-01-28 08:35:41,730 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0009: Starting weld service for deployment NDVT.ear

2016-01-28 08:35:41,998 INFO  [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started

2016-01-28 08:35:42,008 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra

2016-01-28 08:35:42,233 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

2016-01-28 08:35:42,235 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) WFLYMSG0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

2016-01-28 08:35:42,262 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 66) HHH000204: Processing PersistenceUnitInfo [

name: NDVT

...]

2016-01-28 08:35:42,402 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 66) HHH000412: Hibernate Core {4.3.10.Final}

2016-01-28 08:35:42,404 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000206: hibernate.properties not found

2016-01-28 08:35:42,422 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000021: Bytecode provider name : javassist

2016-01-28 08:35:42,548 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'NDVT.ear/NDVTDatabase.jar#NDVT'

2016-01-28 08:35:42,651 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 64) WFLYMSG0002: Bound messaging object to jndi name java:/ConnectionFactory

2016-01-28 08:35:42,679 INFO  [org.hornetq.jms.server] (ServerService Thread Pool -- 71) HQ121005: Invalid "host" value "0.0.0.0" detected for "http-connector" connector. Switching to "HOEWAP64". If this new address is incorrect please manually configure the connector to use the proper one.

2016-01-28 08:35:42,683 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 71) WFLYMSG0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

2016-01-28 08:35:42,697 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 66) HCANN000001: Hibernate Commons Annotations {4.0.5.Final}

2016-01-28 08:35:42,869 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect

2016-01-28 08:35:42,890 INFO  [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 66) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4

2016-01-28 08:35:43,118 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 66) HHH000397: Using ASTQueryTranslatorFactory

2016-01-28 08:35:43,881 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 66) HHH000229: Running schema validator

2016-01-28 08:35:43,883 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 66) HHH000102: Fetching database metadata

2016-01-28 08:35:43,908 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.Circuit

2016-01-28 08:35:43,910 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [carrier, remote_host_name, bandwidth, local_port, remote_ip_address, remote_port, linktype, circuit_id, id, device, local_ip_address]

2016-01-28 08:35:43,933 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.Devices

2016-01-28 08:35:43,934 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [country, polr account, serial number, city, product categorization tier 1, product categorization tier 3, product categorization tier 2, circuitdb, site code, hostname, bna, vendor, ngenius, statseeker, model, id, state, ipdns, owner, overall status, bna cmdb match serial, ci name, nnm, ppm, bna serial number, ip address, online, region, esm, status]

2016-01-28 08:35:43,960 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.FunctionCodes

2016-01-28 08:35:43,962 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [id, function code]

2016-01-28 08:35:43,985 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.Sites

2016-01-28 08:35:43,986 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [site code, country, city, country code, id, region, site name]

2016-01-28 08:35:44,002 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.SubFunctionCodes

2016-01-28 08:35:44,020 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [esm support group, id, sub function code, function code]

2016-01-28 08:35:44,058 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000261: Table found: NDVT.dbo.Hibernate_sequence

2016-01-28 08:35:44,060 INFO  [org.hibernate.tool.hbm2ddl.TableMetadata] (ServerService Thread Pool -- 66) HHH000037: Columns: [column1]

2016-01-28 08:35:45,859 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 66) WFLYUT0021: Registered web context: /NDVTWeb

2016-01-28 08:35:45,992 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 36) WFLYSRV0010: Deployed "NDVT.ear" (runtime-name : "NDVT.ear")

2016-01-28 08:35:46,876 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management

2016-01-28 08:35:46,877 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990

2016-01-28 08:35:46,878 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) started in 33658ms - Started 552 of 734 services (259 services are lazy, passive or on-demand)

----------------------FAILS-----------------------

2016-01-28 08:28:06,188 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) starting

2016-01-28 08:28:06,193 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:

awt.toolkit = sun.awt.windows.WToolkit

file.encoding = Cp1252

file.encoding.pkg = sun.io

file.separator = \

java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment

java.awt.printerjob = sun.awt.windows.WPrinterJob

java.class.path = C:\Program Files\eclipse\wildfly-9.0.1.Final\jboss-modules.jar

java.class.version = 52.0

java.endorsed.dirs = C:\Program Files\Java\jdk1.8.0_66\jre\lib\endorsed

java.ext.dirs = C:\Program Files\Java\jdk1.8.0_66\jre\lib\ext;C:\Windows\Sun\Java\lib\ext

java.home = C:\Program Files\Java\jdk1.8.0_66\jre

java.io.tmpdir = C:\Users\SARPER~1\AppData\Local\Temp\

java.library.path = C:\Program Files\Java\jdk1.8.0_66\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Perl\site\bin;C:\Perl\bin;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\ntutils\tools;.

java.net.preferIPv4Stack = true

java.runtime.name = Java(TM) SE Runtime Environment

java.runtime.version = 1.8.0_66-b17

java.specification.name = Java Platform API Specification

java.specification.vendor = Oracle Corporation

java.specification.version = 1.8

java.util.logging.manager = org.jboss.logmanager.LogManager

java.vendor = Oracle Corporation

java.vendor.url = http://java.oracle.com/

java.vendor.url.bug = http://bugreport.sun.com/bugreport/

java.version = 1.8.0_66

java.vm.info = mixed mode

java.vm.name = Java HotSpot(TM) 64-Bit Server VM

java.vm.specification.name = Java Virtual Machine Specification

java.vm.specification.vendor = Oracle Corporation

java.vm.specification.version = 1.8

java.vm.vendor = Oracle Corporation

java.vm.version = 25.66-b17

javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder

javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory

javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory

javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory

javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory

javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory

javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory

javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory

javax.xml.validation.SchemaFactory: http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory

javax.xml.xpath.XPathFactory: http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory

jboss.home.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final

jboss.host.name = hoewap64

jboss.modules.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\modules

jboss.modules.system.pkgs = org.jboss.byteman

jboss.node.name = hoewap64

jboss.qualified.host.name = hoewap64

jboss.server.base.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone

jboss.server.config.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration

jboss.server.data.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data

jboss.server.deploy.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\content

jboss.server.log.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log

jboss.server.name = hoewap64

jboss.server.persist.config = true

jboss.server.temp.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\tmp

line.separator =

logging.configuration = file:C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration/logging.properties

module.path = C:\Program Files\eclipse\wildfly-9.0.1.Final\modules

org.jboss.boot.log.file = C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log\server.log

org.jboss.resolver.warning = true

org.xml.sax.driver = __redirected.__XMLReaderFactory

os.arch = amd64

os.name = Windows Server 2012 R2

os.version = 6.3

path.separator = ;

program.name = standalone.bat

sun.arch.data.model = 64

sun.boot.class.path = C:\Program Files\Java\jdk1.8.0_66\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_66\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_66\jre\classes

sun.boot.library.path = C:\Program Files\Java\jdk1.8.0_66\jre\bin

sun.cpu.endian = little

sun.cpu.isalist = amd64

sun.desktop = windows

sun.io.unicode.encoding = UnicodeLittle

sun.java.command = C:\Program Files\eclipse\wildfly-9.0.1.Final\jboss-modules.jar -mp C:\Program Files\eclipse\wildfly-9.0.1.Final\modules org.jboss.as.standalone -Djboss.home.dir=C:\Program Files\eclipse\wildfly-9.0.1.Final --server-config=standalone-full.xml

sun.java.launcher = SUN_STANDARD

sun.jnu.encoding = Cp1252

sun.management.compiler = HotSpot 64-Bit Tiered Compilers

sun.os.patch.level =

user.country = US

user.dir = C:\Program Files\eclipse\wildfly-9.0.1.Final\bin

user.home = C:\Users\sarperalt

user.language = en

user.name = sarperalt

user.script =

user.timezone = America/Chicago

user.variant =

2016-01-28 08:28:06,201 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\configuration/logging.properties

2016-01-28 08:28:11,222 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 22) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=ExampleDS' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:28:11,230 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 22) WFLYCTL0028: Attribute 'enabled' in the resource at address '/subsystem=datasources/data-source=SQLSERVERNDVT' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:28:11,239 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 24) WFLYCTL0028: Attribute 'job-repository-type' in the resource at address '/subsystem=batch' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.

2016-01-28 08:28:11,246 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found serverEAR.ear in deployment directory. To trigger deployment create a file called serverEAR.ear.dodeploy

2016-01-28 08:28:11,557 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

2016-01-28 08:28:11,648 INFO  [org.xnio] (MSC service thread 1-2) XNIO version 3.3.1.Final

2016-01-28 08:28:11,657 INFO  [org.xnio.nio] (MSC service thread 1-2) XNIO NIO Implementation Version 3.3.1.Final

2016-01-28 08:28:11,733 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.9.Final

2016-01-28 08:28:12,166 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 61) WFLYWS0002: Activating WebServices Extension

2016-01-28 08:28:12,336 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0003: Undertow 1.2.9.Final starting

2016-01-28 08:28:12,401 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60) WFLYUT0014: Creating file handler for path C:\Program Files\eclipse\wildfly-9.0.1.Final/welcome-content

2016-01-28 08:28:12,762 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 59) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.

2016-01-28 08:28:12,816 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 58) WFLYSEC0002: Activating Security Subsystem

2016-01-28 08:28:12,884 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 51) WFLYNAM0001: Activating Naming Subsystem

2016-01-28 08:28:13,010 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 47) WFLYJSF0007: Activated the following JSF Implementations: [main]

2016-01-28 08:28:13,500 INFO  [org.wildfly.iiop.openjdk] (ServerService Thread Pool -- 41) WFLYIIOP0001: Activating IIOP Subsystem

2016-01-28 08:28:13,568 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 40) WFLYCLINF0001: Activating Infinispan subsystem.

2016-01-28 08:28:13,908 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 39) WFLYIO001: Worker 'default' has auto-configured to 2 core threads with 16 task threads based on your 1 available processors

2016-01-28 08:28:14,144 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

2016-01-28 08:28:14,463 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0004: Deploying JDBC-compliant driver class com.microsoft.sqlserver.jdbc.SQLServerDriver (version 4.0)

2016-01-28 08:28:14,495 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 35) WFLYJCA0005: Deploying non-JDBC-compliant driver class net.sourceforge.jtds.jdbc.Driver (version 1.3)

2016-01-28 08:28:14,527 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.2.9.Final starting

2016-01-28 08:28:14,798 INFO  [org.jboss.as.security] (MSC service thread 1-2) WFLYSEC0001: Current PicketBox version=4.9.2.Final

2016-01-28 08:28:14,839 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (IronJacamar 1.2.4.Final)

2016-01-28 08:28:14,918 INFO  [org.jboss.as.naming] (MSC service thread 1-1) WFLYNAM0003: Starting Naming Service

2016-01-28 08:28:14,937 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2

2016-01-28 08:28:14,941 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = jTDS

2016-01-28 08:28:14,942 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = sqljdbc

2016-01-28 08:28:14,962 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

2016-01-28 08:28:14,985 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\deployments

2016-01-28 08:28:15,003 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "NDVT.ear" (runtime-name: "NDVT.ear")

2016-01-28 08:28:15,019 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0012: Started server default-server.

2016-01-28 08:28:15,552 INFO  [org.wildfly.iiop.openjdk] (MSC service thread 1-1) WFLYIIOP0009: CORBA ORB Service started

2016-01-28 08:28:15,918 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting

2016-01-28 08:28:15,922 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on /0.0.0.0:8080

2016-01-28 08:28:17,036 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 5.0.0.Final

2016-01-28 08:28:17,906 WARN  [org.jboss.as.messaging] (MSC service thread 1-1) WFLYMSG0001: AIO wasn't located on this platform, it will fall back to using pure Java NIO.

2016-01-28 08:28:18,609 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221000: live server is starting with configuration HornetQ Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingjournal,bindingsDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingbindings,largeMessagesDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messaginglargemessages,pagingDirectory=C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\messagingpaging)

2016-01-28 08:28:18,615 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "NDVTWeb.war")

2016-01-28 08:28:18,616 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "NDVTDatabase.jar")

2016-01-28 08:28:18,931 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221006: Waiting to obtain live lock

2016-01-28 08:28:18,954 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221013: Using NIO Journal

2016-01-28 08:28:19,108 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support CORE

2016-01-28 08:28:19,114 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support AMQP

2016-01-28 08:28:19,117 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221043: Adding protocol support STOMP

2016-01-28 08:28:19,177 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221034: Waiting to obtain live lock

2016-01-28 08:28:19,188 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221035: Live Server Obtained live lock

2016-01-28 08:28:19,194 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/SQLSERVERNDVT]

2016-01-28 08:28:19,327 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

2016-01-28 08:28:19,507 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221007: Server is now live

2016-01-28 08:28:20,068 INFO  [org.jboss.messaging] (MSC service thread 1-2) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor-throughput acceptor

2016-01-28 08:28:20,069 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 64) HQ221001: HornetQ Server version 2.4.7.Final (2.4.7.Final, 124) [7894e9b2-399a-11e5-8bca-0ba0d16bc055]

2016-01-28 08:28:20,071 INFO  [org.jboss.messaging] (MSC service thread 1-2) WFLYMSG0016: Registered HTTP upgrade for hornetq-remoting protocol handled by http-acceptor acceptor

2016-01-28 08:28:20,178 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0007: Registered connection factory java:/JmsXA

2016-01-28 08:28:20,741 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for NDVT

2016-01-28 08:28:20,802 INFO  [org.hornetq.jms.server] (ServerService Thread Pool -- 64) HQ121005: Invalid "host" value "0.0.0.0" detected for "http-connector" connector. Switching to "HOEWAP64". If this new address is incorrect please manually configure the connector to use the proper one.

2016-01-28 08:28:22,726 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVT.ear

2016-01-28 08:28:22,785 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.1.3.Final

2016-01-28 08:28:22,907 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVTDatabase.jar

2016-01-28 08:28:22,914 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named ControllerDevices in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/ControllerDevices!controller.ControllerDevices

java:app/NDVTDatabase/ControllerDevices!controller.ControllerDevices

java:module/ControllerDevices!controller.ControllerDevices

java:global/NDVT/NDVTDatabase/ControllerDevices

java:app/NDVTDatabase/ControllerDevices

java:module/ControllerDevices

2016-01-28 08:28:22,915 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named AdminDevicesBean in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/AdminDevicesBean!ejbs.AdminDevicesBean

java:app/NDVTDatabase/AdminDevicesBean!ejbs.AdminDevicesBean

java:module/AdminDevicesBean!ejbs.AdminDevicesBean

java:global/NDVT/NDVTDatabase/AdminDevicesBean

java:app/NDVTDatabase/AdminDevicesBean

java:module/AdminDevicesBean

2016-01-28 08:28:22,915 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-1) JNDI bindings for session bean named ControllerRequest in deployment unit subdeployment "NDVTDatabase.jar" of deployment "NDVT.ear" are as follows:

java:global/NDVT/NDVTDatabase/ControllerRequest!controller.ControllerRequest

java:app/NDVTDatabase/ControllerRequest!controller.ControllerRequest

java:module/ControllerRequest!controller.ControllerRequest

java:global/NDVT/NDVTDatabase/ControllerRequest

java:app/NDVTDatabase/ControllerRequest

java:module/ControllerRequest

2016-01-28 08:28:22,936 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 64) WFLYMSG0002: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory

2016-01-28 08:28:22,985 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment NDVTWeb.war

2016-01-28 08:28:22,936 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 70) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'NDVT.ear/NDVTDatabase.jar#NDVT'

2016-01-28 08:28:23,189 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 65) HQ221003: trying to deploy queue jms.queue.DLQ

2016-01-28 08:28:23,342 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0006: Starting Services for CDI deployment: NDVT.ear

2016-01-28 08:28:23,576 INFO  [org.hornetq.ra] (MSC service thread 1-2) HornetQ resource adaptor started

2016-01-28 08:28:23,591 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 70) HHH000204: Processing PersistenceUnitInfo [

name: NDVT

...]

2016-01-28 08:28:23,638 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.2.14 (Final)

2016-01-28 08:28:24,026 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0009: Starting weld service for deployment NDVT.ear

2016-01-28 08:28:24,111 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 70) HHH000412: Hibernate Core {4.3.10.Final}

2016-01-28 08:28:24,128 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 70) HHH000206: hibernate.properties not found

2016-01-28 08:28:24,133 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 70) HHH000021: Bytecode provider name : javassist

2016-01-28 08:28:24,230 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-2) IJ020002: Deployed: file://RaActivatorhornetq-ra

2016-01-28 08:28:24,240 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) WFLYJCA0002: Bound JCA ConnectionFactory [java:/JmsXA]

2016-01-28 08:28:24,242 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) WFLYMSG0002: Bound messaging object to jndi name java:jboss/DefaultJMSConnectionFactory

2016-01-28 08:28:24,656 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'NDVT.ear/NDVTDatabase.jar#NDVT'

2016-01-28 08:28:24,670 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 68) WFLYMSG0002: Bound messaging object to jndi name java:/ConnectionFactory

2016-01-28 08:28:24,766 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 66) HCANN000001: Hibernate Commons Annotations {4.0.5.Final}

2016-01-28 08:28:24,879 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.SQLServerDialect

2016-01-28 08:28:24,897 INFO  [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 66) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4

2016-01-28 08:28:25,268 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 66) HHH000397: Using ASTQueryTranslatorFactory

2016-01-28 08:28:25,830 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 66) HHH000229: Running schema validator

2016-01-28 08:28:25,845 INFO  [org.hibernate.tool.hbm2ddl.SchemaValidator] (ServerService Thread Pool -- 66) HHH000102: Fetching database metadata

2016-01-28 08:28:25,861 INFO  [java.sql.DatabaseMetaData] (ServerService Thread Pool -- 66) HHH000262: Table not found: Circuit

2016-01-28 08:28:25,862 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 66) MSC000001: Failed to start service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT": org.jboss.msc.service.StartException in service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT": org.hibernate.HibernateException: Missing table: Circuit

at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)

at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)

at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:665)

at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)

at java.lang.Thread.run(Thread.java:745)

at org.jboss.threads.JBossThread.run(JBossThread.java:320)

Caused by: org.hibernate.HibernateException: Missing table: Circuit

at org.hibernate.cfg.Configuration.validateSchema(Configuration.java:1335)

at org.hibernate.tool.hbm2ddl.SchemaValidator.validate(SchemaValidator.java:175)

at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:525)

at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1859)

at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl$4.perform(EntityManagerFactoryBuilderImpl.java:857)

at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl$4.perform(EntityManagerFactoryBuilderImpl.java:850)

at org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl.withTccl(ClassLoaderServiceImpl.java:425)

at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:849)

at org.jboss.as.jpa.hibernate4.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)

at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)

... 7 more

2016-01-28 08:28:25,871 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "NDVT.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.persistenceunit.\"NDVT.ear/NDVTDatabase.jar#NDVT\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"NDVT.ear/NDVTDatabase.jar#NDVT\": org.hibernate.HibernateException: Missing table: Circuit

Caused by: org.hibernate.HibernateException: Missing table: Circuit"}}

2016-01-28 08:28:26,019 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 36) WFLYSRV0010: Deployed "NDVT.ear" (runtime-name : "NDVT.ear")

2016-01-28 08:28:26,033 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report

WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT": org.jboss.msc.service.StartException in service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT": org.hibernate.HibernateException: Missing table: Circuit

2016-01-28 08:28:26,413 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://0.0.0.0:9990/management

2016-01-28 08:28:26,443 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://0.0.0.0:9990

2016-01-28 08:28:26,444 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.1.Final (WildFly Core 1.0.1.Final) started (with errors) in 21308ms - Started 519 of 734 services (32 services failed or missing dependencies, 259 services are lazy, passive or on-demand)

2016-01-28 08:28:26,515 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment NDVT.ear

2016-01-28 08:28:26,527 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'NDVT.ear/NDVTDatabase.jar#NDVT'

2016-01-28 08:28:26,603 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name: NDVTDatabase.jar) in 115ms

2016-01-28 08:28:26,603 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0208: Stopped subdeployment (runtime-name: NDVTWeb.war) in 115ms

2016-01-28 08:28:26,621 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment NDVT.ear (runtime-name: NDVT.ear) in 134ms

2016-01-28 08:28:26,708 INFO  [org.jboss.as.repository] (DeploymentScanner-threads - 1) WFLYDR0002: Content removed from location C:\Program Files\eclipse\wildfly-9.0.1.Final\standalone\data\content\71\bb54cd29d62fd1e668f7f18b8dbc7186a5d990\content

2016-01-28 08:28:26,710 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "NDVT.ear" (runtime-name: "NDVT.ear")

2016-01-28 08:28:26,728 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report

WFLYCTL0184:    New missing/unsatisfied dependencies:

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".moduleDeploymentRuntimeInformationStart, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".deploymentCompleteService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.VIEW."ejbs.AdminDevicesBean".LOCAL (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.WeldInstantiator (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.WeldInstantiator]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.JndiBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".moduleDeploymentRuntimeInformationStart, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".deploymentCompleteService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.VIEW."controller.ControllerDevices".LOCAL (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.WeldInstantiator (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.WeldInstantiator]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.JndiBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".moduleDeploymentRuntimeInformationStart, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".deploymentCompleteService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.VIEW."controller.ControllerRequest".LOCAL (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.WeldInstantiator (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.WeldInstantiator]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.ejb.non-functional-timerservice (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".deploymentCompleteService]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".WeldStartService, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".moduleDeploymentRuntimeInformation (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".moduleDeploymentRuntimeInformationStart, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."com.sun.faces.config.ConfigureListener".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.faces.webapp.FacetTag".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.faces.webapp.FacetTag".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDCREQ".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDCREQ".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDCREQ".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDVTDevInfo".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDVTDevInfo".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDVTDevInfo".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NQCADUSERVAL".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NQCADUSERVAL".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NQCADUSERVAL".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NdcvalSVL".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NdcvalSVL".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NdcvalSVL".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.Nrfsteptwo".CREATE (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.Nrfsteptwo".START]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.Nrfsteptwo".START (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService, service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".deploymentCompleteService]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".ee.ComponentRegistry (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService]

service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".jndiDependencyService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDVTDevInfo".START, service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NdcvalSVL".START, service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.Nrfsteptwo".START, service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDCREQ".START, WFLYCTL0208: ... and 7 more ]

service jboss.deployment.unit."NDVT.ear".WeldBootstrapService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".WeldStartService, service jboss.deployment.unit."NDVT.ear".CdiValidatorFactoryService]

service jboss.deployment.unit."NDVT.ear".WeldStartService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".CdiValidatorFactoryService]

service jboss.deployment.unit."NDVT.ear".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."NDVT.ear".WeldStartService]

service jboss.naming.context.java.app.NDVT.NDVTDatabase.AdminDevicesBean (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.app.NDVT.NDVTDatabase."AdminDevicesBean!ejbs.AdminDevicesBean" (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START, service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.env."ejbs.AdminDevicesBean".em]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.BeanManager (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultContextService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultDataSource (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultJMSConnectionFactory (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultManagedExecutorService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultManagedScheduledExecutorService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.DefaultManagedThreadFactory (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.EJBContext (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.TimerService (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.TransactionSynchronizationRegistry (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.UserTransaction (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.env (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.env."ejbs.AdminDevicesBean".em (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerDevices (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerDevices.BeanManager (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerDevices.TransactionSynchronizationRegistry (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerDevices.UserTransaction (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerDevices.env."controller.ControllerDevices".dev (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerDevices.START]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerRequest (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerRequest.BeanManager (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerRequest.TransactionSynchronizationRegistry (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerRequest.UserTransaction (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.comp.NDVT.NDVTDatabase.ControllerRequest.env."controller.ControllerRequest".dev (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.ControllerRequest.START]

service jboss.naming.context.java.global.NDVT.NDVTDatabase.AdminDevicesBean (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.global.NDVT.NDVTDatabase."AdminDevicesBean!ejbs.AdminDevicesBean" (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.module.NDVT.NDVTDatabase.AdminDevicesBean (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.module.NDVT.NDVTDatabase."AdminDevicesBean!ejbs.AdminDevicesBean" (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.JndiBindingsService]

service jboss.naming.context.java.module.NDVT.NDVTDatabase.BeanManager (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.module.NDVT.NDVTDatabase.env (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".jndiDependencyService]

service jboss.naming.context.java.module.NDVT.NDVTWeb.env."svl.NDCREQ".controller (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDCREQ".START]

service jboss.naming.context.java.module.NDVT.NDVTWeb.env."svl.NDVTDevInfo".controller (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NDVTDevInfo".START]

service jboss.naming.context.java.module.NDVT.NDVTWeb.env."svl.NdcvalSVL".controllerDev (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.NdcvalSVL".START]

service jboss.naming.context.java.module.NDVT.NDVTWeb.env."svl.Nrfsteptwo".controller (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".component."svl.Nrfsteptwo".START]

service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT" (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".deploymentCompleteService, service jboss.deployment.unit."NDVT.ear".WeldStartService, service jboss.deployment.subunit."NDVT.ear"."NDVTDatabase.jar".component.AdminDevicesBean.START, service jboss.naming.context.java.comp.NDVT.NDVTDatabase.AdminDevicesBean.env."ejbs.AdminDevicesBean".em, WFLYCTL0208: ... and 3 more ]

service jboss.undertow.deployment.default-server.default-host./NDVTWeb (missing) dependents: [service jboss.deployment.subunit."NDVT.ear"."NDVTWeb.war".deploymentCompleteService]

service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./NDVTWeb]

service jboss.undertow.deployment.default-server.default-host./NDVTWeb.codec (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService]

service jboss.undertow.deployment.default-server.default-host./NDVTWeb.session (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./NDVTWeb.UndertowDeploymentInfoService]

WFLYCTL0186:   Services which failed to start:      service jboss.persistenceunit."NDVT.ear/NDVTDatabase.jar#NDVT"

2016-01-28 08:34:17,933 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0211: Suspending server

2016-01-28 08:34:17,999 INFO  [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested.

Problem fixed!

Since I was using the SSO library I hadn't realized that the account windows was trying to use didn't see the tables.

I granted permission to the account and it started working!

Simplified this is what I did:

  1. Add environmental variable JAVA_HOME and point it to the JDK folder
  2. Add the SSO libraries in the lib folder of the JRE
  3. Edit standalone.bat file in the wildfly folder and replace SERVER_OPS with: set "SERVER_OPTS=--server-config=standalone-full.xml"
  4. Install the SSO driver in the Wildfly modules folder
  5. Update standalone-full.xml
  6. Open CMD, navigate to the wildfly service folder and run: service install
  7. Open windows services and search for wildfly service, configure and run service
  8. Go to Wildfly folder and search for add-user.bat
  9. Add an admin user to open the console http://<server>:9990/console
  10. Open the console and validate that the service is running with the required deployments