[JBoss JIRA] (TEIID-3057) Kerberos ODBC connection on Teiid 8.8.0
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-3057?page=com.atlassian.jira.plugin... ]
Steven Hawkins commented on TEIID-3057:
---------------------------------------
There will be an 8.8.1 next week and a 8.9 Alpha2 the week after.
> Kerberos ODBC connection on Teiid 8.8.0
> ---------------------------------------
>
> Key: TEIID-3057
> URL: https://issues.jboss.org/browse/TEIID-3057
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ODBC
> Affects Versions: 8.8
> Environment: Teiid 8.8.0
> EAP 6.1.1
> Reporter: Cristiano Nicolai
> Assignee: Ramesh Reddy
> Priority: Blocker
> Labels: Alpha1
> Fix For: 8.7.1, 8.9
>
>
> After upgrading from version 8.7.0.Final to version 8.8.0.Final connections via ODBC using Kerberos/GSS stopped working.
> When I try to connect with the new version, on the server I get the following error:
>
> 12:24:31,755 ERROR [org.teiid.ODBC] (New I/O worker #2) TEIID40015 Unexpected error occurred: java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:514) [rt.jar:1.7.0_55]
> at org.teiid.odbc.ODBCServerRemoteImpl.logon(ODBCServerRemoteImpl.java:244) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55]
> at org.teiid.transport.ODBCClientInstance.processMessage(ODBCClientInstance.java:127) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at org.teiid.transport.ODBCClientInstance.receivedMessage(ODBCClientInstance.java:116) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at org.teiid.transport.SSLAwareChannelHandler.messageReceived(SSLAwareChannelHandler.java:211) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
>
> From the client I get the following message: psql: duplicate GSS authentication request
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (TEIID-3072) SOLR: Make the Id named field as PK
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3072?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3072.
---------------------------------
Labels: Alpha2 (was: )
Fix Version/s: 8.7.1
Resolution: Done
Added code to treat "id" as PK
> SOLR: Make the Id named field as PK
> -----------------------------------
>
> Key: TEIID-3072
> URL: https://issues.jboss.org/browse/TEIID-3072
> Project: Teiid
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Misc. Connectors
> Affects Versions: 8.7
> Reporter: Ramesh Reddy
> Assignee: Ramesh Reddy
> Labels: Alpha2
> Fix For: 8.7.1, 8.9
>
>
> When using dynamic metadata retrieval, there is no way query the system if a field is unique. By default the schema.xml in SOLR defines "id" as unique key, so SOLR translator needs to use this as PK.
> Having a PK is essential during the delete operation.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (TEIID-3069) Quick Start Can't run against JDV
by Kylin Soong (JIRA)
[ https://issues.jboss.org/browse/TEIID-3069?page=com.atlassian.jira.plugin... ]
Kylin Soong commented on TEIID-3069:
------------------------------------
I have met 2 questions:
1. Remote org.teiid.translator.TranslatorException: File not found .txt
when run dynamicvdb-datafederation against JDV 6.0(jboss-dv-installer-6.0.0.GA-redhat-4.jar), the CLI commands
/subsystem=resource-adapters/resource-adapter=fileQS/connection-definitions=fileDS/config-properties=ParentDirectory:add(value=${jboss.home.dir}/teiidfiles/data/)
executed success, but ${jboss.home.dir} not be recognized, in standalone.xml it be configured like
<config-property name="ParentDirectory">
$/teiidfiles/data/
</config-property>
This cause File not found error
Caused by: org.teiid.core.TeiidException: Remote org.teiid.translator.TranslatorException: File not found .txt
at org.teiid.translator.file.FileExecutionFactory$FileProcedureExecution.execute(FileExecutionFactory.java:91)
We have to change the '$/teiidfiles/data/' to absolute path
jboss-dv-installer-6.1.0.DR2-redhat-1.jar don't have this kinds of issue
2. bash: !": event not found
Linux terminal not support 1!, I used set password as `password1!`, so the following mvn install can not executed:
[kylin@kylin simpleclient]$ mvn install -Dvdb="Portfolio" -Dsql="select * from product" -Dusername="user" -Dpassword="password1!"
bash: !": event not found
> Quick Start Can't run against JDV
> ---------------------------------
>
> Key: TEIID-3069
> URL: https://issues.jboss.org/browse/TEIID-3069
> Project: Teiid
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Quick Starts
> Environment: JBoss Data Virtualization 6.0
> JBoss Data Virtualization 6.1
> Reporter: Kylin Soong
> Assignee: Van Halbert
>
> Some Quick Start can't run well against Enterprise JDV, can we have a JDV version quick start?
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (TEIID-3057) Kerberos ODBC connection on Teiid 8.8.0
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3057?page=com.atlassian.jira.plugin... ]
Ramesh Reddy commented on TEIID-3057:
-------------------------------------
Yes, we are considering for 8.8.1 as there was a kitting issue too.
> Kerberos ODBC connection on Teiid 8.8.0
> ---------------------------------------
>
> Key: TEIID-3057
> URL: https://issues.jboss.org/browse/TEIID-3057
> Project: Teiid
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: ODBC
> Affects Versions: 8.8
> Environment: Teiid 8.8.0
> EAP 6.1.1
> Reporter: Cristiano Nicolai
> Assignee: Ramesh Reddy
> Priority: Blocker
> Labels: Alpha1
> Fix For: 8.7.1, 8.9
>
>
> After upgrading from version 8.7.0.Final to version 8.8.0.Final connections via ODBC using Kerberos/GSS stopped working.
> When I try to connect with the new version, on the server I get the following error:
>
> 12:24:31,755 ERROR [org.teiid.ODBC] (New I/O worker #2) TEIID40015 Unexpected error occurred: java.lang.NullPointerException
> at java.util.Hashtable.put(Hashtable.java:514) [rt.jar:1.7.0_55]
> at org.teiid.odbc.ODBCServerRemoteImpl.logon(ODBCServerRemoteImpl.java:244) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.7.0_55]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_55]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_55]
> at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_55]
> at org.teiid.transport.ODBCClientInstance.processMessage(ODBCClientInstance.java:127) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at org.teiid.transport.ODBCClientInstance.receivedMessage(ODBCClientInstance.java:116) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
> at org.teiid.transport.SSLAwareChannelHandler.messageReceived(SSLAwareChannelHandler.java:211) [teiid-runtime-8.8.0.Final.jar:8.8.0.Final]
>
> From the client I get the following message: psql: duplicate GSS authentication request
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months