[teiid-issues] [JBoss JIRA] (TEIID-3164) Second connection to VDB through Kerberos authentication ends with exception

Ramesh Reddy (JIRA) issues at jboss.org
Tue Oct 14 13:36:35 EDT 2014


    [ https://issues.jboss.org/browse/TEIID-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011712#comment-13011712 ] 

Ramesh Reddy edited comment on TEIID-3164 at 10/14/14 1:36 PM:
---------------------------------------------------------------

[~jdurani] I do not seem to replicate the behavior, I need your JDBC client class that you used. 

BTW, my vdb looks like 

{code title=loopy-vdb.xml}
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<vdb name="Loopy" version="1">
    <property name="security-domain" value="EXAMPLE.COM" />
    <property name="authentication-type" value="GSS" />

    <model name="PM1">
        <source name="text-connector2" translator-name="loopback" />
         <metadata type="DDL"><![CDATA[
                CREATE FOREIGN TABLE G1 (e1 string, e2 integer PRIMARY KEY, e3 clob);
                CREATE FOREIGN TABLE G2 (e1 string, e2 integer PRIMARY KEY) OPTIONS (UPDATABLE 'true');
        ]]> </metadata>
    </model>

    <model name="PM2" type="VIRTUAL">
         <metadata type="DDL"><![CDATA[
            CREATE PROCEDURE proc (x string) returns string AS
            BEGIN
                return x;
            END
            CREATE VIEW VIEW_G1 as select * from PM1.G1;
        ]]> </metadata>
    </model>
</vdb>
{code}


was (Author: rareddy):
[~jdurani] I do not seem to replicate the behavior, I need your JDBC client class that you used.

> Second connection to VDB through Kerberos authentication ends with exception
> ----------------------------------------------------------------------------
>
>                 Key: TEIID-3164
>                 URL: https://issues.jboss.org/browse/TEIID-3164
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 8.7.1
>         Environment: OS: fedora20
> arch: x86_64
> java: sun 1.7
> kdc: on localhost
>            Reporter: Juraj Duráni
>            Assignee: Ramesh Reddy
>             Fix For: 8.7.1, 8.9
>
>
> 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



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the teiid-issues mailing list