Second (third,forth,...) conection to VDB through Kerberos ends with exception: javax.security.auth.login.LoginException: TEIID50103 Wrong Response returned from EXAMPLE.COM security domain; Expecting a Kerberoes response Steps to reproduce: 1. Comfigure Kerberos authentication with Teiid over JDBC (https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthenticationWithTeiidOverJDBC) - do not set default Kerberos authentication for teiid-jdbc port: <transport name="jdbc" socket-binding="teiid-jdbc" protocol="teiid"> <authentication security-domain="teiid-security"/> </transport> 2. Create dynamic VDB and add required properties to define Kerberos authentication (https://docs.jboss.org/author/display/teiid88final/Kerberos+support+through+GSSAPI) 3. Connect to VDB and run any query (e.g. SELECT VDBName FROM SYS.Schemas) 4. First attempt should return correct result 5. Second ends with exception
Ramesh Reddy <rareddy> updated the status of jira TEIID-3164 to Resolved
According to jira TEIID-3164 the solution is to remove the cache-type="default" setting.
Steven Hawkins <shawkins> updated the status of jira TEIID-3164 to Closed