7 Replies Latest reply on Jan 9, 2018 8:57 AM by jaikiran

    Wildfly 10.1.0.Final in Docker

    keihell

      Hello everybody,

       

      I'm having troubles trying to set up Wildfly 10.1.0.Final in Docker, for deploying my app.

       

      The issue basically is that, it seems Wildfly is not scanning or detecting the @WebListener annotation in my ContextListener class, and therefore the deployment always fails,

      as in this context listener there are some DB actions that need to be performed at each deployment.

       

      The thing is that since we removed the listener definition from the web.xml, this Context Listener is not being executed anymore.

       

      Can anyone give me some hints on what could be happening, is there something I should enable on Wildfly for it to be able to scan these annotations?

       

      This is frankly driving me crazy.

       

      Thanks in advance,

        • 1. Re: Wildfly 10.1.0.Final in Docker
          jaikiran

          The issue basically is that, it seems Wildfly is not scanning or detecting the @WebListener annotation in my ContextListener class, and therefore the deployment always fails,

          Docker shouldn't really play a role in how/what annotations are scanned.

           

          Can you narrow this down to something more specific, without Docker in picture?

          • 2. Re: Wildfly 10.1.0.Final in Docker
            anijhawa

            Please share the failure log.

            • 3. Re: Wildfly 10.1.0.Final in Docker
              keihell

              I completely agree with you.

              However I've done many tests and I haven't been able to get it to work.

               

              I'm not sure if I can take Docker out of the picture actually, but I'll try.

               

              We have a war file, in which we had defined the context application listener in the web.xml file. We were using Tomcat 7. We wanted to migrate the app to Wildfly to take advantage of containers and the server managing application components.

              We also included Flyway, to be able to package DB scripts in the application package and get it run, so the DB will be always up to date with the application's version being deployed. These migrations are set to run during the deployment of the application, by using some lines of code in the application's context listener.

               

              On the web.xml we have defined the servlet version to 3.0, which should support the automatic scanning of annotations, therefore we removed the definition of context listener and started using the annotation @WebListener.

               

              The most strange thing to me, is that I've been able to deploy the war file built for wildfly (Including jboss-web.xml) on my local environment outside docker, and in some other hosting platforms. However, when it comes to deploying inside docker it doesn't work.

               

              I have even tested the official wildfly docker image published in DockerHub, but it has the same behavior. This way i can ensure it's not me doing some crazy irrational configurations when installing Wildfly in the docker container.

               

              The version we're trying to use is 10.1.0.Final.

               

              I know this is kind of vague, but that's how lost I am at this point after all the tests I've performed.

               

              Any ideas?

               

              Thanks in advance,

              • 4. Re: Wildfly 10.1.0.Final in Docker
                keihell

                I will post a log of the environments (outside docker) in which the application is deployed without any inconvenience , as well as a log of a failing (docker) environment.

                Maybe that way you can compare easily and diagnose what could be going wrong.

                 

                As you can see, in the successfull scenario, the migration is executed, whereas in the failing scenario the DB lacks on tables existence.

                 

                Log Successfull:

                 

                2018-01-04 09:03:06,222 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.2.Final

                2018-01-04 09:03:08,218 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final

                2018-01-04 09:03:08,317 INFO  [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) starting

                2018-01-04 09:03:08,319 DEBUG [org.jboss.as.config] (MSC service thread 1-7) 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:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\jboss-modules.jar

                    java.class.version = 52.0

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

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

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

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

                    java.library.path = C:\Program Files\Java\jdk1.8.0_121\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\Docker\Docker\Resources\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Git\cmd;"C:\Program Files\Java\jdk1.8.0_121\bin";C:\Users\vargaca\.babun;C:\Users\vargaca\AppData\Local\Microsoft\WindowsApps;;.

                    java.net.preferIPv4Stack = true

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

                    java.runtime.version = 1.8.0_121-b13

                    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_121

                    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.121-b13

                    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:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final

                    jboss.host.name = w10vargaca

                    jboss.modules.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\modules

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

                    jboss.node.name = w10vargaca

                    jboss.qualified.host.name = w10vargaca

                    jboss.server.base.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone

                    jboss.server.config.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\configuration

                    jboss.server.data.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\data

                    jboss.server.deploy.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\data\content

                    jboss.server.log.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\log

                    jboss.server.name = w10vargaca

                    jboss.server.persist.config = true

                    jboss.server.temp.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\tmp

                    line.separator =

                 

                    logging.configuration = file:C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\configuration/logging.properties

                    module.path = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\modules

                    org.jboss.boot.log.file = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\log\server.log

                    org.jboss.resolver.warning = true

                    org.xml.sax.driver = __redirected.__XMLReaderFactory

                    os.arch = amd64

                    os.name = Windows 10

                    os.version = 10.0

                    path.separator = ;

                    program.name = standalone.bat

                    sun.arch.data.model = 64

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

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

                    sun.cpu.endian = little

                    sun.cpu.isalist = amd64

                    sun.desktop = windows

                    sun.io.unicode.encoding = UnicodeLittle

                    sun.java.command = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\jboss-modules.jar -mp C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\modules org.jboss.as.standalone -Djboss.home.dir=C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final

                    sun.java.launcher = SUN_STANDARD

                    sun.jnu.encoding = Cp1252

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

                    sun.os.patch.level =

                    sun.stderr.encoding = cp850

                    sun.stdout.encoding = cp850

                    user.country = US

                    user.country.format = FI

                    user.dir = C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\bin

                    user.home = C:\Users\vargaca

                    user.language = en

                    user.language.format = fi

                    user.name = vargaca

                    user.script =

                    user.timezone = Europe/Helsinki

                    user.variant =

                2018-01-04 09:03:08,319 DEBUG [org.jboss.as.config] (MSC service thread 1-7) VM Arguments: -Dprogram.name=standalone.bat -Xms64M -Xmx512M -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Dorg.jboss.boot.log.file=C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\log\server.log -Dlogging.configuration=file:C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\configuration/logging.properties

                2018-01-04 09:03:16,360 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)

                2018-01-04 09:03:16,383 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.4.0.Final

                2018-01-04 09:03:16,392 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.4.0.Final

                2018-01-04 09:03:16,436 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem

                2018-01-04 09:03:16,441 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem

                2018-01-04 09:03:16,437 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.

                2018-01-04 09:03:16,448 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension

                2018-01-04 09:03:16,451 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.

                2018-01-04 09:03:16,474 INFO  [org.jboss.as.security] (MSC service thread 1-4) WFLYSEC0001: Current PicketBox version=4.9.6.Final

                2018-01-04 09:03:16,532 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

                2018-01-04 09:03:16,558 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]

                2018-01-04 09:03:16,561 INFO  [org.jboss.as.connector] (MSC service thread 1-2) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.4.Final)

                2018-01-04 09:03:16,653 INFO  [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service

                2018-01-04 09:03:16,660 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-5) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]

                2018-01-04 09:03:16,836 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) 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.

                2018-01-04 09:03:16,840 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) 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.

                2018-01-04 09:03:16,910 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0003: Undertow 1.4.0.Final starting

                2018-01-04 09:03:17,216 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)

                2018-01-04 09:03:17,234 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = MySqlJDBCDriver

                2018-01-04 09:03:17,264 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']

                2018-01-04 09:03:17,529 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.5)

                2018-01-04 09:03:17,531 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = MariaDB

                2018-01-04 09:03:17,532 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                2018-01-04 09:03:17,533 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-5) WFLYJCA0018: Started Driver service with driver-name = h2

                2018-01-04 09:03:17,809 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0012: Started server default-server.

                2018-01-04 09:03:17,814 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.21.Final

                2018-01-04 09:03:17,910 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018: Host default-host starting

                2018-01-04 09:03:17,996 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080

                2018-01-04 09:03:18,075 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]

                2018-01-04 09:03:18,076 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0001: Bound data source [java:/comp/env/jdbc/DTS_DS]

                2018-01-04 09:03:18,294 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\deployments

                2018-01-04 09:03:18,465 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-6) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.4.Final

                2018-01-04 09:03:18,516 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:18,517 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:18,518 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 66) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:18,532 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:18,534 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 66) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:18,534 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 61) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.

                2018-01-04 09:03:19,136 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443

                2018-01-04 09:03:20,391 INFO  [org.jboss.ws.common.management] (MSC service thread 1-8) JBWS022052: Starting JBossWS 5.1.5.Final (Apache CXF 3.1.6)

                2018-01-04 09:03:20,714 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management

                2018-01-04 09:03:20,715 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990

                2018-01-04 09:03:20,718 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 16048ms - Started 339 of 585 services (394 services are lazy, passive or on-demand)

                2018-01-04 10:39:29,287 INFO  [org.jboss.as.repository] (External Management Request Threads -- 4) WFLYDR0001: Content added at location C:\Users\vargaca\Documents\Servers\wildfly-10.1.0.Final\standalone\data\content\47\d328668c9abbea4aa2f5eaa2b5963949c3101d\content

                2018-01-04 10:39:29,345 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "dtsserver-v6.4.1-wildfly.war" (runtime-name: "dtsserver-v6.4.1-wildfly.war")

                2018-01-04 10:39:47,907 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-server-7.5.0.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,913 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-sass-compiler-0.9.12.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,915 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-shared-7.5.0.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,916 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,916 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,917 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry jsoup-1.8.1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,920 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-server-7.2.0.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,920 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-sass-compiler-0.9.2.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,921 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry cssparser-0.9.11.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry commons-jexl-2.1.1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry commons-logging-1.1.1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,930 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-shared-7.2.0.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,930 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,932 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,933 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry android-json-0.0.20131108.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:47,934 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry jsoup-1.6.3.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,090 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-themes-7.5.9.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,090 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry commons-io-2.2.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,093 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry commons-codec-1.9.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,097 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry jackson-annotations-2.5.0.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,098 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry jackson-databind-2.5.2.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,098 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry jackson-core-2.5.1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,099 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry commons-io-1.4.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,101 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry yuicompressor-2.4.8.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-sass-compiler-0.9.13.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,101 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry js-1.7R2.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-sass-compiler-0.9.13.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,110 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-server-7.6.4.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,111 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry yuicompressor-2.4.8.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,111 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry js-1.7R2.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,112 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry vaadin-shared-7.6.4.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,112 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,113 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-04 10:39:48,362 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for reader

                2018-01-04 10:39:49,509 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 69) WFLYJPA0003: Starting Persistence Unit Service 'dtsserver-v6.4.1-wildfly.war#reader'

                2018-01-04 10:39:50,360 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.AbstractEntity] is set to [FIELD].

                2018-01-04 10:39:50,363 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class org.vaadin.appfoundation.persistence.data.AbstractPojo] is set to [FIELD].

                2018-01-04 10:39:50,383 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Article] is set to [FIELD].

                2018-01-04 10:39:50,393 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field latestDomain] is being defaulted to: class com.nextfour.itemtracker.data.Domain.

                2018-01-04 10:39:50,393 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field group] is being defaulted to: class com.nextfour.itemtracker.data.ArticleGroup.

                2018-01-04 10:39:50,394 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field latestActivity] is being defaulted to: class com.nextfour.itemtracker.data.Activity.

                2018-01-04 10:39:50,394 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field checkedOutByUser] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,404 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to many mapping element [field containers] is being defaulted to: class com.nextfour.itemtracker.data.Container.

                2018-01-04 10:39:50,405 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field latestUser] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,410 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.ContainerTag] is set to [FIELD].

                2018-01-04 10:39:50,410 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.DeviceUpdate] is set to [FIELD].

                2018-01-04 10:39:50,420 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.User] is set to [FIELD].

                2018-01-04 10:39:50,422 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Encounter] is set to [FIELD].

                2018-01-04 10:39:50,424 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field device] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,425 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field device] is being defaulted to: class com.nextfour.itemtracker.data.Device.

                2018-01-04 10:39:50,425 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Device] is set to [FIELD].

                2018-01-04 10:39:50,426 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to many mapping element [field activities] is being defaulted to: class com.nextfour.itemtracker.data.Activity.

                2018-01-04 10:39:50,427 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field domain] is being defaulted to: class com.nextfour.itemtracker.data.Domain.

                2018-01-04 10:39:50,428 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to one mapping element [field location] is being defaulted to: class com.nextfour.itemtracker.data.Location.

                2018-01-04 10:39:50,428 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.DeviceUptime] is set to [FIELD].

                2018-01-04 10:39:50,429 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field device] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,429 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field device] is being defaulted to: class com.nextfour.itemtracker.data.Device.

                2018-01-04 10:39:50,434 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.ArticleGroup] is set to [FIELD].

                2018-01-04 10:39:50,435 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Graph] is set to [FIELD].

                2018-01-04 10:39:50,436 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field articleGroups] is being defaulted to: class com.nextfour.itemtracker.data.ArticleGroup.

                2018-01-04 10:39:50,437 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field graphItems] is being defaulted to: class com.nextfour.itemtracker.data.GraphItem.

                2018-01-04 10:39:50,438 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Location] is set to [FIELD].

                2018-01-04 10:39:50,439 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Instrument] is set to [FIELD].

                2018-01-04 10:39:50,440 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Material] is set to [FIELD].

                2018-01-04 10:39:50,442 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.ForceReason] is set to [FIELD].

                2018-01-04 10:39:50,446 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field transaction] is being defaulted to: class com.nextfour.itemtracker.data.Transaction.

                2018-01-04 10:39:50,447 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field article] is being defaulted to: class com.nextfour.itemtracker.data.Article.

                2018-01-04 10:39:50,449 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.AuthenticationLog] is set to [FIELD].

                2018-01-04 10:39:50,450 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,451 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.DeviceLog] is set to [FIELD].

                2018-01-04 10:39:50,451 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field device] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,452 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field device] is being defaulted to: class com.nextfour.itemtracker.data.Device.

                2018-01-04 10:39:50,452 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field user] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,453 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,454 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.WarningEntry] is set to [FIELD].

                2018-01-04 10:39:50,455 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field transaction] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,461 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field transaction] is being defaulted to: class com.nextfour.itemtracker.data.Transaction.

                2018-01-04 10:39:50,461 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field article] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,464 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field article] is being defaulted to: class com.nextfour.itemtracker.data.Article.

                2018-01-04 10:39:50,465 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Activity] is set to [FIELD].

                2018-01-04 10:39:50,467 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.DeviceInfo] is set to [FIELD].

                2018-01-04 10:39:50,468 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field device] is being defaulted to: class com.nextfour.itemtracker.data.Device.

                2018-01-04 10:39:50,469 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Configuration] is set to [FIELD].

                2018-01-04 10:39:50,475 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.GraphItem] is set to [FIELD].

                2018-01-04 10:39:50,475 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field activity] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,476 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field activity] is being defaulted to: class com.nextfour.itemtracker.data.Activity.

                2018-01-04 10:39:50,477 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The element [field domain] is being defaulted to a one to one mapping.

                2018-01-04 10:39:50,478 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field domain] is being defaulted to: class com.nextfour.itemtracker.data.Domain.

                2018-01-04 10:39:50,479 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field nextGraphItems] is being defaulted to: class com.nextfour.itemtracker.data.GraphItem.

                2018-01-04 10:39:50,479 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.TemplateContainerItem] is set to [FIELD].

                2018-01-04 10:39:50,481 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Domain] is set to [FIELD].

                2018-01-04 10:39:50,482 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Container] is set to [FIELD].

                2018-01-04 10:39:50,485 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field latestActivity] is being defaulted to: class com.nextfour.itemtracker.data.Activity.

                2018-01-04 10:39:50,486 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to many mapping element [field articles] is being defaulted to: class com.nextfour.itemtracker.data.Article.

                2018-01-04 10:39:50,487 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field latestUser] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,488 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.TemplateContainer] is set to [FIELD].

                2018-01-04 10:39:50,488 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field containerItems] is being defaulted to: class com.nextfour.itemtracker.data.TemplateContainerItem.

                2018-01-04 10:39:50,490 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Settings] is set to [FIELD].

                2018-01-04 10:39:50,491 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Transaction] is set to [FIELD].

                2018-01-04 10:39:50,492 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field forceUser] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,492 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field activity] is being defaulted to: class com.nextfour.itemtracker.data.Activity.

                2018-01-04 10:39:50,493 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field warnings] is being defaulted to: class com.nextfour.itemtracker.data.WarningEntry.

                2018-01-04 10:39:50,494 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field encounter] is being defaulted to: class com.nextfour.itemtracker.data.Encounter.

                2018-01-04 10:39:50,503 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target class (reference) class for the element collection mapping element [field technicalReferences] is being defaulted to: class java.lang.String.

                2018-01-04 10:39:50,504 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field domain] is being defaulted to: class com.nextfour.itemtracker.data.Domain.

                2018-01-04 10:39:50,504 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field location] is being defaulted to: class com.nextfour.itemtracker.data.Location.

                2018-01-04 10:39:50,505 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to many mapping element [field containers] is being defaulted to: class com.nextfour.itemtracker.data.Container.

                2018-01-04 10:39:50,505 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to many mapping element [field forceReasons] is being defaulted to: class com.nextfour.itemtracker.data.ForceReason.

                2018-01-04 10:39:50,506 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the many to many mapping element [field articles] is being defaulted to: class com.nextfour.itemtracker.data.Article.

                2018-01-04 10:39:50,507 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field device] is being defaulted to: class com.nextfour.itemtracker.data.Device.

                2018-01-04 10:39:50,508 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target entity (reference) class for the one to one mapping element [field user] is being defaulted to: class com.nextfour.itemtracker.data.User.

                2018-01-04 10:39:50,509 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The access type for the persistent class [class com.nextfour.itemtracker.data.Push] is set to [FIELD].

                2018-01-04 10:39:50,519 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,520 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,522 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.ContainerTag] is being defaulted to: ContainerTag.

                2018-01-04 10:39:50,524 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Article] is being defaulted to: Article.

                2018-01-04 10:39:50,525 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Article] is being defaulted to: ARTICLE.

                2018-01-04 10:39:50,535 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [owner] is being defaulted to: OWNER.

                2018-01-04 10:39:50,536 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [code] is being defaulted to: CODE.

                2018-01-04 10:39:50,536 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [tagId] is being defaulted to: TAGID.

                2018-01-04 10:39:50,538 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [latestActivityTimestamp] is being defaulted to: LATESTACTIVITYTIMESTAMP.

                2018-01-04 10:39:50,541 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [active] is being defaulted to: ACTIVE.

                2018-01-04 10:39:50,541 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [type] is being defaulted to: TYPE.

                2018-01-04 10:39:50,542 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [sterileExpiration] is being defaulted to: STERILEEXPIRATION.

                2018-01-04 10:39:50,543 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [manufacturer] is being defaulted to: MANUFACTURER.

                2018-01-04 10:39:50,547 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [lot] is being defaulted to: LOT.

                2018-01-04 10:39:50,547 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [decodedTagId] is being defaulted to: DECODEDTAGID.

                2018-01-04 10:39:50,549 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [additionalInfo] is being defaulted to: ADDITIONALINFO.

                2018-01-04 10:39:50,549 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [location] is being defaulted to: LOCATION.

                2018-01-04 10:39:50,549 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [cycleCount] is being defaulted to: CYCLECOUNT.

                2018-01-04 10:39:50,551 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,551 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,551 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [requiresMaintenanceCount] is being defaulted to: REQUIRESMAINTENANCECOUNT.

                2018-01-04 10:39:50,551 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [assembledSet] is being defaulted to: ASSEMBLEDSET.

                2018-01-04 10:39:50,552 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.DeviceUpdate] is being defaulted to: DeviceUpdate.

                2018-01-04 10:39:50,552 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.DeviceUpdate] is being defaulted to: DEVICEUPDATE.

                2018-01-04 10:39:50,553 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [swVersion] is being defaulted to: SWVERSION.

                2018-01-04 10:39:50,553 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [swPackage] is being defaulted to: SWPACKAGE.

                2018-01-04 10:39:50,554 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [installTimestamp] is being defaulted to: INSTALLTIMESTAMP.

                2018-01-04 10:39:50,554 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [sha1sum] is being defaulted to: SHA1SUM.

                2018-01-04 10:39:50,557 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [fileSize] is being defaulted to: FILESIZE.

                2018-01-04 10:39:50,561 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,563 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,564 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.User] is being defaulted to: User.

                2018-01-04 10:39:50,565 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.User] is being defaulted to: USER.

                2018-01-04 10:39:50,565 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [lastName] is being defaulted to: LASTNAME.

                2018-01-04 10:39:50,566 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [deviceLogin] is being defaulted to: DEVICELOGIN.

                2018-01-04 10:39:50,566 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [active] is being defaulted to: ACTIVE.

                2018-01-04 10:39:50,567 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [currentLoginCount] is being defaulted to: CURRENTLOGINCOUNT.

                2018-01-04 10:39:50,567 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [acceptedUserAgreement] is being defaulted to: ACCEPTEDUSERAGREEMENT.

                2018-01-04 10:39:50,568 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [title] is being defaulted to: TITLE.

                2018-01-04 10:39:50,568 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [firstName] is being defaulted to: FIRSTNAME.

                2018-01-04 10:39:50,569 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [password] is being defaulted to: PASSWORD.

                2018-01-04 10:39:50,569 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [pin] is being defaulted to: PIN.

                2018-01-04 10:39:50,575 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [additionalInfo] is being defaulted to: ADDITIONALINFO.

                2018-01-04 10:39:50,575 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [rfid] is being defaulted to: RFID.

                2018-01-04 10:39:50,578 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,578 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [serverLogin] is being defaulted to: SERVERLOGIN.

                2018-01-04 10:39:50,578 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [passwordSalt] is being defaulted to: PASSWORDSALT.

                2018-01-04 10:39:50,578 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [userGroup] is being defaulted to: USERGROUP.

                2018-01-04 10:39:50,582 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,582 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [username] is being defaulted to: USERNAME.

                2018-01-04 10:39:50,582 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Encounter] is being defaulted to: Encounter.

                2018-01-04 10:39:50,583 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Encounter] is being defaulted to: ENCOUNTER.

                2018-01-04 10:39:50,588 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [start] is being defaulted to: START.

                2018-01-04 10:39:50,588 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [end] is being defaulted to: END.

                2018-01-04 10:39:50,592 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,592 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,592 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [token] is being defaulted to: TOKEN.

                2018-01-04 10:39:50,592 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Device] is being defaulted to: Device.

                2018-01-04 10:39:50,593 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Device] is being defaulted to: DEVICE.

                2018-01-04 10:39:50,594 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [readerType] is being defaulted to: READERTYPE.

                2018-01-04 10:39:50,594 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [swVersion] is being defaulted to: SWVERSION.

                2018-01-04 10:39:50,595 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [rfidPower] is being defaulted to: RFIDPOWER.

                2018-01-04 10:39:50,595 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [deviceName] is being defaulted to: DEVICENAME.

                2018-01-04 10:39:50,599 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [uhfRegion] is being defaulted to: UHFREGION.

                2018-01-04 10:39:50,599 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [manufacturer] is being defaulted to: MANUFACTURER.

                2018-01-04 10:39:50,602 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [latestMessageTimestamp] is being defaulted to: LATESTMESSAGETIMESTAMP.

                2018-01-04 10:39:50,602 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [encounterPolicy] is being defaulted to: ENCOUNTERPOLICY.

                2018-01-04 10:39:50,602 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [additionalInfo] is being defaulted to: ADDITIONALINFO.

                2018-01-04 10:39:50,602 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [infoRequested] is being defaulted to: INFOREQUESTED.

                2018-01-04 10:39:50,603 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [state] is being defaulted to: STATE.

                2018-01-04 10:39:50,603 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [hwId] is being defaulted to: HWID.

                2018-01-04 10:39:50,604 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,605 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,606 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.DeviceUptime] is being defaulted to: DeviceUptime.

                2018-01-04 10:39:50,608 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.DeviceUptime] is being defaulted to: DEVICEUPTIME.

                2018-01-04 10:39:50,609 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [online] is being defaulted to: ONLINE.

                2018-01-04 10:39:50,612 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,615 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,615 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [timestamp] is being defaulted to: TIMESTAMP.

                2018-01-04 10:39:50,615 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.ArticleGroup] is being defaulted to: ArticleGroup.

                2018-01-04 10:39:50,615 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.ArticleGroup] is being defaulted to: ARTICLEGROUP.

                2018-01-04 10:39:50,616 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,618 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [cutting] is being defaulted to: CUTTING.

                2018-01-04 10:39:50,618 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,618 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,618 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Graph] is being defaulted to: Graph.

                2018-01-04 10:39:50,618 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Graph] is being defaulted to: GRAPH.

                2018-01-04 10:39:50,620 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [defaultGraph] is being defaulted to: DEFAULTGRAPH.

                2018-01-04 10:39:50,620 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,620 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [maxRequiresMaintenanceCount] is being defaulted to: MAXREQUIRESMAINTENANCECOUNT.

                2018-01-04 10:39:50,625 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [editingSessionId] is being defaulted to: EDITINGSESSIONID.

                2018-01-04 10:39:50,627 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,627 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,628 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Location] is being defaulted to: Location.

                2018-01-04 10:39:50,628 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Location] is being defaulted to: LOCATION.

                2018-01-04 10:39:50,629 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,629 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,630 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,631 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Instrument] is being defaulted to: Instrument.

                2018-01-04 10:39:50,632 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Material] is being defaulted to: Material.

                2018-01-04 10:39:50,632 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [expiryDate] is being defaulted to: EXPIRYDATE.

                2018-01-04 10:39:50,633 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [quantity] is being defaulted to: QUANTITY.

                2018-01-04 10:39:50,633 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.ForceReason] is being defaulted to: ForceReason.

                2018-01-04 10:39:50,638 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.ForceReason] is being defaulted to: FORCEREASON.

                2018-01-04 10:39:50,638 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [forceReason] is being defaulted to: FORCEREASON.

                2018-01-04 10:39:50,641 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,642 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,643 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.AuthenticationLog] is being defaulted to: AuthenticationLog.

                2018-01-04 10:39:50,643 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.AuthenticationLog] is being defaulted to: AUTHENTICATIONLOG.

                2018-01-04 10:39:50,644 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [address] is being defaulted to: ADDRESS.

                2018-01-04 10:39:50,645 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [logoutTimeout] is being defaulted to: LOGOUTTIMEOUT.

                2018-01-04 10:39:50,645 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [userAgent] is being defaulted to: USERAGENT.

                2018-01-04 10:39:50,646 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [sessionId] is being defaulted to: SESSIONID.

                2018-01-04 10:39:50,646 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,651 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [login] is being defaulted to: LOGIN.

                2018-01-04 10:39:50,651 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,653 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [timestamp] is being defaulted to: TIMESTAMP.

                2018-01-04 10:39:50,653 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.DeviceLog] is being defaulted to: DeviceLog.

                2018-01-04 10:39:50,654 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.DeviceLog] is being defaulted to: DEVICELOG.

                2018-01-04 10:39:50,655 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [swVersion] is being defaulted to: SWVERSION.

                2018-01-04 10:39:50,655 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [state] is being defaulted to: STATE.

                2018-01-04 10:39:50,656 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,658 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,658 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [timestamp] is being defaulted to: TIMESTAMP.

                2018-01-04 10:39:50,659 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.WarningEntry] is being defaulted to: WarningEntry.

                2018-01-04 10:39:50,663 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.WarningEntry] is being defaulted to: WARNINGENTRY.

                2018-01-04 10:39:50,665 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [warning] is being defaulted to: WARNING.

                2018-01-04 10:39:50,666 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,666 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,667 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Activity] is being defaulted to: Activity.

                2018-01-04 10:39:50,668 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Activity] is being defaulted to: ACTIVITY.

                2018-01-04 10:39:50,668 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [loggingOnly] is being defaulted to: LOGGINGONLY.

                2018-01-04 10:39:50,669 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [iconName] is being defaulted to: ICONNAME.

                2018-01-04 10:39:50,669 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [activityName] is being defaulted to: ACTIVITYNAME.

                2018-01-04 10:39:50,669 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [noGraph] is being defaulted to: NOGRAPH.

                2018-01-04 10:39:50,670 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [ignoreEncounter] is being defaulted to: IGNOREENCOUNTER.

                2018-01-04 10:39:50,670 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [description] is being defaulted to: DESCRIPTION.

                2018-01-04 10:39:50,671 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [active] is being defaulted to: ACTIVE.

                2018-01-04 10:39:50,675 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,676 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,677 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [direction] is being defaulted to: DIRECTION.

                2018-01-04 10:39:50,678 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.DeviceInfo] is being defaulted to: DeviceInfo.

                2018-01-04 10:39:50,678 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.DeviceInfo] is being defaulted to: DEVICEINFO.

                2018-01-04 10:39:50,679 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [rfidVersion] is being defaulted to: RFIDVERSION.

                2018-01-04 10:39:50,679 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [ip] is being defaulted to: IP.

                2018-01-04 10:39:50,680 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [wlanStrength] is being defaulted to: WLANSTRENGTH.

                2018-01-04 10:39:50,680 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [rfidParameters] is being defaulted to: RFIDPARAMETERS.

                2018-01-04 10:39:50,681 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [mac] is being defaulted to: MAC.

                2018-01-04 10:39:50,681 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [uptime] is being defaulted to: UPTIME.

                2018-01-04 10:39:50,682 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [systemLoad] is being defaulted to: SYSTEMLOAD.

                2018-01-04 10:39:50,682 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,683 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [freeMemory] is being defaulted to: FREEMEMORY.

                2018-01-04 10:39:50,683 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,690 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [timestamp] is being defaulted to: TIMESTAMP.

                2018-01-04 10:39:50,691 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [activeNetworkInterface] is being defaulted to: ACTIVENETWORKINTERFACE.

                2018-01-04 10:39:50,692 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Configuration] is being defaulted to: Configuration.

                2018-01-04 10:39:50,692 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Configuration] is being defaulted to: CONFIGURATION.

                2018-01-04 10:39:50,693 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [confId] is being defaulted to: CONFID.

                2018-01-04 10:39:50,693 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [dbMigrationError] is being defaulted to: DBMIGRATIONERROR.

                2018-01-04 10:39:50,694 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [userConfId] is being defaulted to: USERCONFID.

                2018-01-04 10:39:50,694 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,695 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,695 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.GraphItem] is being defaulted to: GraphItem.

                2018-01-04 10:39:50,696 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.GraphItem] is being defaulted to: GRAPHITEM.

                2018-01-04 10:39:50,697 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [materialAction] is being defaulted to: MATERIALACTION.

                2018-01-04 10:39:50,701 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [ignoreSet] is being defaulted to: IGNORESET.

                2018-01-04 10:39:50,701 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [assembledSetAction] is being defaulted to: ASSEMBLEDSETACTION.

                2018-01-04 10:39:50,703 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [sterilizesForPeriod] is being defaulted to: STERILIZESFORPERIOD.

                2018-01-04 10:39:50,704 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [checkSterile] is being defaulted to: CHECKSTERILE.

                2018-01-04 10:39:50,704 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [requiresMaintenance] is being defaulted to: REQUIRESMAINTENANCE.

                2018-01-04 10:39:50,705 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [markFullSet] is being defaulted to: MARKFULLSET.

                2018-01-04 10:39:50,706 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [graphStartItem] is being defaulted to: GRAPHSTARTITEM.

                2018-01-04 10:39:50,707 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [oneTime] is being defaulted to: ONETIME.

                2018-01-04 10:39:50,707 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [endOfLife] is being defaulted to: ENDOFLIFE.

                2018-01-04 10:39:50,708 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [checkIn] is being defaulted to: CHECKIN.

                2018-01-04 10:39:50,709 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [sterile] is being defaulted to: STERILE.

                2018-01-04 10:39:50,713 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,714 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [checkOut] is being defaulted to: CHECKOUT.

                2018-01-04 10:39:50,715 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [maintenance] is being defaulted to: MAINTENANCE.

                2018-01-04 10:39:50,716 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [repeatAllowed] is being defaulted to: REPEATALLOWED.

                2018-01-04 10:39:50,717 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,717 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.TemplateContainerItem] is being defaulted to: TemplateContainerItem.

                2018-01-04 10:39:50,718 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.TemplateContainerItem] is being defaulted to: TEMPLATECONTAINERITEM.

                2018-01-04 10:39:50,718 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [amount] is being defaulted to: AMOUNT.

                2018-01-04 10:39:50,719 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,719 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [articleCode] is being defaulted to: ARTICLECODE.

                2018-01-04 10:39:50,719 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,720 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Domain] is being defaulted to: Domain.

                2018-01-04 10:39:50,720 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Domain] is being defaulted to: DOMAIN.

                2018-01-04 10:39:50,721 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [color] is being defaulted to: COLOR.

                2018-01-04 10:39:50,726 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,727 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,728 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,728 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Container] is being defaulted to: Container.

                2018-01-04 10:39:50,729 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Container] is being defaulted to: CONTAINER.

                2018-01-04 10:39:50,729 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [assembledSet] is being defaulted to: ASSEMBLEDSET.

                2018-01-04 10:39:50,730 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [requireAll] is being defaulted to: REQUIREALL.

                2018-01-04 10:39:50,731 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [latestActivityTimestamp] is being defaulted to: LATESTACTIVITYTIMESTAMP.

                2018-01-04 10:39:50,731 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,731 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [additionalInfo] is being defaulted to: ADDITIONALINFO.

                2018-01-04 10:39:50,732 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [location] is being defaulted to: LOCATION.

                2018-01-04 10:39:50,732 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,733 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [type] is being defaulted to: TYPE.

                2018-01-04 10:39:50,733 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,734 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.TemplateContainer] is being defaulted to: TemplateContainer.

                2018-01-04 10:39:50,734 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.TemplateContainer] is being defaulted to: TEMPLATECONTAINER.

                2018-01-04 10:39:50,738 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [name] is being defaulted to: NAME.

                2018-01-04 10:39:50,739 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,741 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,742 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Settings] is being defaulted to: Settings.

                2018-01-04 10:39:50,742 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Settings] is being defaulted to: SETTINGS.

                2018-01-04 10:39:50,743 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [defaultTimeZoneId] is being defaulted to: DEFAULTTIMEZONEID.

                2018-01-04 10:39:50,744 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [pinMinimumLength] is being defaulted to: PINMINIMUMLENGTH.

                2018-01-04 10:39:50,745 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [defaultLocaleId] is being defaulted to: DEFAULTLOCALEID.

                2018-01-04 10:39:50,746 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,747 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [loginPolicy] is being defaulted to: LOGINPOLICY.

                2018-01-04 10:39:50,747 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [serverId] is being defaulted to: SERVERID.

                2018-01-04 10:39:50,751 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [uhfRegion] is being defaulted to: UHFREGION.

                2018-01-04 10:39:50,753 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,754 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Transaction] is being defaulted to: Transaction.

                2018-01-04 10:39:50,754 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Transaction] is being defaulted to: TRANSACTION.

                2018-01-04 10:39:50,755 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [forced] is being defaulted to: FORCED.

                2018-01-04 10:39:50,756 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [transactionTimestamp] is being defaulted to: TRANSACTIONTIMESTAMP.

                2018-01-04 10:39:50,758 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [processingTime] is being defaulted to: PROCESSINGTIME.

                2018-01-04 10:39:50,762 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [readingTime] is being defaulted to: READINGTIME.

                2018-01-04 10:39:50,763 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,765 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,766 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The alias name for the entity class [class com.nextfour.itemtracker.data.Push] is being defaulted to: Push.

                2018-01-04 10:39:50,766 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The table name for entity [class com.nextfour.itemtracker.data.Push] is being defaulted to: PUSH.

                2018-01-04 10:39:50,767 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [latestTransactionId] is being defaulted to: LATESTTRANSACTIONID.

                2018-01-04 10:39:50,768 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [targetName] is being defaulted to: TARGETNAME.

                2018-01-04 10:39:50,768 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [latestDeviceLogId] is being defaulted to: LATESTDEVICELOGID.

                2018-01-04 10:39:50,769 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [id] is being defaulted to: ID.

                2018-01-04 10:39:50,770 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The column name for element [consistencyVersion] is being defaulted to: CONSISTENCYVERSION.

                2018-01-04 10:39:50,795 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field technicalReferences] is being defaulted to: ID.

                2018-01-04 10:39:50,798 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The value column name for the basic collection/map mapping element mapping element [technicalReferences] is being defaulted to: TECHNICALREFERENCES.

                2018-01-04 10:39:50,810 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field latestActivity] is being defaulted to: ID.

                2018-01-04 10:39:50,811 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [latestActivity] is being defaulted to: LATESTACTIVITY_ID.

                2018-01-04 10:39:50,812 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field checkedOutByUser] is being defaulted to: ID.

                2018-01-04 10:39:50,813 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [checkedOutByUser] is being defaulted to: CHECKEDOUTBYUSER_ID.

                2018-01-04 10:39:50,814 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field latestDomain] is being defaulted to: ID.

                2018-01-04 10:39:50,814 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [latestDomain] is being defaulted to: LATESTDOMAIN_ID.

                2018-01-04 10:39:50,819 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field containers] is being defaulted to: ARTICLE_CONTAINER.

                2018-01-04 10:39:50,821 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field containers] is being defaulted to: ID.

                2018-01-04 10:39:50,821 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [containers] is being defaulted to: articles_ID.

                2018-01-04 10:39:50,825 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field containers] is being defaulted to: ID.

                2018-01-04 10:39:50,825 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [containers] is being defaulted to: containers_ID.

                2018-01-04 10:39:50,826 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field latestUser] is being defaulted to: ID.

                2018-01-04 10:39:50,826 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [latestUser] is being defaulted to: LATESTUSER_ID.

                2018-01-04 10:39:50,827 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field group] is being defaulted to: ID.

                2018-01-04 10:39:50,827 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [group] is being defaulted to: GROUP_ID.

                2018-01-04 10:39:50,828 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field device] is being defaulted to: ID.

                2018-01-04 10:39:50,828 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [device] is being defaulted to: DEVICE_ID.

                2018-01-04 10:39:50,831 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field activities] is being defaulted to: DEVICE_ACTIVITY.

                2018-01-04 10:39:50,834 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field activities] is being defaulted to: ID.

                2018-01-04 10:39:50,834 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [activities] is being defaulted to: Device_ID.

                2018-01-04 10:39:50,836 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field activities] is being defaulted to: ID.

                2018-01-04 10:39:50,837 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [activities] is being defaulted to: activities_ID.

                2018-01-04 10:39:50,837 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field domain] is being defaulted to: ID.

                2018-01-04 10:39:50,838 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [domain] is being defaulted to: DOMAIN_ID.

                2018-01-04 10:39:50,839 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field location] is being defaulted to: ID.

                2018-01-04 10:39:50,840 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [location] is being defaulted to: LOCATION_ID.

                2018-01-04 10:39:50,841 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field device] is being defaulted to: ID.

                2018-01-04 10:39:50,842 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [device] is being defaulted to: DEVICE_ID.

                2018-01-04 10:39:50,843 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field articleGroups] is being defaulted to: GRAPH_ARTICLEGROUP.

                2018-01-04 10:39:50,846 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field articleGroups] is being defaulted to: ID.

                2018-01-04 10:39:50,847 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [articleGroups] is being defaulted to: Graph_ID.

                2018-01-04 10:39:50,849 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field articleGroups] is being defaulted to: ID.

                2018-01-04 10:39:50,850 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [articleGroups] is being defaulted to: articleGroups_ID.

                2018-01-04 10:39:50,850 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field graphItems] is being defaulted to: GRAPH_GRAPHITEM.

                2018-01-04 10:39:50,851 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field graphItems] is being defaulted to: ID.

                2018-01-04 10:39:50,851 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [graphItems] is being defaulted to: Graph_ID.

                2018-01-04 10:39:50,852 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field graphItems] is being defaulted to: ID.

                2018-01-04 10:39:50,852 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [graphItems] is being defaulted to: graphItems_ID.

                2018-01-04 10:39:50,853 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field transaction] is being defaulted to: ID.

                2018-01-04 10:39:50,853 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [transaction] is being defaulted to: TRANSACTION_ID.

                2018-01-04 10:39:50,854 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field article] is being defaulted to: ID.

                2018-01-04 10:39:50,854 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [article] is being defaulted to: ARTICLE_ID.

                2018-01-04 10:39:50,856 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field user] is being defaulted to: ID.

                2018-01-04 10:39:50,863 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [user] is being defaulted to: USER_ID.

                2018-01-04 10:39:50,864 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field device] is being defaulted to: ID.

                2018-01-04 10:39:50,865 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [device] is being defaulted to: DEVICE_ID.

                2018-01-04 10:39:50,866 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field user] is being defaulted to: ID.

                2018-01-04 10:39:50,866 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [user] is being defaulted to: USER_ID.

                2018-01-04 10:39:50,867 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field transaction] is being defaulted to: ID.

                2018-01-04 10:39:50,868 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [transaction] is being defaulted to: TRANSACTION_ID.

                2018-01-04 10:39:50,871 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field article] is being defaulted to: ID.

                2018-01-04 10:39:50,873 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [article] is being defaulted to: ARTICLE_ID.

                2018-01-04 10:39:50,875 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field device] is being defaulted to: ID.

                2018-01-04 10:39:50,876 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [device] is being defaulted to: DEVICE_ID.

                2018-01-04 10:39:50,877 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field activity] is being defaulted to: ID.

                2018-01-04 10:39:50,877 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [activity] is being defaulted to: ACTIVITY_ID.

                2018-01-04 10:39:50,878 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field domain] is being defaulted to: ID.

                2018-01-04 10:39:50,878 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [domain] is being defaulted to: DOMAIN_ID.

                2018-01-04 10:39:50,880 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field nextGraphItems] is being defaulted to: GRAPHITEM_GRAPHITEM.

                2018-01-04 10:39:50,884 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field nextGraphItems] is being defaulted to: ID.

                2018-01-04 10:39:50,887 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [nextGraphItems] is being defaulted to: GraphItem_ID.

                2018-01-04 10:39:50,888 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field nextGraphItems] is being defaulted to: ID.

                2018-01-04 10:39:50,890 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [nextGraphItems] is being defaulted to: nextGraphItems_ID.

                2018-01-04 10:39:50,891 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field latestActivity] is being defaulted to: ID.

                2018-01-04 10:39:50,892 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [latestActivity] is being defaulted to: LATESTACTIVITY_ID.

                2018-01-04 10:39:50,893 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field latestUser] is being defaulted to: ID.

                2018-01-04 10:39:50,893 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [latestUser] is being defaulted to: LATESTUSER_ID.

                2018-01-04 10:39:50,894 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field containerItems] is being defaulted to: TEMPLATECONTAINER_TEMPLATECONTAINERITEM.

                2018-01-04 10:39:50,900 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field containerItems] is being defaulted to: ID.

                2018-01-04 10:39:50,902 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [containerItems] is being defaulted to: TemplateContainer_ID.

                2018-01-04 10:39:50,904 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field containerItems] is being defaulted to: ID.

                2018-01-04 10:39:50,905 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [containerItems] is being defaulted to: containerItems_ID.

                2018-01-04 10:39:50,913 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field forceUser] is being defaulted to: ID.

                2018-01-04 10:39:50,915 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [forceUser] is being defaulted to: FORCEUSER_ID.

                2018-01-04 10:39:50,917 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field activity] is being defaulted to: ID.

                2018-01-04 10:39:50,918 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [activity] is being defaulted to: ACTIVITY_ID.

                2018-01-04 10:39:50,919 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field warnings] is being defaulted to: TRANSACTION_WARNINGENTRY.

                2018-01-04 10:39:50,920 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field warnings] is being defaulted to: ID.

                2018-01-04 10:39:50,926 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [warnings] is being defaulted to: Transaction_ID.

                2018-01-04 10:39:50,927 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field warnings] is being defaulted to: ID.

                2018-01-04 10:39:50,928 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [warnings] is being defaulted to: warnings_ID.

                2018-01-04 10:39:50,928 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field encounter] is being defaulted to: ID.

                2018-01-04 10:39:50,929 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [encounter] is being defaulted to: ENCOUNTER_ID.

                2018-01-04 10:39:50,930 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field domain] is being defaulted to: ID.

                2018-01-04 10:39:50,931 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [domain] is being defaulted to: DOMAIN_ID.

                2018-01-04 10:39:50,932 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field location] is being defaulted to: ID.

                2018-01-04 10:39:50,933 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [location] is being defaulted to: LOCATION_ID.

                2018-01-04 10:39:50,934 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field containers] is being defaulted to: TRANSACTION_CONTAINER.

                2018-01-04 10:39:50,935 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field containers] is being defaulted to: ID.

                2018-01-04 10:39:50,939 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [containers] is being defaulted to: Transaction_ID.

                2018-01-04 10:39:50,942 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field containers] is being defaulted to: ID.

                2018-01-04 10:39:50,943 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [containers] is being defaulted to: containers_ID.

                2018-01-04 10:39:50,945 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field forceReasons] is being defaulted to: TRANSACTION_FORCEREASON.

                2018-01-04 10:39:50,947 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field forceReasons] is being defaulted to: ID.

                2018-01-04 10:39:50,951 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [forceReasons] is being defaulted to: Transaction_ID.

                2018-01-04 10:39:50,952 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field forceReasons] is being defaulted to: ID.

                2018-01-04 10:39:50,953 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [forceReasons] is being defaulted to: forceReasons_ID.

                2018-01-04 10:39:50,954 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The join table name for the many to many mapping [field articles] is being defaulted to: TRANSACTION_ARTICLE.

                2018-01-04 10:39:50,954 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source primary key column name for the many to many mapping [field articles] is being defaulted to: ID.

                2018-01-04 10:39:50,955 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The source foreign key column name for the many to many mapping [articles] is being defaulted to: Transaction_ID.

                2018-01-04 10:39:50,957 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target primary key column name for the many to many mapping [field articles] is being defaulted to: ID.

                2018-01-04 10:39:50,958 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The target foreign key column name for the many to many mapping [articles] is being defaulted to: articles_ID.

                2018-01-04 10:39:50,958 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field device] is being defaulted to: ID.

                2018-01-04 10:39:50,963 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [device] is being defaulted to: DEVICE_ID.

                2018-01-04 10:39:50,963 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The primary key column name for the mapping element [field user] is being defaulted to: ID.

                2018-01-04 10:39:50,965 INFO  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 69) The foreign key column name for the mapping element [user] is being defaulted to: USER_ID.

                2018-01-04 10:39:51,095 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dtsserver-v6.4.1-wildfly.war

                2018-01-04 10:39:51,613 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final

                2018-01-04 10:39:51,923 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0004: Deploying JDBC-compliant driver class org.hsqldb.jdbc.JDBCDriver (version 2.3)

                2018-01-04 10:39:51,926 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.6)

                2018-01-04 10:39:51,968 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 2.3.5 (Final)

                2018-01-04 10:39:52,007 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.hsqldb.jdbc.JDBCDriver_2_3

                2018-01-04 10:39:52,009 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.mariadb.jdbc.Driver_1_6

                2018-01-04 10:39:53,414 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 70) Initializing AtmosphereFramework

                2018-01-04 10:39:53,448 INFO  [com.nextfour.itemtracker.contextlistener.AppContextListener] (ServerService Thread Pool -- 70) Running context initialization!

                2018-01-04 10:39:53,461 INFO  [org.flywaydb.core.internal.util.VersionPrinter] (ServerService Thread Pool -- 70) Flyway 4.2.0 by Boxfuse

                2018-01-04 10:39:53,477 INFO  [org.flywaydb.core.internal.dbsupport.DbSupportFactory] (ServerService Thread Pool -- 70) Database: jdbc:mysql://localhost:3306/reader (MySQL 5.7)

                2018-01-04 10:39:53,612 ERROR [com.nextfour.itemtracker.contextlistener.AppContextListener] (ServerService Thread Pool -- 70) Flyway: Migration Process Failed : Validate failed: Migration checksum mismatch for migration 25

                -> Applied to database : 630511015

                -> Resolved locally    : -1714466534

                2018-01-04 10:39:53,757 INFO  [org.eclipse.persistence] (ServerService Thread Pool -- 70) EclipseLink, version: Eclipse Persistence Services - 2.6.4.v20160829-44060b6

                2018-01-04 10:39:53,771 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 70) connecting(DatabaseLogin(

                    platform=>MySQLPlatform

                    user name=> ""

                    connector=>JNDIConnector datasource name=>null

                ))

                2018-01-04 10:39:53,772 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 70) Connected: jdbc:mysql://localhost:3306/reader

                    User: its

                    Database: MySQL  Version: 5.7.17-log

                    Driver: MariaDB connector/J  Version: 1.5.9

                2018-01-04 10:39:53,773 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 70) connecting(DatabaseLogin(

                    platform=>MySQLPlatform

                    user name=> ""

                    connector=>JNDIConnector datasource name=>null

                ))

                2018-01-04 10:39:53,773 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 70) Connected: jdbc:mysql://localhost:3306/reader

                    User: its

                    Database: MySQL  Version: 5.7.17-log

                    Driver: MariaDB connector/J  Version: 1.5.9

                2018-01-04 10:39:53,784 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [forceUser] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,785 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [activity] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,785 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [encounter] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,788 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [location] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,788 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [device] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,791 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [user] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,793 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [transaction] for the entity class [class com.nextfour.itemtracker.data.ForceReason] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,796 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [article] for the entity class [class com.nextfour.itemtracker.data.ForceReason] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,798 WARN  [org.eclipse.persistence.metadata] (ServerService Thread Pool -- 70) Reverting the lazy setting on the OneToOne or ManyToOne attribute [location] for the entity class [class com.nextfour.itemtracker.data.Device] since weaving was not enabled or did not occur.

                2018-01-04 10:39:53,876 INFO  [org.eclipse.persistence.connection] (ServerService Thread Pool -- 70) /vfs:/C:/Users/vargaca/Documents/Servers/wildfly-10.1.0.Final/bin/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/classes/_reader login successful

                2018-01-04 10:39:56,203 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) FlywayDB: Information of applied migrations.

                2018-01-04 10:39:56,213 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[0][<< Flyway Baseline >>][BASELINE][its][2017-08-24 11:26:29.0][BASELINE]]

                2018-01-04 10:39:56,223 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[1][DTS Initial Version][SQL][its][2017-08-24 11:26:30.0][SUCCESS]]

                2018-01-04 10:39:56,227 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[6.0.0][Encounters support][SQL][its][2017-08-24 11:26:50.0][SUCCESS]]

                2018-01-04 10:39:56,227 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[7][Mirror handle fix][SQL][its][2017-08-24 11:26:50.0][SUCCESS]]

                2018-01-04 10:39:56,229 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[8][Location support][SQL][its][2017-08-24 11:27:14.0][SUCCESS]]

                2018-01-04 10:39:56,229 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[9][Procedure set][SQL][its][2017-08-24 11:27:17.0][SUCCESS]]

                2018-01-04 10:39:56,229 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[10][Rename procedure set to assembled set][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,229 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[11][User current login count][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,229 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[12][Configuration db migration error][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[13][Materials use return][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[14][Push][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[15][Push devicelog][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[16][Materials use return][SQL][its][2017-08-24 11:27:22.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[17][Server uuid][SQL][its][2017-08-24 11:27:23.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[18][Encounter policy][SQL][its][2017-10-04 16:03:31.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[19][Add indexes and lowercase tagid][SQL][its][2017-12-04 13:46:57.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[20][Logs processing time][SQL][its][2017-12-04 13:47:12.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[21][Reader type manufacturer][JDBC][its][2017-12-04 13:47:12.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[22][User agreement field][SQL][its][2017-12-04 13:47:12.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[23][Ignore encounter activity][SQL][its][2017-12-11 12:36:38.0][SUCCESS]]

                2018-01-04 10:39:56,230 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[24][Devicelog user][SQL][its][2017-12-11 12:36:59.0][SUCCESS]]

                2018-01-04 10:39:56,231 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[25][Create Location Type Table][SQL][its][2017-12-22 10:22:54.0][SUCCESS]]

                2018-01-04 10:39:56,231 INFO  [com.nextfour.itemtracker.service.flyway.DBMigrationManager] (ServerService Thread Pool -- 70) [[26][Create location hierarchy][SQL][its][2017-12-22 10:22:55.0][FUTURE_SUCCESS]]

                2018-01-04 10:39:56,281 INFO  [com.nextfour.itemtracker.contextlistener.AppContextListener] (ServerService Thread Pool -- 70) DB migration finished.

                2018-01-04 10:39:56,888 INFO  [com.nextfour.itemtracker.contextlistener.AppContextListener] (ServerService Thread Pool -- 70) Push support enabled

                2018-01-04 10:39:57,069 INFO  [com.nextfour.itemtracker.contextlistener.PushAmqpContextListener] (ServerService Thread Pool -- 70) Push support disabled

                2018-01-04 10:39:57,182 INFO  [com.nextfour.itemtracker.contextlistener.PushRomexisContextListener] (ServerService Thread Pool -- 70) Push support disabled

                2018-01-04 10:39:57,230 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Installed AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler mapped to context-path: /*

                2018-01-04 10:39:57,231 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Installed the following AtmosphereInterceptor mapped to AtmosphereHandler com.vaadin.server.communication.PushAtmosphereHandler

                2018-01-04 10:39:57,240 INFO  [org.atmosphere.util.IOUtils] (ServerService Thread Pool -- 70) META-INF/services/org.atmosphere.cpr.AtmosphereFramework not found in class loader

                2018-01-04 10:39:57,267 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Atmosphere is using org.atmosphere.util.VoidAnnotationProcessor for processing annotation

                2018-01-04 10:39:57,290 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Installed WebSocketProtocol org.atmosphere.websocket.protocol.SimpleHttpProtocol

                2018-01-04 10:39:57,299 INFO  [org.atmosphere.container.JSR356AsyncSupport] (ServerService Thread Pool -- 70) JSR 356 Mapping path /{path}

                2018-01-04 10:39:57,308 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 70) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}

                2018-01-04 10:39:57,315 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 70) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}

                2018-01-04 10:39:57,317 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 70) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}

                2018-01-04 10:39:57,318 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 70) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}

                2018-01-04 10:39:57,320 INFO  [io.undertow.websockets.jsr] (ServerService Thread Pool -- 70) UT026005: Adding programmatic server endpoint class org.atmosphere.container.JSR356Endpoint for path /{path}/{path0}/{path1}/{path2}/{path3}

                2018-01-04 10:39:57,321 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Installing Default AtmosphereInterceptors

                2018-01-04 10:39:57,323 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.CorsInterceptor : CORS Interceptor Support

                2018-01-04 10:39:57,324 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.CacheHeadersInterceptor : Default Response's Headers Interceptor

                2018-01-04 10:39:57,326 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.PaddingAtmosphereInterceptor : Browser Padding Interceptor Support

                2018-01-04 10:39:57,331 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.AndroidAtmosphereInterceptor : Android Interceptor Support

                2018-01-04 10:39:57,332 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Dropping Interceptor org.atmosphere.interceptor.HeartbeatInterceptor

                2018-01-04 10:39:57,333 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.SSEAtmosphereInterceptor : SSE Interceptor Support

                2018-01-04 10:39:57,335 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.JSONPAtmosphereInterceptor : JSONP Interceptor Support

                2018-01-04 10:39:57,342 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.JavaScriptProtocol : Atmosphere JavaScript Protocol

                2018-01-04 10:39:57,344 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor : org.atmosphere.interceptor.WebSocketMessageSuspendInterceptor

                2018-01-04 10:39:57,346 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.OnDisconnectInterceptor : Browser disconnection detection

                2018-01-04 10:39:57,347 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70)     org.atmosphere.interceptor.IdleResourceInterceptor : org.atmosphere.interceptor.IdleResourceInterceptor

                2018-01-04 10:39:57,347 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Set org.atmosphere.cpr.AtmosphereInterceptor.disableDefaults to disable them.

                2018-01-04 10:39:57,352 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Using EndpointMapper class org.atmosphere.util.DefaultEndpointMapper

                2018-01-04 10:39:57,356 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Using BroadcasterCache: org.atmosphere.cache.UUIDBroadcasterCache

                2018-01-04 10:39:57,357 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Default Broadcaster Class: org.atmosphere.cpr.DefaultBroadcaster

                2018-01-04 10:39:57,359 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Broadcaster Polling Wait Time 100

                2018-01-04 10:39:57,359 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Shared ExecutorService supported: true

                2018-01-04 10:39:57,360 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Messaging Thread Pool Size: Unlimited

                2018-01-04 10:39:57,360 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Async I/O Thread Pool Size: 200

                2018-01-04 10:39:57,361 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Using BroadcasterFactory: org.atmosphere.cpr.DefaultBroadcasterFactory

                2018-01-04 10:39:57,362 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Using WebSocketProcessor: org.atmosphere.websocket.DefaultWebSocketProcessor

                2018-01-04 10:39:57,371 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Invoke AtmosphereInterceptor on WebSocket message true

                2018-01-04 10:39:57,372 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) HttpSession supported: true

                2018-01-04 10:39:57,373 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Atmosphere is using DefaultAtmosphereObjectFactory for dependency injection and object creation

                2018-01-04 10:39:57,374 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Atmosphere is using async support: org.atmosphere.container.JSR356AsyncSupport running under container: WildFly 2.2.0.Final - 1.4.0.Final using javax.servlet/3.0 and jsr356/WebSocket API

                2018-01-04 10:39:57,375 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Atmosphere Framework 2.2.9.vaadin2 started.

                2018-01-04 10:39:57,385 INFO  [org.atmosphere.cpr.AtmosphereFramework] (ServerService Thread Pool -- 70) Installed AtmosphereInterceptor  Track Message Size Interceptor using | with priority BEFORE_DEFAULT

                2018-01-04 10:39:58,168 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002225: Deploying javax.ws.rs.core.Application: class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,179 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.UserResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,182 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.EncounterResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,182 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ArticleGroupResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,184 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.DepartmentResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,184 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.MaterialResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,185 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ConfigurationResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,185 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.LocationResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,189 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ArticleSetResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,198 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.LogResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,198 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ActivityResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,200 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ContainerResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,200 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ReaderResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,201 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.ArticleResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,202 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 70) RESTEASY002200: Adding class resource com.nextfour.itemtracker.rest.resource.InstrumentResource from Application class com.nextfour.itemtracker.rest.RestApplication

                2018-01-04 10:39:58,401 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 70) WFLYUT0021: Registered web context: /

                2018-01-04 10:39:58,545 INFO  [org.jboss.as.server] (External Management Request Threads -- 4) WFLYSRV0010: Deployed "dtsserver-v6.4.1-wildfly.war" (runtime-name : "dtsserver-v6.4.1-wildfly.war")

                 

                 

                Log Failure:

                 

                2018-01-08 13:41:51,817 INFO  [org.jboss.as.repository] (External Management Request Threads -- 3) WFLYDR0001: Content added at location /opt/wildfly/standalone/data/content/47/d328668c9abbea4aa2f5eaa2b5963949c3101d/content

                2018-01-08 13:41:51,848 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "dtsserver-v6.4.1-wildfly.war" (runtime-name: "dtsserver-v6.4.1-wildfly.war")

                2018-01-08 13:41:57,875 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-themes-7.5.9.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,876 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry commons-io-2.2.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,876 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry commons-codec-1.9.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/tableexport-for-vaadin-1.6.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,877 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-server-7.5.0.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-sass-compiler-0.9.12.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-shared-7.5.0.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,878 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jsoup-1.8.1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/confirmdialog-2.1.3.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,892 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-server-7.6.4.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,893 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry yuicompressor-2.4.8.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,893 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry js-1.7R2.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,893 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-shared-7.6.4.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,893 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,893 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vizcomponent-0.3-SNAPSHOT.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,899 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jackson-annotations-2.5.0.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,900 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jackson-databind-2.5.2.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,900 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jackson-core-2.5.1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,901 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry commons-io-1.4.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-charts-3.2.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-server-7.2.0.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-sass-compiler-0.9.2.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry cssparser-0.9.11.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,922 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry commons-jexl-2.1.1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,923 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry commons-logging-1.1.1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,923 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry vaadin-shared-7.2.0.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,923 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry streamhtmlparser-jsilver-0.0.10.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,923 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry guava-16.0.1.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,923 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry android-json-0.0.20131108.vaadin1.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,924 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry jsoup-1.6.3.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/googleanalyticstracker-2.1.0.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,962 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry yuicompressor-2.4.8.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-sass-compiler-0.9.13.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:57,962 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0059: Class Path entry js-1.7R2.jar in /content/dtsserver-v6.4.1-wildfly.war/WEB-INF/lib/vaadin-sass-compiler-0.9.13.jar  does not point to a valid jar for a Class-Path reference.

                2018-01-08 13:41:58,196 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for reader

                2018-01-08 13:41:58,613 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) WFLYJPA0003: Starting Persistence Unit Service 'dtsserver-v6.4.1-wildfly.war#reader'

                2018-01-08 13:41:59,332 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment dtsserver-v6.4.1-wildfly.war

                2018-01-08 13:41:59,418 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.4.Final

                2018-01-08 13:41:59,775 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.6)

                2018-01-08 13:41:59,777 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0004: Deploying JDBC-compliant driver class org.hsqldb.jdbc.JDBCDriver (version 2.3)

                2018-01-08 13:41:59,815 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 2.3.5 (Final)

                2018-01-08 13:41:59,903 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.hsqldb.jdbc.JDBCDriver_2_3

                2018-01-08 13:41:59,904 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.mariadb.jdbc.Driver_1_6

                2018-01-08 13:42:01,526 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 68) Initializing AtmosphereFramework

                2018-01-08 13:42:01,652 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Info]: 2018-01-08 13:42:01.643--ServerSession(1020737452)--EclipseLink, version: Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd

                2018-01-08 13:42:01,690 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.69--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [forceUser] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,691 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.691--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [activity] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,691 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.691--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [encounter] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,692 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.692--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [location] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,692 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.692--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [device] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,693 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.693--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [user] for the entity class [class com.nextfour.itemtracker.data.Transaction] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,696 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.696--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [location] for the entity class [class com.nextfour.itemtracker.data.Device] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,697 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.697--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [transaction] for the entity class [class com.nextfour.itemtracker.data.ForceReason] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,697 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: metadata: 2018-01-08 13:42:01.697--ServerSession(1020737452)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [article] for the entity class [class com.nextfour.itemtracker.data.ForceReason] since weaving was not enabled or did not occur.

                2018-01-08 13:42:01,802 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Info]: connection: 2018-01-08 13:42:01.802--ServerSession(1020737452)--/vfs:/content/dtsserver-v6.4.1-wildfly.war/WEB-INF/classes/_reader login successful

                2018-01-08 13:42:01,897 INFO  [stdout] (ServerService Thread Pool -- 68) [EL Warning]: 2018-01-08 13:42:01.896--UnitOfWork(1874747578)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                2018-01-08 13:42:01,897 INFO  [stdout] (ServerService Thread Pool -- 68) Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                2018-01-08 13:42:01,898 INFO  [stdout] (ServerService Thread Pool -- 68) Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                2018-01-08 13:42:01,898 INFO  [stdout] (ServerService Thread Pool -- 68) Error Code: 1146

                2018-01-08 13:42:01,898 INFO  [stdout] (ServerService Thread Pool -- 68) Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                2018-01-08 13:42:01,898 INFO  [stdout] (ServerService Thread Pool -- 68) Query: ReadAllQuery(referenceClass=Configuration sql="SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION")

                2018-01-08 13:42:01,903 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 68) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql="SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION")

                        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)

                        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)

                        at java.util.concurrent.FutureTask.run(FutureTask.java:266)

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

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

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

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

                Caused by: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql="SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION")

                        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:236)

                        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)

                        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)

                        ... 6 more

                Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql="SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION")

                        at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:387)

                        at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:260)

                        at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:478)

                        at org.vaadin.appfoundation.persistence.facade.JPAFacade.list(JPAFacade.java:96)

                        at com.nextfour.itemtracker.service.Engine.initConfiguration(Engine.java:2831)

                        at com.nextfour.itemtracker.service.Engine.<init>(Engine.java:178)

                        at com.nextfour.itemtracker.service.Engine.createEngine(Engine.java:165)

                        at com.nextfour.itemtracker.contextlistener.AbstractContextListener.contextInitialized(AbstractContextListener.java:48)

                        at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:200)

                        at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)

                        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)

                        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)

                        at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)

                        ... 8 more

                Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql="SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION")

                        at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:340)

                        at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:684)

                        at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:560)

                        at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2062)

                        at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:570)

                        at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:261)

                        at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:260)

                        at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:246)

                        at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:317)

                        at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:712)

                        at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2740)

                        at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2693)

                        at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:559)

                        at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1175)

                        at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:911)

                        at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1134)

                        at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:460)

                        at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1222)

                        at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2899)

                        at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1863)

                        at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845)

                        at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1810)

                        at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:258)

                        ... 26 more

                Caused by: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                        at org.mariadb.jdbc.internal.util.ExceptionMapper.get(ExceptionMapper.java:139)

                        at org.mariadb.jdbc.internal.util.ExceptionMapper.getException(ExceptionMapper.java:101)

                        at org.mariadb.jdbc.internal.util.ExceptionMapper.throwAndLogException(ExceptionMapper.java:77)

                        at org.mariadb.jdbc.MariaDbStatement.executeQueryEpilog(MariaDbStatement.java:226)

                        at org.mariadb.jdbc.MariaDbClientPreparedStatement.executeInternal(MariaDbClientPreparedStatement.java:233)

                        at org.mariadb.jdbc.MariaDbClientPreparedStatement.executeQuery(MariaDbClientPreparedStatement.java:177)

                        at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:504)

                        at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:1009)

                        at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:644)

                        ... 47 more

                Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                        at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1144)

                        at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1076)

                        at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1031)

                        at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:203)

                        at org.mariadb.jdbc.MariaDbClientPreparedStatement.executeInternal(MariaDbClientPreparedStatement.java:224)

                        ... 51 more

                 

                2018-01-08 13:42:01,909 ERROR [org.jboss.as.controller.management-operation] (External Management Request Threads -- 3) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "dtsserver-v6.4.1-wildfly.war")]) - failure description: {

                    "WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                    Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION"},

                    "WFLYCTL0412: Required services that are not installed:" => ["jboss.undertow.deployment.default-server.default-host./"],

                    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined

                }

                2018-01-08 13:42:01,924 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.mariadb.jdbc.Driver_1_6

                2018-01-08 13:42:01,924 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = dtsserver-v6.4.1-wildfly.war_org.hsqldb.jdbc.JDBCDriver_2_3

                2018-01-08 13:42:01,937 ERROR [org.jboss.as.server] (External Management Request Threads -- 3) WFLYSRV0021: Deploy of deployment "dtsserver-v6.4.1-wildfly.war" was rolled back with the following failure message:

                {

                    "WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: java.lang.RuntimeException: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.5.v20170607-b3d05bd): org.eclipse.persistence.exceptions.DatabaseException

                Internal Exception: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Error Code: 1146

                Call: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                Query: ReadAllQuery(referenceClass=Configuration sql=\"SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION\")

                    Caused by: java.sql.SQLSyntaxErrorException: (conn:17) Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION

                    Caused by: org.mariadb.jdbc.internal.util.dao.QueryException: Table 'reader.CONFIGURATION' doesn't exist

                Query is: SELECT ID, CONFID, CONSISTENCYVERSION, DBMIGRATIONERROR, USERCONFID FROM CONFIGURATION"},

                    "WFLYCTL0412: Required services that are not installed:" => ["jboss.undertow.deployment.default-server.default-host./"],

                    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined

                }

                2018-01-08 13:42:02,016 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 70) WFLYJPA0004: Stopping Persistence Unit Service 'dtsserver-v6.4.1-wildfly.war#reader'

                2018-01-08 13:42:02,118 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment dtsserver-v6.4.1-wildfly.war (runtime-name: dtsserver-v6.4.1-wildfly.war) in 207ms

                2018-01-08 13:42:02,121 INFO  [org.jboss.as.controller] (External Management Request Threads -- 3) WFLYCTL0183: Service status report

                WFLYCTL0184:    New missing/unsatisfied dependencies:

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.communication.CommunicationServlet".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.contextlistener.AppContextListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.contextlistener.PushAmqpContextListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.contextlistener.PushRomexisContextListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.rest.auth.AuthenticationFilter".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.nextfour.itemtracker.ui.ItemTrackerServlet".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."com.vaadin.server.communication.JSR356WebsocketInitializer".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."org.atmosphere.container.Servlet30CometSupport$CometListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                      service jboss.undertow.deployment.default-server.default-host./ (missing) dependents: [service jboss.deployment.unit."dtsserver-v6.4.1-wildfly.war".deploymentCompleteService]

                WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./

                • 5. Re: Wildfly 10.1.0.Final in Docker
                  jaikiran

                  Looking at that failure log stacktrace, it does appear that your application listener is being invoked:

                  at com.nextfour.itemtracker.contextlistener.AbstractContextListener.contextInitialized(AbstractContextListener.java:48)

                          at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)

                   

                  Is it the case that you have more than one context listener and now that you have moved away from the web.xml declaration, to annotations, maybe this is running into an ordering (of execution of these listeners) issue?

                  • 6. Re: Wildfly 10.1.0.Final in Docker
                    keihell

                    Hi! that seems to be the case, probably ....

                    is there a way I can define that ordering with the annotations?

                     

                    However, if that's the case, I still wonder how could it work when deploying the application in other type of environments other than docker?

                    • 7. Re: Wildfly 10.1.0.Final in Docker
                      jaikiran

                      keihell  wrote:

                       

                      Hi! that seems to be the case, probably ....

                      is there a way I can define that ordering with the annotations?

                      Ordering can't be controlled through annotations. There's a section in the servlet spec which mentions that for controlling the ordering, you need to use the web.xml equivalent. I don't have the spec at hand to point to the section.

                       

                      keihell  wrote:

                       

                       

                      However, if that's the case, I still wonder how could it work when deploying the application in other type of environments other than docker?

                      It probably is just an internal implementation detail of the JRE or usage of some API which causes the ordering of those classes to be different across those environments. But that's not a bug since it's been made explicit in the spec that such usage will have undefined ordering.