Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1131020

Summary: Exception with unclear message
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Juraj Duráni <jdurani>
Component: TeiidAssignee: Van Halbert <vhalbert>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.1.0CC: vhalbert
Target Milestone: ---   
Target Release: 6.1.0   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-19 14:58:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
java application exception stack trace
none
server log
none
Server log after query none

Description Juraj Duráni 2014-08-18 11:56:09 UTC
Description of problem:
Unexpected exception. Returned exception indicates that query failed but there is no reason in message.

How reproducible:
Source databse - Ingres
VDB view model - BQT2
  tables: smallb - 
  `INTKEY` integer primary key,
  `STRINGKEY` varchar(10),
  `INTNUM` integer,
  `STRINGNUM` varchar(10),
  `FLOATNUM` real,
  `LONGNUM` bigint,
  `DOUBLENUM` double,
  `BYTENUM` tinyint,
  `DATEVALUE` date,
  `TIMEVALUE` time,
  `TIMESTAMPVALUE` timestamp,
  `BOOLEANVALUE` boolean,
  `CHARVALUE` character(1),
  `SHORTVALUE` smallint,
  `BIGINTEGERVALUE` bigint,
  `BIGDECIMALVALUE` decimal(10,0),
  `OBJECTVALUE` byte

SQL query - SELECT intkey FROM BQT1.SmallA AS A WHERE stringkey = (SELECT stringkey FROM BQT1.SmallA AS B WHERE b.intnum = a.intnum ) ORDER BY intkey

Actual results:
TEIID30504 Remote org.teiid.core.TeiidProcessingException: TEIID30504 Source: 4502 TEIID11008:TEIID11004 Error executing statement(s): [Prepared Values: [] SQL: SELECT g_0.intkey AS c_0 FROM smalla AS g_0 WHERE g_0.stringkey = (SELECT g_1.stringkey FROM smalla AS g_1 WHERE g_1.intnum = g_0.intnum) ORDER BY c_0]

Expected results:

Additional info:
server log and exception stack trace in attachment

Comment 1 Juraj Duráni 2014-08-18 11:56:33 UTC
Created attachment 927826 [details]
java application exception stack trace

Comment 2 Juraj Duráni 2014-08-18 11:56:59 UTC
Created attachment 927827 [details]
server log

Comment 3 Juraj Duráni 2014-08-18 11:57:24 UTC
Created attachment 927828 [details]
Server log after query

Comment 4 Van Halbert 2014-08-18 12:51:43 UTC
*** Bug 1131012 has been marked as a duplicate of this bug. ***

Comment 5 Van Halbert 2014-08-18 12:52:15 UTC
*** Bug 1131007 has been marked as a duplicate of this bug. ***

Comment 6 Van Halbert 2014-08-18 12:53:03 UTC
*** Bug 1130985 has been marked as a duplicate of this bug. ***

Comment 7 JBoss JIRA Server 2014-08-19 14:30:22 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3088 to Resolved

Comment 8 JBoss JIRA Server 2014-10-21 13:17:12 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3088 to Closed