[teiid-issues] [JBoss JIRA] (TEIID-1827) Client Recieving java.lang.IndexOutOfBoundsException when performing query

Van Halbert (Created) (JIRA) jira-events at lists.jboss.org
Mon Nov 14 10:53:40 EST 2011


Client Recieving java.lang.IndexOutOfBoundsException when performing query
--------------------------------------------------------------------------

                 Key: TEIID-1827
                 URL: https://issues.jboss.org/browse/TEIID-1827
             Project: Teiid
          Issue Type: Bug
          Components: ODBC
    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
             Fix For: 7.6


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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list