1 Reply Latest reply on Apr 5, 2017 12:47 PM by rareddy

    Problems with remote connection to teiid server

    cristopher.torres

      Hellow! I want to make a remote connection for which I have a java client application on windows 7 and my teiid server on a ubuntu 16.04, I have created a local connection and both are pinging and there is even connectivity via telnet.

       

      1. In java I am using the following code:

      private static final String JDBC_URL= "jdbc:teiid:vistapo3@mm://192.168.0.4:31000;version=1";

       

      2. For which I am using the driver: teiid-7.4.0.Final-client-jdk15.jar

       

      3. In My ubuntu server I am using:

      • JBoss development studio version 7
      • Teiid version 8.6
      • JBoss EAP 6.1

       

      4. I have changed the setting of standalone.xml an my standalone-teiid.xml to:

      Captura de pantalla 2017-04-05 a las 11.25.35 a.m..png

       

      5. I have as static ip in my client windows: 192.168.0.3 and on my ubuntu server: 192.168.04

       

      6. When I place localhost:31000 on my server it can be noticed that teiid is using the port.

       

      7. I have also tried running the standalone as follows: ./standalone.sh -b 192.168.0.4