Bug 1130985 - Exception with unclear message
Summary: Exception with unclear message
Keywords:
Status: CLOSED DUPLICATE of bug 1131020
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Teiid
Version: 6.0.0
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
: 6.1.0
Assignee: Van Halbert
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-08-18 10:57 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-18 12:53:03 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Full server log. (2.53 MB, text/plain)
2014-08-18 10:57 UTC, Juraj Duráni
no flags Details
java application exception stack trace (6.16 KB, text/plain)
2014-08-18 10:58 UTC, Juraj Duráni
no flags Details
Server log after query (17.55 KB, text/x-log)
2014-08-18 10:59 UTC, Juraj Duráni
no flags Details


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

Description Juraj Duráni 2014-08-18 10:57:36 UTC
Created attachment 927805 [details]
Full server log.

Description of problem:
Unexpected exception. Returned exception indicates that query failed but there is no reason in message.

Version-Release number of selected component (if applicable):


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

SQL Query - SELECT TIMEVALUE, BYTENUM, (SELECT B.FLOATNUM FROM BQT1.SMALLA AS B WHERE (B.INTKEY = (SELECT A.INTKEY FROM BQT1.SMALLA AS A WHERE (A.STRINGNUM > 10) AND (A.INTKEY = B.INTKEY))) AND (B.INTKEY = A.INTKEY)) FROM bqt1.smalla AS a

Steps to Reproduce:
1.
2.
3.

Actual results:
TEIID30504 Remote org.teiid.core.TeiidProcessingException: TEIID30504 Source: 0 TEIID11008:TEIID11004 Error executing statement(s): [Prepared Values: [] SQL: SELECT g_0."timevalue", cast(g_0."bytenum" AS smallint), (SELECT g_1."floatnum" FROM "smalla" AS g_1 WHERE g_1."intkey" = g_0."intkey" AND g_1."intkey" = (SELECT g_2."intkey" FROM "smalla" AS g_2 WHERE g_2."stringnum" > '10' AND g_2."intkey" = g_1."intkey")) FROM "smalla" AS g_0]

Expected results:
Remote org.postgresql.util.PSQLException: ERROR: Interconnect Error: Unexpected Motion Node Id: 2.  This means a motion node that wasn't setup is requesting interconnect resources.

Additional info:
Log and exception stack trace in attachment.

Comment 1 Juraj Duráni 2014-08-18 10:58:53 UTC
Created attachment 927806 [details]
java application exception stack trace

Comment 2 Juraj Duráni 2014-08-18 10:59:34 UTC
Created attachment 927807 [details]
Server log after query

Comment 3 JBoss JIRA Server 2014-08-18 12:27:41 UTC
Steven Hawkins <shawkins> updated the status of jira TEIID-3085 to Resolved

Comment 4 Van Halbert 2014-08-18 12:53:03 UTC

*** This bug has been marked as a duplicate of bug 1131020 ***

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


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