Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-1840

The Jdbc Socket Host Name Property cannot be changed in admin console

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.6
    • 7.4
    • Legacy Jopr Plugin
    • None
    • Hide

      1. Connect admin console(http://localhost:8080/admin-console).
      2. Open the Data Services configuration page.
      3. Change the Jdbc Socket Host Name property.
      4. Save and return page.

      You can confirm that the Jdbc Socket Host Name property cannot change.

      Show
      1. Connect admin console( http://localhost:8080/admin-console ). 2. Open the Data Services configuration page. 3. Change the Jdbc Socket Host Name property. 4. Save and return page. You can confirm that the Jdbc Socket Host Name property cannot change.
    • Workaround Exists
    • Hide

      Change the bindAddress of teiid-jboss-beans.xml[1].

      [1] PROFILE/deploy/teiid/teiid-jboss-beans.xml
      ==========
      <bean name="JdbcSocketConfiguration" class="org.teiid.transport.SocketConfiguration">
      ...
      <property name="bindAddress">${jboss.bind.address}</property>
      <property name="portNumber">31000</property>
      ==========

      Show
      Change the bindAddress of teiid-jboss-beans.xml [1] . [1] PROFILE/deploy/teiid/teiid-jboss-beans.xml ========== <bean name="JdbcSocketConfiguration" class="org.teiid.transport.SocketConfiguration"> ... <property name="bindAddress">${jboss.bind.address}</property> <property name="portNumber">31000</property> ==========
    • Low

      The Jdbc Socket Host Name property cannot be changed in admin console.

            rhn-engineering-shawkins Steven Hawkins
            rhn-support-enagai Eiichi Nagai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: