Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 081E2200D4F for ; Wed, 6 Dec 2017 11:36:06 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 07388160BFD; Wed, 6 Dec 2017 10:36:06 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 49FB5160C1D for ; Wed, 6 Dec 2017 11:36:05 +0100 (CET) Received: (qmail 77989 invoked by uid 500); 6 Dec 2017 10:36:04 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 77980 invoked by uid 99); 6 Dec 2017 10:36:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2017 10:36:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AFB9A180162 for ; Wed, 6 Dec 2017 10:36:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id We_N2Ky37xbd for ; Wed, 6 Dec 2017 10:36:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A52D35F2C2 for ; Wed, 6 Dec 2017 10:36:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D7549E069F for ; Wed, 6 Dec 2017 10:36:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 94A53255CA for ; Wed, 6 Dec 2017 10:36:00 +0000 (UTC) Date: Wed, 6 Dec 2017 10:36:00 +0000 (UTC) From: "Kirill Shirokov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-6915) SQL: Failed to invoke getter method (type=class java.lang.String) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Dec 2017 10:36:06 -0000 [ https://issues.apache.org/jira/browse/IGNITE-6915?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Kirill Shirokov reassigned IGNITE-6915: --------------------------------------- Assignee: Kirill Shirokov (was: Pavel Konstantinov) > SQL: Failed to invoke getter method (type=3Dclass java.lang.String) > ----------------------------------------------------------------- > > Key: IGNITE-6915 > URL: https://issues.apache.org/jira/browse/IGNITE-6915 > Project: Ignite > Issue Type: Bug > Components: sql > Reporter: Pavel Konstantinov > Assignee: Kirill Shirokov > Attachments: export-query-Query123-all.csv, screenshot-1.png > > > cluster configuration: > - 2 server nodes (one with a load, OPTIMIZED marshaller) > - cache populated with data > Executed ' select * from "cache".Person ' > !screenshot-1.png! > {code} > Caused by: org.h2.jdbc.JdbcSQLException: =E2=94=AC=D1=8D=D1=94=D0=84=D0= =81=D1=85=D1=8D=D1=8D=C2=A0=C2=A0 =D1=8E=C2=B0=D1=88=D1=81=D1=8A=D1=80: "cl= ass org.apache.ignite.IgniteCheckedException: Failed to invoke getter metho= d [type=3Dclass java.lang.String, property=3DfirstName]" > General error: "class org.apache.ignite.IgniteCheckedException: Failed to= invoke getter method [type=3Dclass java.lang.String, property=3DfirstName]= "; SQL statement: > SELECT > __Z0.FIRSTNAME __C0_0, > __Z0.LASTNAME __C0_1, > __Z0.RANK __C0_2, > __Z0.TITLE __C0_3, > __Z0.AGE __C0_4, > __Z0.SALARY __C0_5, > __Z0.ID __C0_6, > __Z0.DEPID __C0_7 > FROM "c_partitioned".PERSON __Z0 [50000-195] > at org.h2.message.DbException.getJdbcSQLException(DbException.jav= a:345) > at org.h2.message.DbException.get(DbException.java:168) > at org.h2.message.DbException.convert(DbException.java:295) > at org.apache.ignite.internal.processors.query.h2.H2RowDescriptor= .columnValue(H2RowDescriptor.java:348) > at org.apache.ignite.internal.processors.query.h2.opt.GridH2Abstr= actKeyValueRow.getValue(GridH2AbstractKeyValueRow.java:236) > at org.h2.table.TableFilter.getValue(TableFilter.java:1083) > at org.h2.expression.ExpressionColumn.getValue(ExpressionColumn.j= ava:186) > at org.h2.expression.Alias.getValue(Alias.java:36) > at org.h2.command.dml.Select$LazyResultQueryFlat.fetchNextRow(Sel= ect.java:1459) > at org.h2.result.LazyResult.hasNext(LazyResult.java:79) > at org.h2.result.LazyResult.next(LazyResult.java:59) > at org.h2.command.dml.Select.queryFlat(Select.java:519) > at org.h2.command.dml.Select.queryWithoutCache(Select.java:625) > at org.h2.command.dml.Query.queryWithoutCacheLazyCheck(Query.java= :114) > at org.h2.command.dml.Query.query(Query.java:352) > at org.h2.command.dml.Query.query(Query.java:333) > at org.h2.command.CommandContainer.query(CommandContainer.java:11= 3) > at org.h2.command.Command.executeQuery(Command.java:201) > at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedSta= tement.java:111) > at org.apache.ignite.internal.processors.query.h2.IgniteH2Indexin= g.executeSqlQuery(IgniteH2Indexing.java:967) > ... 31 more > Caused by: class org.apache.ignite.IgniteCheckedException: Failed to invo= ke getter method [type=3Dclass java.lang.String, property=3DfirstName] > at org.apache.ignite.internal.processors.query.property.QueryRead= OnlyMethodsAccessor.getValue(QueryReadOnlyMethodsAccessor.java:51) > at org.apache.ignite.internal.processors.query.property.QueryClas= sProperty.value(QueryClassProperty.java:82) > at org.apache.ignite.internal.processors.query.h2.H2RowDescriptor= .columnValue(H2RowDescriptor.java:345) > ... 47 more > Caused by: java.lang.IllegalArgumentException: object is not an instance = of declaring class > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccess= orImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMeth= odAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.apache.ignite.internal.processors.query.property.QueryRead= OnlyMethodsAccessor.getValue(QueryReadOnlyMethodsAccessor.java:48) > ... 49 more > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)