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 1EA60200CE0 for ; Thu, 27 Jul 2017 01:30:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1D0B7169BAD; Wed, 26 Jul 2017 23:30:09 +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 65D50169BAC for ; Thu, 27 Jul 2017 01:30:08 +0200 (CEST) Received: (qmail 25112 invoked by uid 500); 26 Jul 2017 23:30:07 -0000 Mailing-List: contact user-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.apache.org Delivered-To: mailing list user@ignite.apache.org Received: (qmail 25102 invoked by uid 99); 26 Jul 2017 23:30:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jul 2017 23:30:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AF9671A0A00 for ; Wed, 26 Jul 2017 23:30:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.125 X-Spam-Level: *** X-Spam-Status: No, score=3.125 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id Bz8lime9AH9C for ; Wed, 26 Jul 2017 23:30:05 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 9A7235FCB9 for ; Wed, 26 Jul 2017 23:30:04 +0000 (UTC) Received: from static.162.255.23.37.macminivault.com (unknown [162.255.23.37]) by mwork.nabble.com (Postfix) with ESMTP id 9847656731A7E for ; Wed, 26 Jul 2017 16:30:03 -0700 (MST) Date: Wed, 26 Jul 2017 16:30:03 -0700 (MST) From: franck102 To: user@ignite.apache.org Message-ID: <1501111803615-15708.post@n6.nabble.com> In-Reply-To: <1500906978645-15456.post@n6.nabble.com> References: <1500887440533-15440.post@n6.nabble.com> <1500906978645-15456.post@n6.nabble.com> Subject: Re: Failure to deserialize simple model object MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 26 Jul 2017 23:30:09 -0000 Hi Mikhail, I have extracted the simplest possible configuration, I have attached a self-contained project that uses an in memory H2 database and reproduces the problem, here are the steps: 1. mvn install in the root 2. run the junit test org.apache.ignite.sample.test.ServerTests#runIgnite (this starts the server node, the test method won't return) 3. run the junit test org.apache.ignite.sample.test.client.ClientTests#loadItem: this starts a client that tries to get a single entry from the cache. I get this stack trace, and just as before adding a dummy binary configuration that simply mentioned the Employees type fixes the problem: -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Failure-to-deserialize-simple-model-object-tp15440p15708.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.