11 Replies Latest reply on Aug 4, 2017 10:06 PM by zx845123

    how to connect teiid server when preview data

    zx845123

      I'm learning how to using  teiid 7.4,jboss 5.1 and jbds 4.1 to establish a vdb environment, but when i  preview data ,  the error validate JDBC username and password show as the screenshot 1.

      I know  all the version were so old ,but i'm  really need to help , I'm a chinese engneer,  my company's vdb project was done by other people .but they left office before i came . And They leave very little documentation. I ‘m a new hand about this. I've been worried about this for a few days.

       

      MESSAGE Error establishing socket to host and port: localhost:31000. Reason: Unrecognized SSL message, plaintext connection?

      !STACK 0

      org.teiid.jdbc.TeiidSQLException: Error establishing socket to host and port: localhost:31000. Reason: Unrecognized SSL message, plaintext connection?

        at org.teiid.jdbc.TeiidSQLException.create(TeiidSQLException.java:113)

        at org.teiid.jdbc.TeiidSQLException.create(TeiidSQLException.java:70)

        at org.teiid.jdbc.SocketProfile.connect(SocketProfile.java:56)

        at org.teiid.jdbc.TeiidDriver.connect(TeiidDriver.java:107)

        at org.teiid.datatools.connectivity.TeiidJDBCConnection.createConnection(TeiidJDBCConnection.java:68)

        at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105)

        at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54)

        at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:73)

        at org.teiid.datatools.connectivity.TeiidJDBCConnectionFactory.createConnection(TeiidJDBCConnectionFactory.java:20)

        at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83)

        at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:360)

        at com.metamatrix.modeler.internal.dqp.ui.actions.PreviewTableDataContextAction.getSqlConnection(PreviewTableDataContextAction.java:167)

        at com.metamatrix.modeler.internal.dqp.ui.actions.PreviewTableDataContextAction.internalRun(PreviewTableDataContextAction.java:289)

        at com.metamatrix.modeler.internal.dqp.ui.actions.PreviewTableDataContextAction.run(PreviewTableDataContextAction.java:507)

        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)

        at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)

        at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)

        at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)

        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)

        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)

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

        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)

        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)

        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)

        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)

        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)

        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)

        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)

        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:597)

        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)

        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)

        at org.eclipse.equinox.launcher.Main.run(Main.java:1408)

        at org.eclipse.equinox.launcher.Main.main(Main.java:1384)

      Caused by: [SingleInstanceCommunicationException]Error establishing socket to host and port: localhost:31000. Reason: Unrecognized SSL message, plaintext connection?

      1 [SSLException]Unrecognized SSL message, plaintext connection?

        at org.teiid.net.socket.SocketServerConnection.selectServerInstance(SocketServerConnection.java:160)

        at org.teiid.net.socket.SocketServerConnection.<init>(SocketServerConnection.java:94)

        at org.teiid.net.socket.SocketServerConnectionFactory.getConnection(SocketServerConnectionFactory.java:320)

        at org.teiid.jdbc.SocketProfile.connect(SocketProfile.java:54)

        ... 40 more

      Caused by: javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?

        at com.sun.net.ssl.internal.ssl.InputRecord.handleUnknownRecord(InputRecord.java:523)

        at com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:355)

        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)

        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1112)

        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:744)

        at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)

        at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)

        at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)

        at java.io.BufferedInputStream.read(BufferedInputStream.java:317)

        at java.io.DataInputStream.read(DataInputStream.java:132)

        at org.teiid.netty.handler.codec.serialization.ObjectDecoderInputStream.fillBuffer(ObjectDecoderInputStream.java:164)

        at org.teiid.netty.handler.codec.serialization.ObjectDecoderInputStream.findLength(ObjectDecoderInputStream.java:147)

        at org.teiid.netty.handler.codec.serialization.ObjectDecoderInputStream.readObjectOverride(ObjectDecoderInputStream.java:81)

        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:345)

        at org.teiid.net.socket.OioOjbectChannelFactory$OioObjectChannel.read(OioOjbectChannelFactory.java:114)

        at org.teiid.net.socket.SocketServerInstanceImpl.doHandshake(SocketServerInstanceImpl.java:112)

        at org.teiid.net.socket.SocketServerInstanceImpl.connect(SocketServerInstanceImpl.java:93)

        at org.teiid.net.socket.SocketServerConnectionFactory.getServerInstance(SocketServerConnectionFactory.java:279)

        at org.teiid.net.socket.SocketServerConnection.connect(SocketServerConnection.java:187)

        at org.teiid.net.socket.SocketServerConnection.selectServerInstance(SocketServerConnection.java:124)

        ... 43 more

       

       

      preview-...-ds.xml as fllows

      <?xml version="1.0" encoding="UTF-8" standalone="yes"?>

      <datasources>

          <local-tx-datasource>

              <jndi-name>PREVIEW_c7963c6d-4fd3-48c0-97d1-72185f44bb17_MyPro_MySqlServer</jndi-name>

              <rar-name>jboss-local-jdbc.rar</rar-name>

              <use-java-context>true</use-java-context>

              <connection-definition>javax.sql.DataSource</connection-definition>

              <jmx-invoker-name>jboss:service=invoker,type=jrmp</jmx-invoker-name>

              <min-pool-size>0</min-pool-size>

              <max-pool-size>10</max-pool-size>

              <blocking-timeout-millis>3000</blocking-timeout-millis>

              <idle-timeout-minutes>30</idle-timeout-minutes>

              <prefill>false</prefill>

              <background-validation>false</background-validation>

              <background-validation-millis>0</background-validation-millis>

              <validate-on-match>true</validate-on-match>

              <statistics-formatter>org.jboss.resource.statistic.pool.JBossDefaultSubPoolStatisticFormatter</statistics-formatter>

              <isSameRM-override-value>false</isSameRM-override-value>

              <allocation-retry>0</allocation-retry>

              <allocation-retry-wait-millis>5000</allocation-retry-wait-millis>

              <config-property type="java.lang.String" name="template-name">connector-jdbc</config-property>

              <local-transaction/>

              <user-name>sa</user-name>

              <password>123</password>

              <prepared-statement-cache-size>0</prepared-statement-cache-size>

              <share-prepared-statements>false</share-prepared-statements>

              <set-tx-query-timeout>false</set-tx-query-timeout>

              <query-timeout>0</query-timeout>

              <use-try-lock>0</use-try-lock>

              <driver-class>com.microsoft.sqlserver.jdbc.SQLServerDriver</driver-class>

              <connection-url>jdbc:sqlserver://localhost:1433;databaseName=jsdb</connection-url>

          </local-tx-datasource>

      </datasources>

       

       

      I really need help, thank you

        • 1. Re: how to connect teiid server when preview data
          kylin

          茂林

          You are using a very old version of teiid,

          • The latest version of teiid are 10.x
          • The latest version of JBDS is 10.4.x
          • The latest version of jboss are 11.x(rename to wildfly since 7.x)

          You should consider to upgrade the version to a latest one.

           

           

          • 2. Re: how to connect teiid server when preview data
            zx845123

            Thank for your answer, although it too old , i need to learn, because the projects  they left all about this.

            • 3. Re: how to connect teiid server when preview data
              rareddy

              In Teiid Server connection dialog box, the URL you are using to connect to the Teiid Server has "mms://.." it needs to be "mm://". No 's' in the end, s stands for secure, and your server does not seem to be secure or server not started.

              1 of 1 people found this helpful
              • 4. Re: how to connect teiid server when preview data
                zx845123

                when i remove the 's', but the jboss sever report the error : Can not find a free port for use....! Is this the cause of the firewall?

                • 5. Re: how to connect teiid server when preview data
                  rareddy

                  That means there is another instance already running, and you trying to start a new server instance.

                  • 6. Re: how to connect teiid server when preview data
                    zx845123

                    Thank you for answering so late. but i find port 31000 was only one. how can i find what port is opperating?

                    • 7. Re: how to connect teiid server when preview data
                      rareddy

                      茂林 谢 wrote:

                       

                      Thank you for answering so late.

                      Don't assume that we are in same timezone as you are, or we have all the free time

                      . how can i find what port is opperating?

                      Look what processes running in your system. like "ps"?

                      • 8. Re: how to connect teiid server when preview data
                        zx845123

                        Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.8/FAQ

                        USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND

                        root         1  0.0  0.0  19356  1540 ?        Ss   08:10   0:01 /sbin/init

                        root         2  0.0  0.0      0     0 ?        S    08:10   0:00 [kthreadd]

                        root         3  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/0]

                        root         4  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/0]

                        root         5  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/0]

                        root         6  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/0]

                        root         7  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/1]

                        root         8  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/1]

                        root         9  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/1]

                        root        10  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/1]

                        root        11  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/2]

                        root        12  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/2]

                        root        13  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/2]

                        root        14  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/2]

                        root        15  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/3]

                        root        16  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/3]

                        root        17  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/3]

                        root        18  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/3]

                        root        19  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/4]

                        root        20  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/4]

                        root        21  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/4]

                        root        22  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/4]

                        root        23  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/5]

                        root        24  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/5]

                        root        25  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/5]

                        root        26  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/5]

                        root        27  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/6]

                        root        28  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/6]

                        root        29  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/6]

                        root        30  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/6]

                        root        31  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/7]

                        root        32  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/7]

                        root        33  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/7]

                        root        34  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/7]

                        root        35  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/8]

                        root        36  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/8]

                        root        37  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/8]

                        root        38  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/8]

                        root        39  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/9]

                        root        40  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/9]

                        root        41  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/9]

                        root        42  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/9]

                        root        43  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/10]

                        root        44  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/10]

                        root        45  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/10]

                        root        46  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/10]

                        root        47  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/11]

                        root        48  0.0  0.0      0     0 ?        S    08:10   0:00 [migration/11]

                        root        49  0.0  0.0      0     0 ?        S    08:10   0:00 [ksoftirqd/11]

                        root        50  0.0  0.0      0     0 ?        S    08:10   0:00 [watchdog/11]

                        root        51  0.0  0.0      0     0 ?        S    08:10   0:00 [events/0]

                        root        52  0.0  0.0      0     0 ?        S    08:10   0:00 [events/1]

                        root        53  0.0  0.0      0     0 ?        S    08:10   0:00 [events/2]

                        root        54  0.0  0.0      0     0 ?        S    08:10   0:00 [events/3]

                        root        55  0.0  0.0      0     0 ?        S    08:10   0:00 [events/4]

                        root        56  0.0  0.0      0     0 ?        S    08:10   0:00 [events/5]

                        root        57  0.0  0.0      0     0 ?        S    08:10   0:00 [events/6]

                        root        58  0.0  0.0      0     0 ?        S    08:10   0:00 [events/7]

                        root        59  0.0  0.0      0     0 ?        S    08:10   0:00 [events/8]

                        root        60  0.0  0.0      0     0 ?        S    08:10   0:00 [events/9]

                        root        61  0.0  0.0      0     0 ?        S    08:10   0:00 [events/10]

                        root        62  0.0  0.0      0     0 ?        S    08:10   0:00 [events/11]

                        root        63  0.0  0.0      0     0 ?        S    08:10   0:00 [cgroup]

                        root        64  0.0  0.0      0     0 ?        S    08:10   0:00 [khelper]

                        root        65  0.0  0.0      0     0 ?        S    08:10   0:00 [netns]

                        root        66  0.0  0.0      0     0 ?        S    08:10   0:00 [async/mgr]

                        root        67  0.0  0.0      0     0 ?        S    08:10   0:00 [pm]

                        root        68  0.0  0.0      0     0 ?        S    08:10   0:00 [sync_supers]

                        root        69  0.0  0.0      0     0 ?        S    08:10   0:00 [bdi-default]

                        root        70  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/0]

                        root        71  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/1]

                        root        72  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/2]

                        root        73  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/3]

                        root        74  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/4]

                        root        75  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/5]

                        root        76  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/6]

                        root        77  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/7]

                        root        78  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/8]

                        root        79  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/9]

                        root        80  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/10]

                        root        81  0.0  0.0      0     0 ?        S    08:10   0:00 [kintegrityd/11]

                        root        82  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/0]

                        root        83  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/1]

                        root        84  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/2]

                        root        85  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/3]

                        root        86  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/4]

                        root        87  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/5]

                        root        88  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/6]

                        root        89  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/7]

                        root        90  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/8]

                        root        91  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/9]

                        root        92  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/10]

                        root        93  0.0  0.0      0     0 ?        S    08:10   0:00 [kblockd/11]

                        root        94  0.0  0.0      0     0 ?        S    08:10   0:00 [kacpid]

                        root        95  0.0  0.0      0     0 ?        S    08:10   0:00 [kacpi_notify]

                        root        96  0.0  0.0      0     0 ?        S    08:10   0:00 [kacpi_hotplug]

                        root        97  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_aux]

                        root        98  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/0]

                        root        99  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/1]

                        root       100  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/2]

                        root       101  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/3]

                        root       102  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/4]

                        root       103  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/5]

                        root       104  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/6]

                        root       105  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/7]

                        root       106  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/8]

                        root       107  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/9]

                        root       108  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/10]

                        root       109  0.0  0.0      0     0 ?        S    08:10   0:00 [ata_sff/11]

                        root       110  0.0  0.0      0     0 ?        S    08:10   0:00 [ksuspend_usbd]

                        root       111  0.0  0.0      0     0 ?        S    08:10   0:00 [khubd]

                        root       112  0.0  0.0      0     0 ?        S    08:10   0:00 [kseriod]

                        root       113  0.0  0.0      0     0 ?        S    08:10   0:00 [md/0]

                        root       114  0.0  0.0      0     0 ?        S    08:10   0:00 [md/1]

                        root       115  0.0  0.0      0     0 ?        S    08:10   0:00 [md/2]

                        root       116  0.0  0.0      0     0 ?        S    08:10   0:00 [md/3]

                        root       117  0.0  0.0      0     0 ?        S    08:10   0:00 [md/4]

                        root       118  0.0  0.0      0     0 ?        S    08:10   0:00 [md/5]

                        root       119  0.0  0.0      0     0 ?        S    08:10   0:00 [md/6]

                        root       120  0.0  0.0      0     0 ?        S    08:10   0:00 [md/7]

                        root       121  0.0  0.0      0     0 ?        S    08:10   0:00 [md/8]

                        root       122  0.0  0.0      0     0 ?        S    08:10   0:00 [md/9]

                        root       123  0.0  0.0      0     0 ?        S    08:10   0:00 [md/10]

                        root       124  0.0  0.0      0     0 ?        S    08:10   0:00 [md/11]

                        root       125  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/0]

                        root       126  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/1]

                        root       127  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/2]

                        root       128  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/3]

                        root       129  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/4]

                        root       130  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/5]

                        root       131  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/6]

                        root       132  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/7]

                        root       133  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/8]

                        root       134  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/9]

                        root       135  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/10]

                        root       136  0.0  0.0      0     0 ?        S    08:10   0:00 [md_misc/11]

                        root       137  0.0  0.0      0     0 ?        S    08:10   0:00 [linkwatch]

                        root       138  0.0  0.0      0     0 ?        S    08:10   0:00 [khungtaskd]

                        root       139  0.0  0.0      0     0 ?        S    08:10   0:00 [kswapd0]

                        root       140  0.0  0.0      0     0 ?        SN   08:10   0:00 [ksmd]

                        root       141  0.0  0.0      0     0 ?        SN   08:10   0:00 [khugepaged]

                        root       142  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/0]

                        root       143  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/1]

                        root       144  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/2]

                        root       145  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/3]

                        root       146  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/4]

                        root       147  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/5]

                        root       148  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/6]

                        root       149  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/7]

                        root       150  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/8]

                        root       151  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/9]

                        root       152  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/10]

                        root       153  0.0  0.0      0     0 ?        S    08:10   0:00 [aio/11]

                        root       154  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/0]

                        root       155  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/1]

                        root       156  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/2]

                        root       157  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/3]

                        root       158  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/4]

                        root       159  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/5]

                        root       160  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/6]

                        root       161  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/7]

                        root       162  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/8]

                        root       163  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/9]

                        root       164  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/10]

                        root       165  0.0  0.0      0     0 ?        S    08:10   0:00 [crypto/11]

                        root       170  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/0]

                        root       171  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/1]

                        root       172  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/2]

                        root       173  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/3]

                        root       174  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/4]

                        root       175  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/5]

                        root       176  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/6]

                        root       177  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/7]

                        root       178  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/8]

                        root       179  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/9]

                        root       180  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/10]

                        root       181  0.0  0.0      0     0 ?        S    08:10   0:00 [kthrotld/11]

                        root       192  0.2  0.0      0     0 ?        SN   08:10   0:04 [kipmi0]

                        root       196  0.0  0.0      0     0 ?        S    08:10   0:00 [kpsmoused]

                        root       197  0.0  0.0      0     0 ?        S    08:10   0:00 [usbhid_resumer]

                        root       228  0.0  0.0      0     0 ?        S    08:10   0:00 [kstriped]

                        root       472  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/0]

                        root       473  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/1]

                        root       474  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/2]

                        root       475  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/3]

                        root       476  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/4]

                        root       477  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/5]

                        root       478  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/6]

                        root       479  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/7]

                        root       480  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/8]

                        root       481  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/9]

                        root       482  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/10]

                        root       483  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_tgtd/11]

                        root       485  0.0  0.0      0     0 ?        S<   08:10   0:00 [lpfc_worker_0]

                        root       486  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_eh_0]

                        root       487  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_wq_0]

                        root       488  0.0  0.0      0     0 ?        S    08:10   0:00 [fc_wq_0]

                        root       489  0.0  0.0      0     0 ?        S    08:10   0:00 [fc_dl_0]

                        root       491  0.0  0.0      0     0 ?        S<   08:10   0:00 [lpfc_worker_1]

                        root       492  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_eh_1]

                        root       493  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_wq_1]

                        root       494  0.0  0.0      0     0 ?        S    08:10   0:00 [fc_wq_1]

                        root       495  0.0  0.0      0     0 ?        S    08:10   0:00 [fc_dl_1]

                        root       501  0.0  0.0      0     0 ?        S    08:10   0:00 [scsi_eh_2]

                        root       680  0.0  0.0      0     0 ?        S    08:11   0:00 [kdmflush]

                        root       682  0.0  0.0      0     0 ?        S    08:11   0:00 [kdmflush]

                        root       703  0.0  0.0      0     0 ?        S    08:11   0:00 [jbd2/dm-0-8]

                        root       704  0.0  0.0      0     0 ?        S    08:11   0:00 [ext4-dio-unwrit]

                        root       799  0.0  0.0  10852   944 ?        S<s  08:11   0:00 /sbin/udevd -d

                        root      1582  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/0]

                        root      1583  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/1]

                        root      1584  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/2]

                        root      1585  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/3]

                        root      1586  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/4]

                        root      1587  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/5]

                        root      1588  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/6]

                        root      1589  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/7]

                        root      1590  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/8]

                        root      1591  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/9]

                        root      1592  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/10]

                        root      1593  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpathd/11]

                        root      1594  0.0  0.0      0     0 ?        S    08:11   0:00 [kmpath_handlerd]

                        root      1599  0.0  0.0      0     0 ?        S    08:11   0:00 [kdmflush]

                        root      1608  0.0  0.0      0     0 ?        S    08:11   0:00 [kdmflush]

                        root      1638  0.0  0.0      0     0 ?        S    08:11   0:00 [kdmflush]

                        root      1684  0.0  0.0      0     0 ?        S    08:11   0:00 [jbd2/sdc1-8]

                        root      1685  0.0  0.0      0     0 ?        S    08:11   0:00 [ext4-dio-unwrit]

                        root      1686  0.0  0.0      0     0 ?        S    08:11   0:00 [jbd2/dm-4-8]

                        root      1687  0.0  0.0      0     0 ?        S    08:11   0:00 [ext4-dio-unwrit]

                        root      1688  0.0  0.0      0     0 ?        S    08:11   0:00 [jbd2/dm-3-8]

                        root      1689  0.0  0.0      0     0 ?        S    08:11   0:00 [ext4-dio-unwrit]

                        root      1690  0.0  0.0      0     0 ?        S    08:11   0:00 [flush-253:0]

                        root      1734  0.0  0.0      0     0 ?        S    08:11   0:00 [kauditd]

                        root      1941  0.0  0.0  27640   836 ?        S<sl 08:11   0:00 auditd

                        root      1966  0.0  0.0 251200  1672 ?        Sl   08:11   0:00 /sbin/rsyslogd -i /var/run/syslogd.pid -c 5

                        root      1989  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/0]

                        root      1990  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/1]

                        root      1991  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/2]

                        root      1992  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/3]

                        root      1993  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/4]

                        root      1994  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/5]

                        root      1995  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/6]

                        root      1996  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/7]

                        root      1997  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/8]

                        root      1998  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/9]

                        root      1999  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/10]

                        root      2000  0.0  0.0      0     0 ?        S    08:11   0:00 [kondemand/11]

                        root      2021  0.0  0.0  10928   640 ?        Ss   08:11   0:00 irqbalance --pid=/var/run/irqbalance.pid

                        rpc       2035  0.0  0.0  18976   904 ?        Ss   08:11   0:00 rpcbind

                        dbus      2050  0.0  0.0  21800  1316 ?        Ss   08:11   0:00 dbus-daemon --system

                        rpcuser   2068  0.0  0.0  23348  1368 ?        Ss   08:11   0:00 rpc.statd

                        root      2095  0.0  0.0 189324  3332 ?        Ss   08:11   0:00 cupsd -C /etc/cups/cupsd.conf

                        root      2121  0.0  0.0   4080   644 ?        Ss   08:11   0:00 /usr/sbin/acpid

                        68        2130  0.0  0.0  39104  5492 ?        Ssl  08:11   0:00 hald

                        root      2131  0.0  0.0  20328  1176 ?        S    08:11   0:00 hald-runner

                        root      2169  0.0  0.0  22448  1092 ?        S    08:11   0:00 hald-addon-input: Listening on /dev/input/event0

                        68        2177  0.0  0.0  17936  1036 ?        S    08:11   0:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket

                        root      2194  0.0  0.0 385728  1780 ?        Ssl  08:11   0:00 automount --pid-file /var/run/autofs.pid

                        root      2219  0.0  0.0  66604  1192 ?        Ss   08:11   0:00 /usr/sbin/sshd

                        root      2299  0.0  0.0  81272  3420 ?        Ss   08:11   0:00 /usr/libexec/postfix/master

                        postfix   2305  0.0  0.0  81352  3372 ?        S    08:11   0:00 pickup -l -t fifo -u

                        postfix   2307  0.0  0.0  81520  3420 ?        S    08:11   0:00 qmgr -l -t fifo -u

                        root      2323  0.0  0.0 110316   948 ?        Ss   08:11   0:00 /usr/sbin/abrtd

                        root      2331  0.0  0.1 241768  8320 ?        Ss   08:11   0:00 /usr/sbin/httpd

                        root      2339  0.0  0.0 117292  1280 ?        Ss   08:11   0:00 crond

                        root      2350  0.0  0.0  21540   480 ?        Ss   08:11   0:00 /usr/sbin/atd

                        root      2376  0.0  0.0 104016   584 ?        Ss   08:11   0:00 /usr/bin/rhsmcertd

                        apache    2389  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2390  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2391  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2392  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2393  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2394  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2395  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        apache    2396  0.0  0.0 241768  4804 ?        S    08:11   0:00 /usr/sbin/httpd

                        root      2398  0.0  0.0  62332   608 ?        Ss   08:11   0:00 /usr/sbin/certmonger -S -p /var/run/certmonger.pid

                        root      2413  0.0  0.0 134036  2280 ?        Ssl  08:11   0:00 /usr/sbin/gdm-binary -nodaemon

                        root      2418  0.0  0.0   4064   536 tty2     Ss+  08:11   0:00 /sbin/mingetty /dev/tty2

                        root      2420  0.0  0.0   4064   536 tty3     Ss+  08:11   0:00 /sbin/mingetty /dev/tty3

                        root      2422  0.0  0.0   4064   532 tty4     Ss+  08:11   0:00 /sbin/mingetty /dev/tty4

                        root      2424  0.0  0.0   4064   536 tty5     Ss+  08:11   0:00 /sbin/mingetty /dev/tty5

                        root      2426  0.0  0.0   4064   536 tty6     Ss+  08:11   0:00 /sbin/mingetty /dev/tty6

                        root      2428  0.0  0.0  10848   948 ?        S<   08:11   0:00 /sbin/udevd -d

                        root      2429  0.0  0.0  10848   944 ?        S<   08:11   0:00 /sbin/udevd -d

                        root      2444  0.0  0.0 164692  3112 ?        Sl   08:11   0:00 /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1 --

                        root      2447  0.1  0.3 161108 29476 tty1     Ss+  08:11   0:03 /usr/bin/Xorg :0 -nr -verbose -audit 4 -auth /var/run/gdm/auth-for-gdm-LWb11u/da

                        root      2463  0.0  0.0 4116540 3468 ?        Sl   08:11   0:00 /usr/sbin/console-kit-daemon --no-daemon

                        gdm       2533  0.0  0.0  20040   640 ?        S    08:11   0:00 /usr/bin/dbus-launch --exit-with-session

                        gdm       2534  0.0  0.0  21536   944 ?        Ss   08:11   0:00 /bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session

                        gdm       2535  0.0  0.1 269492  8048 ?        Ssl  08:11   0:00 /usr/bin/gnome-session --autostart=/usr/share/gdm/autostart/LoginWindow/

                        root      2538  0.0  0.0  49900  2732 ?        S    08:11   0:00 /usr/libexec/devkit-power-daemon

                        gdm       2542  0.0  0.0 133404  5404 ?        S    08:11   0:00 /usr/libexec/gconfd-2

                        gdm       2560  0.0  0.0 120396  4428 ?        S    08:11   0:00 /usr/libexec/at-spi-registryd

                        gdm       2561  0.0  0.1 350392 12984 ?        Ssl  08:11   0:01 /usr/libexec/gnome-settings-daemon --gconf-prefix=/apps/gdm/simple-greeter/setti

                        gdm       2563  0.0  0.0 358696  3088 ?        Ssl  08:11   0:00 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=12

                        gdm       2570  0.0  0.0 135304  1980 ?        S    08:11   0:00 /usr/libexec/gvfsd

                        gdm       2571  0.0  0.1 286348 10076 ?        S    08:11   0:00 metacity

                        gdm       2573  0.0  0.2 405736 18052 ?        S    08:11   0:00 /usr/libexec/gdm-simple-greeter

                        gdm       2574  0.0  0.1 274080  8756 ?        S    08:11   0:00 gnome-power-manager

                        gdm       2575  0.0  0.1 248620  7520 ?        S    08:11   0:00 /usr/libexec/polkit-gnome-authentication-agent-1

                        root      2578  0.0  0.0  52560  4192 ?        S    08:11   0:00 /usr/libexec/polkit-1/polkitd

                        gdm       2587  0.0  0.0 346328  2944 ?        S<sl 08:11   0:00 /usr/bin/pulseaudio --start --log-target=syslog

                        rtkit     2589  0.0  0.0 168456  1192 ?        SNl  08:11   0:00 /usr/libexec/rtkit-daemon

                        root      2594  0.0  0.0 142224  2152 ?        S    08:11   0:00 pam: gdm-password

                        root      2771  0.0  0.0 100364  4148 ?        Ss   08:33   0:00 sshd: root@pts/0

                        root      2773  0.0  0.0 108548  1972 pts/0    Ss   08:33   0:00 -bash

                        root      2834  0.0  0.0 110236  1152 pts/0    R+   08:41   0:00 ps -aux

                         

                         

                        There are all the processes , but i can not find which one is refer to 'Jboss' or 'teiid'. ):

                        • 9. Re: how to connect teiid server when preview data
                          zx845123

                          hi Ramesh , i find "Connector bisocket://cmstecc2:4457 has leasing enabled, lease period 10000 milliseconds" , do you think the port is '4457' ?

                          • 10. Re: how to connect teiid server when preview data
                            rareddy

                            I have no idea what you are asking. Please only ask about Teiid and its tools. Take a look at one of the quick starts like Hello World Teiid Data Federation Example - Teiid Examples - Project Documentation Editor and understand it first, then ask questions.

                            • 11. Re: how to connect teiid server when preview data
                              zx845123

                              Thank for your advice. After the deployment was completed, I found that they all had this problem with their servers.Not on my virtual machine, and i'm going to rebulid my own environment.