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 86545200BFA for ; Thu, 12 Jan 2017 11:22:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 84EAF160B40; Thu, 12 Jan 2017 10:22:53 +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 CF895160B2D for ; Thu, 12 Jan 2017 11:22:52 +0100 (CET) Received: (qmail 9003 invoked by uid 500); 12 Jan 2017 10:22:52 -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 8990 invoked by uid 99); 12 Jan 2017 10:22:52 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 10:22:52 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F0DBA2C0298 for ; Thu, 12 Jan 2017 10:22:51 +0000 (UTC) Date: Thu, 12 Jan 2017 10:22:51 +0000 (UTC) From: "Maksim Kozlov (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (IGNITE-2422) Unable to deserialize BinaryObjectBuilder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 12 Jan 2017 10:22:53 -0000 [ https://issues.apache.org/jira/browse/IGNITE-2422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15820671#comment-15820671 ] Maksim Kozlov commented on IGNITE-2422: --------------------------------------- [~dmagda] Yes, I do. I fix generation of classnames.properties file. > Unable to deserialize BinaryObjectBuilder > ----------------------------------------- > > Key: IGNITE-2422 > URL: https://issues.apache.org/jira/browse/IGNITE-2422 > Project: Ignite > Issue Type: Bug > Affects Versions: 1.5.0.final > Reporter: Denis Magda > Assignee: Maksim Kozlov > Labels: important > Fix For: 2.0 > > Attachments: ExampleNodeStartup.java > > > Presently it's possible to serialize {{BinaryObjectBuilder}} but it will lead to the errors at deserialization stage. > After a brief investigation I see that this happens because neither {{org.apache.ignite.binary.BinaryObjectBuilder}} nor {{org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl}} presents in {{META-INF/classnames.properties}} file. > If you try to update {{ignite/modules/core/src/main/resources/META-INF/classnames.properties}} by building the project from scratch and copying-pasting generated content from built {{classnames.properties}}, then you will still see that there are still no entries for {{org.apache.ignite.binary.BinaryObjectBuilder}} nor {org.apache.ignite.internal.binary.builder.BinaryObjectBuilderImpl}}. > Looks like that {{ClassesGenerator}} misses these and other possible classes by some reason. -- This message was sent by Atlassian JIRA (v6.3.4#6332)