[JBoss JIRA] (TEIID-3293) Missing message for key "gss_auth_failed"
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3293?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3293.
---------------------------------
> Missing message for key "gss_auth_failed"
> -----------------------------------------
>
> Key: TEIID-3293
> URL: https://issues.jboss.org/browse/TEIID-3293
> Project: Teiid
> Issue Type: Bug
> Components: JDBC Driver
> Affects Versions: 8.7.1
> Reporter: Juraj Duráni
> Assignee: Steven Hawkins
> Fix For: 8.10, 8.7.1.6_2
>
>
> When trying to connect to the Teiid secured with kerberos without valid credentials in the URL (*), connection fails and one exception in the stacktrace has message: <Missing message for key "gss_auth_failed" in: org.teiid.jdbc.i18n>
> (*) e.g.: jdbc:teiid:test_vdb@mm://localhost:31000jaasName=TestClient;kerberosServicePrincipleName=service/this.service.does.not.exist@THIS.REALM.DOES.NOT.EXIST.COM
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIID-3206) EAP 6.3 - JDBC Datasources Test Connection
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3206?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3206.
---------------------------------
> EAP 6.3 - JDBC Datasources Test Connection
> ------------------------------------------
>
> Key: TEIID-3206
> URL: https://issues.jboss.org/browse/TEIID-3206
> Project: Teiid
> Issue Type: Bug
> Components: Build/Kits
> Affects Versions: 8.9, 8.10
> Reporter: Tom Arnold
> Assignee: Steven Hawkins
>
> Using `Test Connection` for JDBC Datasources seems to be broken in the standalone server built from 8.9.x and master. This is an issue with EAP 6.3 Alpha1.
> This is reproducible with the built-in ExampleDS H2 database. Run the `install.sh`, unzip, add a management user (bin/add-user.sh), start the server, and then login to the admin console (localhost:9990). Then go to Profile -> Connector -> Data Sources -> ExampleDS -> Connection -> Test Connection. It will fail with this error: "JBAS010440: failed to invoke operation: JBAS010447: Connection is not valid. This also happens with Oracle and PostgreSQL datasources.
> The datasources seem to work despite this, but it would be good to understand the root cause and get it fixed if possible.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months
[JBoss JIRA] (TEIID-3472) View removal with lateral join results in error
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3472?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-3472.
---------------------------------
> View removal with lateral join results in error
> -----------------------------------------------
>
> Key: TEIID-3472
> URL: https://issues.jboss.org/browse/TEIID-3472
> Project: Teiid
> Issue Type: Bug
> Components: Query Engine
> Affects Versions: 8.0
> Reporter: Steven Hawkins
> Assignee: Steven Hawkins
> Fix For: 8.11
>
>
> Using a lateral join:
> SELECT CAST(g1.col AS string), g0.a FROM (select 'a' as a, ('a',) as c) AS g0, TABLE(select array_get(g0.c, 1) as col) AS g1
> such that the left side is defined by a constant query, the view removal will not fully replace the correlated references and result in an exception for getting the correlated values (g0.c).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 2 months