[teiid-issues] [JBoss JIRA] (TEIID-4945) Teiid java client error (Column name "VDBName" does not exist)

Steven Hawkins (JIRA) issues at jboss.org
Tue Jun 6 08:56:00 EDT 2017


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

Steven Hawkins commented on TEIID-4945:
---------------------------------------

> TEIID40007 Keepalive failed for session RiZrctKFJYxl

That would be unrelated to this issue.

> I there is a guy that says it come from line 456 in JDBCConnectionManager

It makes me think that your client code is using a DatabaseMetaData result set and asking for a column by column name, not by the label.  If your client logic is old see also TEIID-1651 - there is a flag that can alter how the metadata is reported.

> Teiid java client error (Column name "VDBName" does not exist)
> --------------------------------------------------------------
>
>                 Key: TEIID-4945
>                 URL: https://issues.jboss.org/browse/TEIID-4945
>             Project: Teiid
>          Issue Type: Bug
>          Components: JDBC Driver
>    Affects Versions: 9.2.3
>         Environment: Running teiid 9.2.3 on wildfly, failing using java client with 9.2.3 driver and sucess using protege with driver 9.2.3. both use ontop for mapping the data from db to the ontology.
>            Reporter: Fábio Guilherme
>            Assignee: Steven Hawkins
>
> This java client uses ontop to make the mapping from a db to a ontology. I had prior version where i was mapping my data from a postgres db to the ontology using ontop, in my recent version i changed the db to a teiid db(where i get the error). 
> Using teiid 9.2.3 and wildfly with java client with 9.2.3 driver i get this error: 
> {color:red}Error obtaining the Metadataorg.teiid.jdbc.TeiidSQLException: Column name "VDBName" does not exist.
> 09:31:15.411 [http-nio-8081-exec-8] ERROR i.u.k.o.o.owlapi3.QuestOWL - Could not initialize the Quest query answering engine. Answering queries will not be available.
> 09:31:15.427 [http-nio-8081-exec-8] ERROR i.u.k.o.o.owlapi3.QuestOWL - java.lang.NullPointerException
> it.unibz.krdb.obda.model.OBDAException: java.lang.NullPointerException{color}
> i used the same driver(9.2.3) on protege with ontop-pro and i dont get any error.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the teiid-issues mailing list