Bug 1131020 - Exception with unclear message
Summary: Exception with unclear message
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Teiid
Version: 6.1.0
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
: 6.1.0
Assignee: Van Halbert
QA Contact:
URL:
Whiteboard:
: 1130985 1131007 1131012 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-18 11:56 UTC by Juraj Duráni
Modified: 2014-10-21 13:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-08-19 14:58:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
java application exception stack trace (5.67 KB, text/plain)
2014-08-18 11:56 UTC, Juraj Duráni
no flags Details
server log (2.52 MB, text/plain)
2014-08-18 11:56 UTC, Juraj Duráni
no flags Details
Server log after query (15.97 KB, text/plain)
2014-08-18 11:57 UTC, Juraj Duráni
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIID-3088 0 Major Closed Exception with unclear message 2014-10-21 13:17:12 UTC

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


Note You need to log in before you can comment on or make changes to this bug.