Exception with unclear message
------------------------------
Key: TEIID-3085
URL:
https://issues.jboss.org/browse/TEIID-3085
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors
Affects Versions: 8.7
Reporter: Juraj DurĂ¡ni
Assignee: Steven Hawkins
Attachments: exception-stack-trace, full-server.log, server.log
Description of problem:
Unexpected exception. Returned exception indicates that query failed but there is no
reason in message.
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.