1 2 Previous Next 22 Replies Latest reply on Jan 29, 2018 10:36 AM by rareddy

    Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2

    giuseppe.cesmi

      Hi,

      i am a newbie of Jboss Data Virtualization and i am following the guide at this link Red Hat JBoss Data Virtualization Hello-world | Red Hat Developers

      to set up and try Jboss Data Virtualization on my CentOS 6.7 with openjdk 1.8.x.

      So i downlaoded and installed (following video part1 and part 2):

      1) dv_quickstart-2.1.0-dist.zip

      2) jboss-devstudio-9.1.0.GA-installer-eap.jar

      3) Once i started jboss-devstudio-9.1.0.GA i  installed Teiid Designer 10.0.2 from software updates

       

      When i try Test Administration connection (from teiid designer in eclipse) i get OK instead when i try Test JDBC connection i get "unable to establish jdbc connection to server jdbc:teiid:ping@mm://localhost:31000".

      I checked the server log but i didn't find error.

      I used the following credential:

      usr : teiidUser

      psw: redhat1!

       

      I looked for the same problem in this forum and tried to add a teiidUser running dv_server/bin/add-user.sh but i didn't solve the problem.

      What could i do ?

       

      Thanks,

      Giuseppe

        • 1. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
          shawkins

          > What could i do ?

           

          Is there more in the eclipse log or the JDV server log related to the exception?  For example is the client not even able to reach localhost 31000?  If it were a user issue that as well should be shown somewhere as an underlying authentication failure.

          • 2. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
            giuseppe.cesmi

            Hi Steven,

            this is my server log after Test Jdbc Connection:

             

            JbossDataVirtual]$ ./start_server.sh
            Starting H2 database...
            Starting DV Server ...

            ********************************************
            echo DV Server is ready
            echo
            echo Installed at /home/baudo/Scrivania/JbossDataVirtual/dv_server
            echo
            echo Connect to URL: jdbc:teiid:portfolio@mm://localhost:31000
            echo using Teiid User: Username/Password: teiidUser / redhat1!

            echo ********************************************

            **********************
            H2 Server Accounts database is available at:  jdbc:h2:tcp://localhost:9092/accounts
            **********************
            [baudo@samoa JbossDataVirtual]$ /home/baudo/Scrivania/JbossDataVirtual/lib/h2-1.3.168.redhat-4.jar
            =========================================================================

              JBoss Bootstrap Environment

              JBOSS_HOME: /home/baudo/Scrivania/JbossDataVirtual/dv_server

              JAVA: java

              JAVA_OPTS:  -server -XX:+UseCompressedOops -verbose:gc -Xloggc:"/home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/log/gc.log" -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.modules.policy-permissions=true

            =========================================================================

            OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
            TCP server running at tcp://172.27.118.20:9092 (only local connections)
            15:28:55,628 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.7.Final-redhat-1
            15:28:55,830 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.5.Final-redhat-1
            15:28:55,982 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss EAP 6.4.3.GA (AS 7.5.3.Final-redhat-2) starting
            15:28:57,594 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found integration-platform-console.war in deployment directory. To trigger deployment create a file called integration-platform-console.war.dodeploy
            15:28:57,619 INFO  [org.xnio] (MSC service thread 1-7) XNIO Version 3.0.14.GA-redhat-1
            15:28:57,626 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
            15:28:57,631 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.0.14.GA-redhat-1
            15:28:57,666 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 3.3.5.Final-redhat-1
            15:28:57,705 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
            15:28:57,713 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 39) JBAS011800: Activating Naming Subsystem
            15:28:57,731 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 46) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
            15:28:57,742 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 37) JBAS012615: Activated the following JSF Implementations: [main, 1.2]
            15:28:57,776 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013371: Activating Security Subsystem
            15:28:57,781 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
            15:28:57,801 INFO  [org.jboss.as.security] (MSC service thread 1-10) JBAS013370: Current PicketBox version=4.1.1.Final-redhat-1
            15:28:57,829 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-14) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.32.Final-redhat-1)
            15:28:57,906 INFO  [org.jboss.as.naming] (MSC service thread 1-7) JBAS011802: Starting Naming Service
            15:28:57,913 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-16) JBAS015400: Bound mail session [java:jboss/mail/Default]
            15:28:57,951 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
            15:28:58,388 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) JBWEB003001: Coyote HTTP/1.1 initializing on : http-/127.0.0.1:8080
            15:28:58,396 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-3) JBWEB003000: Coyote HTTP/1.1 starting on: http-/127.0.0.1:8080
            15:28:58,536 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-7) IJ020001: Required license terms for file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/
            15:28:58,536 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-3) IJ020001: Required license terms for file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/
            15:28:58,578 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-10) JBAS015012: Started FileSystemDeploymentService for directory /home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/deployments
            15:28:58,592 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:4447
            15:28:58,593 INFO  [org.jboss.as.remoting] (MSC service thread 1-16) JBAS017100: Listening on 127.0.0.1:9999
            15:28:58,613 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-16) IJ020001: Required license terms for file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/
            15:28:58,613 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/
            15:28:58,608 INFO  [org.jboss.ws.common.management] (MSC service thread 1-5) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.5.Final-redhat-2
            15:28:58,617 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-12) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
            15:28:58,617 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) JBAS010400: Bound data source [java:/h2dbA_DS]
            15:28:58,618 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:/accounts-ds]
            15:28:58,636 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-16) JBAS010406: Registered connection factory java:/CustomerRESTWebSvcSource
            15:28:58,640 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-2) JBAS010406: Registered connection factory java:/marketdata-file
            15:28:58,647 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020002: Deployed: file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/
            15:28:58,647 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-16) IJ020002: Deployed: file:/home/baudo/Scrivania/JbossDataVirtual/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/
            15:28:58,650 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-13) JBAS010401: Bound JCA ConnectionFactory [java:/marketdata-file]
            15:28:58,652 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010401: Bound JCA ConnectionFactory [java:/CustomerRESTWebSvcSource]
            15:28:58,839 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
            15:28:58,840 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
            15:28:58,840 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss EAP 6.4.3.GA (AS 7.5.3.Final-redhat-2) started in 3768ms - Started 185 of 223 services (57 services are lazy, passive or on-demand)
            15:35:28,688 INFO  [org.jboss.as.repository] (management-handler-thread - 6) JBAS014900: Content added at location /home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content
            15:35:28,707 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "ping-vdb.xml" (runtime-name: "ping-vdb.xml")
            15:35:29,128 INFO  [org.jboss.as.server] (management-handler-thread - 6) JBAS015859: Deployed "ping-vdb.xml" (runtime-name : "ping-vdb.xml")
            15:35:29,193 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015877: Stopped deployment ping-vdb.xml (runtime-name: ping-vdb.xml) in 30ms
            15:35:29,230 INFO  [org.jboss.as.repository] (management-handler-thread - 5) JBAS014901: Content removed from location /home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content
            15:35:29,231 INFO  [org.jboss.as.server] (management-handler-thread - 5) JBAS015858: Undeployed "ping-vdb.xml" (runtime-name: "ping-vdb.xml")
            15:41:42,228 INFO  [org.jboss.as.repository] (management-handler-thread - 11) JBAS014900: Content added at location /home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content
            15:41:42,233 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-10) JBAS015876: Starting deployment of "ping-vdb.xml" (runtime-name: "ping-vdb.xml")
            15:41:42,293 INFO  [org.jboss.as.server] (management-handler-thread - 11) JBAS015859: Deployed "ping-vdb.xml" (runtime-name : "ping-vdb.xml")
            15:41:42,324 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-13) JBAS015877: Stopped deployment ping-vdb.xml (runtime-name: ping-vdb.xml) in 11ms
            15:41:42,364 INFO  [org.jboss.as.repository] (management-handler-thread - 10) JBAS014901: Content removed from location /home/baudo/Scrivania/JbossDataVirtual/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content
            15:41:42,365 INFO  [org.jboss.as.server] (management-handler-thread - 10) JBAS015858: Undeployed "ping-vdb.xml" (runtime-name: "ping-vdb.xml")

             

             

             

             

             

             

            In Eclipse Error Log i found this error:

             

            eclipse.buildId=9.1.0.GA-v20160414-0124-B497

            java.version=1.8.0_121

            java.vendor=Oracle Corporation

            BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=it_IT

            Framework arguments:  -product com.jboss.devstudio.core.product

            Command-line arguments:  -os linux -ws gtk -arch x86_64 -product com.jboss.devstudio.core.product

             

            org.teiid.designer.dqp

            Error

            Tue Jan 23 15:30:11 CET 2018

            org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: Could not execute "read-attribute" for [{"subsystem" => "teiid"}]. Failure was "JBAS014883: No resource definition is registered for address [(\"subsystem\" => \"teiid\")]".

             

            org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: org.jboss.ide.eclipse.as.management.core.JBoss7ManangerException: Could not execute "read-attribute" for [{"subsystem" => "teiid"}]. Failure was "JBAS014883: No resource definition is registered for address [(\"subsystem\" => \"teiid\")]".

                at org.jboss.ide.eclipse.as.internal.management.wildfly9.Wildfly9Manager.execute(Wildfly9Manager.java:361)

                at org.jboss.ide.eclipse.as.internal.management.wildfly9.Wildfly9ManagerService.execute(Wildfly9ManagerService.java:171)

                at org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)

                at org.jboss.ide.eclipse.as.management.core.service.DelegatingManagerService.execute(DelegatingManagerService.java:132)

                at org.jboss.ide.eclipse.as.management.core.JBoss7ManagerServiceProxy.execute(JBoss7ManagerServiceProxy.java:87)

                at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.executeRequest(JBoss7ServerUtil.java:77)

                at org.teiid.designer.runtime.adapter.JBoss7ServerUtil.getTeiidRuntimeVersion(JBoss7ServerUtil.java:261)

                at org.teiid.designer.runtime.adapter.TeiidServerAdapterFactory.getTeiidRuntimeVersion(TeiidServerAdapterFactory.java:317)

                at org.teiid.designer.runtime.TeiidServer.connect(TeiidServer.java:232)

                at org.teiid.designer.runtime.TeiidServer.reconnect(TeiidServer.java:293)

                at org.teiid.designer.runtime.ui.server.RefreshServerAction$1.run(RefreshServerAction.java:89)

                at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator$2$1.run(UiBusyIndicator.java:206)

                at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

                at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)

                at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)

                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)

                at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.executeRunnable(UiBusyIndicator.java:227)

                at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhileInternal(UiBusyIndicator.java:159)

                at org.teiid.designer.ui.common.viewsupport.UiBusyIndicator.showWhile(UiBusyIndicator.java:1

            • 3. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
              rareddy

              Did you install the DV server? If so, how did you start it? The error indicates it is not able to reach Teiid component on the server.

              • 4. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                giuseppe.cesmi

                Hi Ramesh,

                I unzippe dv_quickstart-2.1.0-dist.zip and then i run setup_dv.sh so i guess DV server is installed.

                Then i registered the server inside Jboss Developer studio 9.1 ga  (Eclipse) and i started the server.

                In Eclipse inside Server tab i can read Teiid Instance Configuration and inside are listed items as you can see in the following screenshot.

                teiid server

                 

                Should i do something more to start Dv Server ?

                 

                Thanks,

                Giuseppe

                • 5. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                  blafond

                  1) Since the data sources and vdbs are showing in the Teiid Instance folder the "teiid" module was located and the admin connection was established.

                   

                  2) [TEIIDDES-2906] Server editor doesn't save teiid password when contains exclamation mark - JBoss Issue Tracker  would probably prevent your pwd from working in version 10.0.2.

                   

                  3) Try changing the JDBC password to not include the "!" character and hopefully it'll work.

                  • 6. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                    giuseppe.cesmi

                    Hi Barry,

                    i reinstalled dv server and than i changed psw for admin and teiidUser without usign !.

                    When i try Test Administration connection (from teiid designer in eclipse) i get OK instead when i try Test JDBC connection i get "unable to establish jdbc connection to server jdbc:teiid:ping@mm://localhost:31000" again.

                    I checked the port 31000 is available.

                    In Eclipse Error Log Tab i can read only No secure storage module found.

                    Any idea to proceed ?

                    • 7. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                      rareddy

                      Check to see in server.log file if there is any info on why connection refused or failed to start the port 31000. Also, what do you mean "I checked the port 31000 is available", did you use another SQL client or just netstat?

                      • 8. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                        giuseppe.cesmi

                        Hi Ramesh,

                        I used the command netstat  -tulpn to verify the port and this is the result

                        tcp    0 127.0.0.1:31000         0.0.0.0:*               LISTEN  8307/java 

                         

                        Here you can see my server log after trying Test JDBC connection. Maybe there is a significant WARN at time 09:53:46,304 and maybe it depends on how i changed user admin psw  using  dv_quick_start/dv_server/bin/add-user.sh.

                         

                        09:53:39,579 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.7.Final-redhat-1

                        09:53:39,889 INFO  [org.jboss.msc] (main) JBoss MSC version 1.1.6.Final-redhat-1

                        09:53:40,027 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015899: JBoss Red Hat JBoss Data Virtualization 6.3.0 (AS 7.5.9.Final-redhat-2) starting

                        09:53:40,040 DEBUG [org.jboss.as.config] (MSC service thread 1-7) Configured system properties:

                            [Standalone] =

                            awt.toolkit = sun.awt.X11.XToolkit

                            file.encoding = UTF-8

                            file.encoding.pkg = sun.io

                            file.separator = /

                            java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment

                            java.awt.headless = true

                            java.awt.printerjob = sun.print.PSPrinterJob

                            java.class.path = /home/baudo/Scrivania/dv_quick_start/dv_server/jboss-modules.jar

                            java.class.version = 52.0

                            java.endorsed.dirs = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/endorsed

                            java.ext.dirs = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/ext:/usr/java/packages/lib/ext

                            java.home = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre

                            java.io.tmpdir = /tmp

                            java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib

                            java.net.preferIPv4Stack = true

                            java.runtime.name = OpenJDK 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 = OpenJDK 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 = /home/baudo/Scrivania/dv_quick_start/dv_server

                            jboss.host.name = samoa

                            jboss.modules.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/modules

                            jboss.modules.policy-permissions = true

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

                            jboss.node.name = samoa

                            jboss.qualified.host.name = samoa.cesi.lan

                            jboss.server.base.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone

                            jboss.server.config.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/configuration

                            jboss.server.data.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/data

                            jboss.server.deploy.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/data/content

                            jboss.server.log.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/log

                            jboss.server.name = samoa

                            jboss.server.persist.config = true

                            jboss.server.temp.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/tmp

                            line.separator =

                         

                            logging.configuration = file:/home/baudo/Scrivania/dv_quick_start/dv_server/standalone/configuration/logging.properties

                            module.path = /home/baudo/Scrivania/dv_quick_start/dv_server/modules

                            org.jboss.boot.log.file = /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/log/server.log

                            org.jboss.resolver.warning = true

                            org.xml.sax.driver = __redirected.__XMLReaderFactory

                            os.arch = amd64

                            os.name = Linux

                            os.version = 2.6.32-431.29.2.el6.x86_64

                            path.separator = :

                            sun.arch.data.model = 64

                            sun.boot.class.path = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/resources.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/rt.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/jsse.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/jce.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/charsets.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/jfr.jar:/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/classes

                            sun.boot.library.path = /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.121-0.b13.el6_8.x86_64/jre/lib/amd64

                            sun.cpu.endian = little

                            sun.cpu.isalist =

                            sun.desktop = gnome

                            sun.io.unicode.encoding = UnicodeLittle

                            sun.java.command = /home/baudo/Scrivania/dv_quick_start/dv_server/jboss-modules.jar -mp /home/baudo/Scrivania/dv_quick_start/dv_server/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/home/baudo/Scrivania/dv_quick_start/dv_server -Djboss.server.base.dir=/home/baudo/Scrivania/dv_quick_start/dv_server/standalone

                            sun.java.launcher = SUN_STANDARD

                            sun.jnu.encoding = UTF-8

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

                            sun.os.patch.level = unknown

                            user.country = IT

                            user.dir = /home/baudo/Scrivania/dv_quick_start/dv_server/bin

                            user.home = /home/baudo

                            user.language = it

                            user.name = baudo

                            user.timezone = Europe/San_Marino

                        09:53:40,042 DEBUG [org.jboss.as.config] (MSC service thread 1-7) VM Arguments: -D[Standalone] -XX:+UseCompressedOops -verbose:gc -Xloggc:/home/baudo/Scrivania/dv_quick_start/dv_server/standalone/log/gc.log -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+UseGCLogFileRotation -XX:NumberOfGCLogFiles=5 -XX:GCLogFileSize=3M -XX:-TraceClassUnloading -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.modules.policy-permissions=true -Dorg.jboss.boot.log.file=/home/baudo/Scrivania/dv_quick_start/dv_server/standalone/log/server.log -Dlogging.configuration=file:/home/baudo/Scrivania/dv_quick_start/dv_server/standalone/configuration/logging.properties

                        09:53:42,014 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found integration-platform-console.war in deployment directory. To trigger deployment create a file called integration-platform-console.war.dodeploy

                        09:53:42,359 INFO  [org.jboss.security] (Controller Boot Thread) PBOX000361: Default Security Vault Implementation Initialized and Ready

                        09:53:42,379 INFO  [org.xnio] (MSC service thread 1-5) XNIO Version 3.0.15.GA-redhat-1

                        09:53:42,386 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)

                        09:53:42,392 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.0.15.GA-redhat-1

                        09:53:42,427 INFO  [org.jboss.remoting] (MSC service thread 1-5) JBoss Remoting version 3.3.8.Final-redhat-1

                        09:53:42,483 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.

                        09:53:42,513 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 41) JBAS011800: Activating Naming Subsystem

                        09:53:42,519 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 39) JBAS012615: Activated the following JSF Implementations: [main, 1.2]

                        09:53:42,542 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (IronJacamar 1.0.37.Final-redhat-1)

                        09:53:42,558 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 46) JBAS013371: Activating Security Subsystem

                        09:53:42,568 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 48) JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.

                        09:53:42,598 INFO  [org.jboss.as.security] (MSC service thread 1-8) JBAS013370: Current PicketBox version=4.1.2.Final-redhat-1

                        09:53:42,609 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 50) JBAS015537: Activating WebServices Extension

                        09:53:42,839 INFO  [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service

                        09:53:42,840 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]

                        09:53:42,903 INFO  [org.modeshape.common.logging.LogFactory] (ServerService Thread Pool -- 52) SLF4J implementation located in the classpath. It will be used by ModeShape for logging.

                        09:53:43,055 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

                        09:53:43,146 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010404: Deploying non-JDBC-compliant driver class org.modeshape.jdbc.LocalJcrDriver (version 3.8)

                        09:53:43,214 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010404: Deploying non-JDBC-compliant driver class org.teiid.jdbc.TeiidDriver (version 8.12)

                        09:53:43,216 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010404: Deploying non-JDBC-compliant driver class org.teiid.jdbc.TeiidDriver (version 8.12)

                        09:53:43,392 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-7) JBWEB003001: Coyote HTTP/1.1 initializing on : http-127.0.0.1:8080

                        09:53:43,431 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-7) JBWEB003000: Coyote HTTP/1.1 starting on: http-127.0.0.1:8080

                        09:53:43,639 INFO  [org.jboss.ws.common.management] (MSC service thread 1-1) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.6.Final-redhat-1

                        09:53:43,698 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce-34/main/

                        09:53:43,698 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/google/main/

                        09:53:43,705 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-4) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/solr/main/

                        09:53:43,705 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-6) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,774 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/simpledb/main/

                        09:53:43,783 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-6) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,785 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-6) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,790 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/ldap/main/

                        09:53:43,795 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/mongodb/main/

                        09:53:43,835 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-3) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/cassandra/main/

                        09:53:43,835 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-7) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/accumulo/main/

                        09:53:43,836 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,836 INFO  [org.jboss.as.connector.deployers.RADeployer] (MSC service thread 1-5) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce/main/

                        09:53:43,869 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-7) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce-34/main/

                        09:53:43,871 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,872 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,872 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-6) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/google/main/

                        09:53:43,873 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/simpledb/main/

                        09:53:43,874 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/ldap/main/

                        09:53:43,871 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-3) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/solr/main/

                        09:53:43,883 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/simpledb/main/

                        09:53:43,885 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,886 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-3) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/solr/main/

                        09:53:43,887 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-6) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/google/main/

                        09:53:43,889 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/ldap/main/

                        09:53:43,889 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/cassandra/main/

                        09:53:43,890 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/mongodb/main/

                        09:53:43,890 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-7) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce-34/main/

                        09:53:43,897 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,898 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-7) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,899 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-5) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/mongodb/main/

                        09:53:43,899 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/cassandra/main/

                        09:53:43,903 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:/datasources/ModeShapeDS]

                        09:53:43,903 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-2) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,904 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:/accounts-ds]

                        09:53:43,901 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce/main/

                        09:53:43,906 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

                        09:53:43,906 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) JBAS010400: Bound data source [java:jboss/datasources/DashboardDS]

                        09:53:43,900 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-6) IJ020001: Required license terms for file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/accumulo/main/

                        09:53:43,911 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-6) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/accumulo/main/

                        09:53:43,904 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:/h2db_new_DS]

                        09:53:43,921 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-7) JBAS010406: Registered connection factory java:/CustomerRESTWebSvcSource

                        09:53:43,922 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-1) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/salesforce/main/

                        09:53:43,925 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) JBAS010406: Registered connection factory java:/marketdata-file

                        09:53:43,940 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-4) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/file/main/

                        09:53:43,940 INFO  [org.jboss.as.connector.deployers.RaXmlDeployer] (MSC service thread 1-7) IJ020002: Deployed: file:/home/baudo/Scrivania/dv_quick_start/dv_server/modules/system/layers/dv/org/jboss/teiid/resource-adapter/webservice/main/

                        09:53:43,943 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) JBAS010401: Bound JCA ConnectionFactory [java:/CustomerRESTWebSvcSource]

                        09:53:43,943 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/marketdata-file]

                        09:53:43,992 INFO  [org.modeshape.jcr.JcrRepository] (MSC service thread 1-8) ModeShape version 3.8.4.GA-redhat-10

                        09:53:44,558 INFO  [org.infinispan.factories.GlobalComponentRegistry] (ServerService Thread Pool -- 54) ISPN000128: Infinispan version: Infinispan 'Delirium' 5.2.18.Final

                        09:53:44,647 INFO  [org.infinispan.factories.TransactionManagerFactory] (ServerService Thread Pool -- 54) ISPN000161: Using a batchMode transaction manager

                        09:53:44,647 INFO  [org.infinispan.factories.TransactionManagerFactory] (ServerService Thread Pool -- 55) ISPN000161: Using a batchMode transaction manager

                        09:53:44,647 INFO  [org.infinispan.factories.TransactionManagerFactory] (ServerService Thread Pool -- 56) ISPN000161: Using a batchMode transaction manager

                        09:53:44,668 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "jdbc-simple" added.

                        09:53:44,672 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "jdbc-ansi" added.

                        09:53:44,694 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "access" added.

                        09:53:44,722 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "db2" added.

                        09:53:44,735 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "derby" added.

                        09:53:45,147 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "h2" added.

                        09:53:45,174 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "hsql" added.

                        09:53:45,192 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "informix" added.

                        09:53:45,222 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "metamatrix" added.

                        09:53:45,256 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "mysql" added.

                        09:53:45,280 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "mysql5" added.

                        09:53:45,308 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 55) ISPN000031: MBeans were successfully registered to the platform MBean server.

                        09:53:45,310 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 54) ISPN000031: MBeans were successfully registered to the platform MBean server.

                        09:53:45,313 INFO  [org.infinispan.jmx.CacheJmxRegistration] (ServerService Thread Pool -- 56) ISPN000031: MBeans were successfully registered to the platform MBean server.

                        09:53:45,317 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) JBAS010281: Started resultset cache from teiid-cache container

                        09:53:45,317 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) JBAS010281: Started preparedplan cache from teiid-cache container

                        09:53:45,319 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) JBAS010281: Started resultset-repl cache from teiid-cache container

                        09:53:45,333 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "oracle" added.

                        09:53:45,368 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "postgresql" added.

                        09:53:45,395 INFO  [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50001 Teiid Engine 8.12.5.redhat-8 Started = Thu Jan 25 09:53:45 CET 2018

                        09:53:45,422 INFO  [org.teiid.RUNTIME] (MSC service thread 1-2) TEIID50038 Teiid Embedded transport enabled. Bound to: teiid/queryengine/odata

                        09:53:45,423 INFO  [org.teiid.RUNTIME] (MSC service thread 1-7) TEIID50038 Teiid Embedded transport enabled. Bound to: teiid/queryengine/embedded

                        09:53:45,435 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "greenplum" added.

                        09:53:45,492 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "sqlserver" added.

                        09:53:45,542 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "sybase" added.

                        09:53:45,567 INFO  [org.teiid.RUNTIME] (MSC service thread 1-5) TEIID50037 Teiid ODBC - Name = odbc, Host = localhost,  Port = 35432, SSL = OFF, security-domains = teiid-security

                        09:53:45,567 INFO  [org.teiid.RUNTIME] (MSC service thread 1-1) TEIID50012 Teiid JDBC - Name = jdbc, Host = localhost,  Port = 31000, SSL = OFF, security-domains = teiid-security

                        09:53:45,579 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "sybaseiq" added.

                        09:53:45,610 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "teiid" added.

                        09:53:45,646 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "teradata" added.

                        09:53:45,663 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "modeshape" added.

                        09:53:45,677 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "ingres" added.

                        09:53:45,691 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "ingres93" added.

                        09:53:45,706 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "intersystems-cache" added.

                        09:53:45,727 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "netezza" added.

                        09:53:45,736 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "file" added.

                        09:53:45,745 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "ldap" added.

                        09:53:45,760 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "loopback" added.

                        09:53:45,769 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "olap" added.

                        09:53:45,788 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "ws" added.

                        09:53:45,808 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "salesforce" added.

                        09:53:45,829 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "salesforce-34" added.

                        09:53:45,845 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "hive" added.

                        09:53:45,857 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "google-spreadsheet" added.

                        09:53:45,880 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "odata" added.

                        09:53:45,885 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "sap-gateway" added.

                        09:53:45,891 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "sap-nw-gateway" added.

                        09:53:45,922 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "mongodb" added.

                        09:53:45,932 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "cassandra" added.

                        09:53:45,949 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "accumulo" added.

                        09:53:45,959 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "solr" added.

                        09:53:45,987 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "excel" added.

                        09:53:45,995 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "impala" added.

                        09:53:46,006 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "prestodb" added.

                        09:53:46,017 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "hbase" added.

                        09:53:46,027 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "hana" added.

                        09:53:46,067 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "vertica" added.

                        09:53:46,108 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "actian-vector" added.

                        09:53:46,145 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "osisoft-pi" added.

                        09:53:46,176 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "odata4" added.

                        09:53:46,214 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "redshift" added.

                        09:53:46,226 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "jpa2" added.

                        09:53:46,259 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "ucanaccess" added.

                        09:53:46,269 INFO  [org.teiid.RUNTIME] (ServerService Thread Pool -- 53) TEIID50006 Teiid translator "simpledb" added.

                        09:53:46,304 WARN  [org.jboss.as.domain.management] (MSC service thread 1-4) JBAS015203: The realm name of the defined security realm 'ManagementRealm' does not match the realm name within the properties file 'admin'.

                        09:53:46,317 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "integration-platform-console.war" (runtime-name: "integration-platform-console.war")

                        09:53:46,318 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "teiid-dashboard-builder.war" (runtime-name: "teiid-dashboard-builder.war")

                        09:53:46,318 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "teiid-odata.war" (runtime-name: "teiid-odata.war")

                        09:53:46,319 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "teiid-olingo-odata4.war" (runtime-name: "teiid-olingo-odata4.war")

                        09:53:46,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104-vdb.xml" (runtime-name: "PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104-vdb.xml")

                        09:53:46,323 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015876: Starting deployment of "modeshape-rest.war" (runtime-name: "modeshape-rest.war")

                        09:53:46,324 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "portfolio-vdb.xml" (runtime-name: "portfolio-vdb.xml")

                        09:53:46,324 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "ModeShape.vdb" (runtime-name: "ModeShape.vdb")

                        09:53:46,325 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "CustomerRESTWebSvc.war" (runtime-name: "CustomerRESTWebSvc.war")

                        09:53:46,342 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on 127.0.0.1:4447

                        09:53:46,346 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on 127.0.0.1:9999

                        09:53:46,357 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/deployments

                        09:53:46,644 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-2) JBAS015868: Deployment "deployment.teiid-odata.war" is using an unsupported module ("org.joda.time:main") which may be changed or removed in future versions without notice.

                        09:53:47,026 INFO  [org.jboss.web] (ServerService Thread Pool -- 61) JBAS018210: Register web context: /modeshape-rest

                        09:53:47,026 INFO  [org.jboss.web] (ServerService Thread Pool -- 66) JBAS018210: Register web context: /odata4

                        09:53:47,026 INFO  [org.jboss.web] (ServerService Thread Pool -- 58) JBAS018210: Register web context: /CustomerRESTWebSvc

                        09:53:47,026 INFO  [org.jboss.web] (ServerService Thread Pool -- 64) JBAS018210: Register web context: /odata

                        09:53:47,029 INFO  [org.jboss.web] (ServerService Thread Pool -- 65) JBAS018210: Register web context:

                        09:53:47,252 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-5) TEIID40118 VDB PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104.1 added to the repository

                        09:53:47,307 INFO  [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 61) HV000001: Hibernate Validator 4.3.3.Final-redhat-1

                        09:53:47,281 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-3) TEIID40118 VDB Portfolio.1 added to the repository

                        09:53:47,253 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-6) TEIID40118 VDB ModeShape.1 added to the repository

                        09:53:47,316 INFO  [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB ModeShape.1 model "VDB_Lineage" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,316 INFO  [org.teiid.RUNTIME] (MSC service thread 1-5) TEIID50029 VDB PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104.1 model "h2db_new_sources" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,318 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "MarketData" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,323 INFO  [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB ModeShape.1 model "Relational_Model_View" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,328 INFO  [org.teiid.RUNTIME] (MSC service thread 1-6) TEIID50029 VDB ModeShape.1 model "ModeShape" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,329 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "Accounts" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,330 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "Stocks" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,331 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "CustomerCreditSource" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,332 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "CustomerCredit" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,333 INFO  [org.teiid.RUNTIME] (MSC service thread 1-3) TEIID50029 VDB Portfolio.1 model "CustomerCreditInfo" metadata is currently being loaded. Start Time: 25/01/18 9.53

                        09:53:47,337 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50030 VDB PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104.1 model "h2db_new_sources" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,349 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 2) TEIID40003 VDB PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104.1 is set to ACTIVE

                        09:53:47,365 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID50030 VDB Portfolio.1 model "MarketData" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,399 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 1) TEIID50030 VDB Portfolio.1 model "Stocks" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,405 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 4) TEIID50030 VDB Portfolio.1 model "CustomerCredit" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,407 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 4) TEIID50030 VDB Portfolio.1 model "CustomerCreditInfo" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,417 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 1) TEIID50030 VDB Portfolio.1 model "CustomerCreditSource" metadata loaded. End Time: 25/01/18 9.53

                        09:53:47,611 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 64) RESTEASY000320: Deploying javax.ws.rs.core.Application: class org.teiid.odata.TeiidODataApplication

                        09:53:47,610 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY000320: Deploying javax.ws.rs.core.Application: class org.jboss.samples.rs.webservices.MyRESTApplication

                        09:53:47,611 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 61) RESTEASY000320: Deploying javax.ws.rs.core.Application: class org.modeshape.web.jcr.rest.JcrApplication

                        09:53:47,615 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 58) RESTEASY000315: Adding singleton resource org.jboss.samples.rs.webservices.CustomersResource from Application javax.ws.rs.core.Application

                        09:53:47,801 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 2) TEIID40003 VDB ModeShape.1 is set to ACTIVE

                        09:53:48,199 INFO  [org.teiid.CONNECTOR] (teiid-async-threads - 3) H2ExecutionFactory Commit=true;DatabaseProductName=H2;DatabaseProductVersion=@PROJECT_VERSION@ (2012-07-13);DriverMajorVersion=1;DriverMajorVersion=3;DriverName=H2 JDBC Driver;DriverVersion=@PROJECT_VERSION@ (2012-07-13);IsolationLevel=2

                        09:53:48,205 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-6) JBAS015868: Deployment "deployment.teiid-dashboard-builder.war" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice.

                        09:53:48,205 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-6) JBAS015868: Deployment "deployment.teiid-dashboard-builder.war" is using an unsupported module ("org.dom4j:main") which may be changed or removed in future versions without notice.

                        09:53:48,205 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-6) JBAS015868: Deployment "deployment.teiid-dashboard-builder.war" is using an unsupported module ("org.jdom:main") which may be changed or removed in future versions without notice.

                        09:53:48,206 WARN  [org.jboss.as.dependency.unsupported] (MSC service thread 1-6) JBAS015868: Deployment "deployment.teiid-dashboard-builder.war" is using an unsupported module ("org.jdom:main") which may be changed or removed in future versions without notice.

                        09:53:48,206 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.

                        09:53:48,206 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.lang:main") which may be changed or removed in future versions without notice.

                        09:53:48,206 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.io:main") which may be changed or removed in future versions without notice.

                        09:53:48,206 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.io:main") which may be changed or removed in future versions without notice.

                        09:53:48,207 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.

                        09:53:48,207 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.

                        09:53:48,207 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.

                        09:53:48,207 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.apache.commons.codec:main") which may be changed or removed in future versions without notice.

                        09:53:48,207 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.

                        09:53:48,208 WARN  [org.jboss.as.dependency.private] (MSC service thread 1-6) JBAS015867: Deployment "deployment.teiid-dashboard-builder.war" is using a private module ("org.jboss.ironjacamar.jdbcadapters:main") which may be changed or removed in future versions without notice.

                        09:53:48,275 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016002: Processing weld deployment teiid-dashboard-builder.war

                        09:53:48,338 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016005: Starting Services for CDI deployment: teiid-dashboard-builder.war

                        09:53:48,423 INFO  [org.jboss.weld.Version] (MSC service thread 1-2) WELD-000900 1.1.33 (redhat)

                        09:53:48,443 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) JBAS016008: Starting weld service for deployment teiid-dashboard-builder.war

                        09:53:48,479 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 3) TEIID50030 VDB Portfolio.1 model "Accounts" metadata loaded. End Time: 25/01/18 9.53

                        09:53:48,695 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 3) TEIID40003 VDB Portfolio.1 is set to ACTIVE

                        09:53:50,319 INFO  [org.jboss.web] (ServerService Thread Pool -- 66) JBAS018210: Register web context: /dashboard

                        09:53:50,347 INFO  [org.jboss.dashboard.ui.controller.ControllerServlet] (ServerService Thread Pool -- 66) Application Directory: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war

                        09:53:50,348 INFO  [org.jboss.dashboard.ui.controller.ControllerServlet] (ServerService Thread Pool -- 66) Application Config Directory: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc

                        09:53:50,553 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 66) HCANN000001: Hibernate Commons Annotations {4.0.2.Final-redhat-1}

                        09:53:50,558 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 66) HHH000412: Hibernate Core {4.2.23.Final-redhat-1}

                        09:53:50,560 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000206: hibernate.properties not found

                        09:53:50,562 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 66) HHH000021: Bytecode provider name : javassist

                        09:53:50,579 INFO  [org.hibernate.cfg.Configuration] (ServerService Thread Pool -- 66) HHH000042: Configuring from file: hibernate.cfg.xml

                        09:53:50,796 INFO  [org.hibernate.cfg.Configuration] (ServerService Thread Pool -- 66) HHH000041: Configured SessionFactory: null

                        09:53:53,217 INFO  [org.jboss.dashboard.database.hibernate.HibernateInitializer] (ServerService Thread Pool -- 66) The underlying database is: h2

                        09:53:53,634 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect

                        09:53:53,648 WARN  [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 66) HHH000431: Unable to determine H2 database version, certain features may not work

                        09:53:53,803 INFO  [org.hibernate.engine.transaction.internal.TransactionFactoryInitiator] (ServerService Thread Pool -- 66) HHH000399: Using default transaction strategy (direct JDBC transactions)

                        09:53:53,810 INFO  [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 66) HHH000397: Using ASTQueryTranslatorFactory

                        09:53:54,762 INFO  [org.jboss.dashboard.workspace.GraphicElementManagerImpl] (ServerService Thread Pool -- 66) Starting org.jboss.dashboard.workspace.SkinsManagerImpl

                        09:53:54,842 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Skin Default_Skin

                        09:53:54,884 INFO  [org.jboss.dashboard.cluster.ClusterNodesManager] (ServerService Thread Pool -- 66) Registering cluster node with ip address 172.27.118.20

                        09:53:54,891 INFO  [org.jboss.dashboard.cluster.ClusterNodesManager] (ServerService Thread Pool -- 66) Successfully registered cluster node with ip address 172.27.118.20 and identifier 1001

                        09:53:55,024 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Loading panels. Scanning dir: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels

                        09:53:55,025 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/dashboard/dashboardFilter/dashb_filter.panel

                        09:53:55,043 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/dashboard/htmlEditor/dashb_html_editor.panel

                        09:53:55,061 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/dashboard/dataProviderManager/dashb_providermgr.panel

                        09:53:55,074 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/dashboard/kpi/dashb_kpi.panel

                        09:53:55,087 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/tree/treeMenu.panel

                        09:53:55,101 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_language_horiz.panel

                        09:53:55,114 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/logout/logout.panel

                        09:53:55,126 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_workspace_vert.panel

                        09:53:55,127 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_workspace.panel

                        09:53:55,129 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_sections_vert.panel

                        09:53:55,130 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_workspace_horiz.panel

                        09:53:55,132 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_sections.panel

                        09:53:55,134 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/breadCrumb/breadCrumb.panel

                        09:53:55,146 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/navigation/navigator_sections_horiz.panel

                        09:53:55,148 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/system/dashboardExport/dashb_export.panel

                        09:53:55,160 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/system/dataSourceManagement/DataSourceManager.panel

                        09:53:55,172 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/system/dashboardImport/dashb_import.panel

                        09:53:55,174 INFO  [org.jboss.dashboard.workspace.PanelsProvidersManagerImpl] (ServerService Thread Pool -- 66) Reading file: /home/baudo/Scrivania/dv_quick_start/dv_server/dataVirtualization/teiid-dashboard/teiid-dashboard-builder.war/WEB-INF/etc/panels/system/workspaceExport/workspaceImportexport.panel

                        09:53:55,311 INFO  [org.jboss.dashboard.workspace.GraphicElementManagerImpl] (ServerService Thread Pool -- 66) Starting org.jboss.dashboard.workspace.EnvelopesManagerImpl

                        09:53:55,334 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Envelope Default_Envelope

                        09:53:55,362 INFO  [org.jboss.dashboard.workspace.GraphicElementManagerImpl] (ServerService Thread Pool -- 66) Starting org.jboss.dashboard.workspace.LayoutsManagerImpl

                        09:53:55,403 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Layout Default_Layout

                        09:53:55,404 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Layout Default_template_with_sliding_menu

                        09:53:55,406 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Layout Template_25-50-25

                        09:53:55,407 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Layout Template_25-75

                        09:53:55,408 INFO  [org.jboss.dashboard.ui.resources.GraphicElement] (ServerService Thread Pool -- 66) Deploying files for org.jboss.dashboard.ui.resources.Layout Template_75-25

                        09:53:55,517 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104-vdb.xml" (runtime-name : "PREVIEW-bc3ed965-a66f-416b-8cc7-077a4b08c104-vdb.xml")

                        09:53:55,518 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "portfolio-vdb.xml" (runtime-name : "portfolio-vdb.xml")

                        09:53:55,518 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "CustomerRESTWebSvc.war" (runtime-name : "CustomerRESTWebSvc.war")

                        09:53:55,519 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "teiid-dashboard-builder.war" (runtime-name : "teiid-dashboard-builder.war")

                        09:53:55,519 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "teiid-olingo-odata4.war" (runtime-name : "teiid-olingo-odata4.war")

                        09:53:55,519 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "teiid-odata.war" (runtime-name : "teiid-odata.war")

                        09:53:55,519 INFO  [org.jboss.as.server] (Controller Boot Thread) JBAS015859: Deployed "ModeShape.vdb" (runtime-name : "ModeShape.vdb")

                        09:53:55,519 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 30) JBAS015859: Deployed "integration-platform-console.war" (runtime-name : "integration-platform-console.war")

                        09:53:55,520 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 52) JBAS015859: Deployed "modeshape-rest.war" (runtime-name : "modeshape-rest.war")

                        09:53:55,563 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

                        09:53:55,563 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

                        09:53:55,564 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss Red Hat JBoss Data Virtualization 6.3.0 (AS 7.5.9.Final-redhat-2) started in 16626ms - Started 1004 of 1046 services (113 services are lazy, passive or on-demand)

                         

                        //--------------------------------Here you can see the result of Test Jdbc Connection-----------------------------------------------------//

                        09:59:55,168 INFO  [org.jboss.as.repository] (management-handler-thread - 7) JBAS014900: Content added at location /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content

                        09:59:55,174 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ping-vdb.xml" (runtime-name: "ping-vdb.xml")

                        09:59:55,213 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-4) TEIID40118 VDB ping.1 added to the repository

                        09:59:55,214 INFO  [org.teiid.RUNTIME] (MSC service thread 1-4) TEIID50029 VDB ping.1 model "Foo" metadata is currently being loaded. Start Time: 25/01/18 9.59

                        09:59:55,216 INFO  [org.teiid.RUNTIME] (teiid-async-threads - 4) TEIID50030 VDB ping.1 model "Foo" metadata loaded. End Time: 25/01/18 9.59

                        09:59:55,219 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (teiid-async-threads - 4) TEIID40003 VDB ping.1 is set to ACTIVE

                        09:59:55,294 INFO  [org.jboss.as.server] (management-handler-thread - 7) JBAS015859: Deployed "ping-vdb.xml" (runtime-name : "ping-vdb.xml")

                        09:59:55,332 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-1) TEIID40120 VDB ping.1 will be removed from the repository

                        09:59:55,335 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-1) TEIID40119 VDB ping.1 removed from the repository

                        09:59:55,343 INFO  [org.teiid.RUNTIME] (MSC service thread 1-1) TEIID50026 VDB "ping.1[Foo{s=s, loopback, null}]" undeployed.

                        09:59:55,346 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-1) TEIID40120 VDB ping.1 will be removed from the repository

                        09:59:55,355 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment ping-vdb.xml (runtime-name: ping-vdb.xml) in 27ms

                        09:59:55,388 INFO  [org.jboss.as.repository] (management-handler-thread - 6) JBAS014901: Content removed from location /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content

                        09:59:55,388 INFO  [org.jboss.as.server] (management-handler-thread - 6) JBAS015858: Undeployed "ping-vdb.xml" (runtime-name: "ping-vdb.xml")

                        • 9. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                          m.ardito

                          From what I see it seems that something starts this first:

                           

                          09:59:55,168 INFO  [org.jboss.as.repository] (management-handler-thread - 7) JBAS014900: Content added at location /home/baudo/Scrivania/dv_quick_start/dv_server/standalone/data/content/fc/f324141fb233a0401624dc0982576eb4a8fed2/content

                           

                          which immediately  starts deploying the vdb

                           

                          09:59:55,174 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015876: Starting deployment of "ping-vdb.xml" (runtime-name: "ping-vdb.xml")

                           

                          it succeeds

                           

                          09:59:55,294 INFO  [org.jboss.as.server] (management-handler-thread - 7) JBAS015859: Deployed "ping-vdb.xml" (runtime-name : "ping-vdb.xml")

                           

                          but just after that happens

                           

                          09:59:55,332 INFO  [org.teiid.RUNTIME.VDBLifeCycleListener] (MSC service thread 1-1) TEIID40120 VDB ping.1 will be removed from the repository

                           

                          and in the end

                           

                          09:59:55,388 INFO  [org.jboss.as.server] (management-handler-thread - 6) JBAS015858: Undeployed "ping-vdb.xml" (runtime-name: "ping-vdb.xml")

                           

                          so, it deployed and undeployed in under 220 milliseconds... O_o

                          • 10. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                            rareddy

                            Is your server on a separate machine than your Designer? If yes, make sure you open your firewall rules to access port 31000. If not, everything looks good on the server side from logs. Then the only issue is JDBC's username and password, which I know you have fixed from previous posts.

                            • 11. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                              giuseppe.cesmi

                              Hi Ramesh,

                              server and Designer are in the same machine. I however shutdown the firewal but the test doesn't work.

                              • 12. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                                rareddy

                                Can you try changing the hostname in the Designer server panel from "localhost" to "127.0.0.1"?

                                 

                                The next step is deploying a dummy VDB to your server and trying with another SQL client like SquirreL

                                • 13. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                                  giuseppe.cesmi

                                  I changed localhost to 127.0.0.1 but the test doesn't work again.

                                  Could you explain me how to deploy a dummy VDB, please ?

                                  Could i test connection without deploying a vdb file out from eclipse ?

                                   

                                  Maybe the problem is just ping-vdb.xml since i can find vdb (PREVIEW-dfd593e0-8b93-4ee0-9089-8e392943666d) file deployed in folder

                                  dv_quick_start/dv_server/standalone/data/content/de/a3de489e0f15bb686ec8e860692152081be10c

                                   

                                  In eclipse i can see it is also deployed:

                                  • 14. Re: Test JDBC Connection" Unable to establish jdbc connection in Teiid Designer 10.0.2
                                    rareddy

                                    Copy attached file into "standalone/deployments" folder of the server, then use the tool like SquirreL and use JDV JDBC driver and connect to it. The URL semantics can be found here Driver Connection · Teiid Documentation

                                     

                                    The vdb name on this sample is "loopy"


                                    Ramesh..

                                    1 2 Previous Next