]
Steven Hawkins updated TEIID-1812:
----------------------------------
Attachment: PgBackendProtocol.java.patch
7.5 patch
Client Recieving java.lang.IndexOutOfBoundsException when performing
query
--------------------------------------------------------------------------
Key: TEIID-1812
URL:
https://issues.jboss.org/browse/TEIID-1812
Project: Teiid
Issue Type: Bug
Affects Versions: 7.5
Environment: java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.8) (rhel-1.22.1.9.8.el5_6-x86_64)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
Running on RHEL 5, teiid inside of JBoss EAP 5.1.1
Client is postgresql command line tool version postgresql-9.1.1-1.fc16.x86_64
Using the command line command
psql -h
teiid-01.app.eng.bos.redhat.com -p 35432 -U teiid -d EngVDBF
Reporter: Graeme Gillies
Assignee: Steven Hawkins
Attachments: PgBackendProtocol.java.patch
When attempting to perform the following query using the postgres command line client
connecting to teiids postgres emulation layer, we get the following error
{code}
SELECT components.name, COUNT(bug_id) FROM BugzillaS.bugs bugs, BugzillaS.components
components, BugzillaS.profiles profiles WHERE (bugs.component_id =
components.id AND bugs.reporter = profiles.userid AND
bugs.creation_ts>='2011-10-04') GROUP BY components.name ORDER BY
components.name limit 1500;
{code}
{code}
ERROR: java.lang.IndexOutOfBoundsException
DETAIL: org.teiid.jdbc.TeiidSQLException: java.lang.IndexOutOfBoundsException
{code}
Watching the server logs we don't see any such exception reported there, so I'd
need some advice on how to get you some more information.
Regards,
Graeme
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: