Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5814A18BAA for ; Thu, 22 Oct 2015 12:19:31 +0000 (UTC) Received: (qmail 77357 invoked by uid 500); 22 Oct 2015 12:19:28 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 77205 invoked by uid 500); 22 Oct 2015 12:19:28 -0000 Mailing-List: contact dev-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 dev@ignite.apache.org Received: (qmail 77178 invoked by uid 99); 22 Oct 2015 12:19:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 12:19:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CD7202C1F5F for ; Thu, 22 Oct 2015 12:19:27 +0000 (UTC) Date: Thu, 22 Oct 2015 12:19:27 +0000 (UTC) From: "Sergey Kozlov (JIRA)" To: dev@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1772) java.io.StreamCorruptedException with invalid type code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Kozlov created IGNITE-1772: ------------------------------------- Summary: java.io.StreamCorruptedException with invalid type code Key: IGNITE-1772 URL: https://issues.apache.org/jira/browse/IGNITE-1772 Project: Ignite Issue Type: Bug Components: general Affects Versions: ignite-1.4 Environment: Windows, Oracle JDK 1.8_60 Reporter: Sergey Kozlov Assignee: Yakov Zhdanov Priority: Critical Fix For: 1.5 1. Open examples project in IDEA 2. Build/compile project 3. Run ExampeNodeStartup 4. Run CacheAsyncApiExample, ComputeTaskMapExample a few times in random order until getting following exception: {noformat} [15:06:40,961][ERROR][tcp-disco-sock-reader-#10%null][TcpDiscoverySpi] Failed to read message [sock=Socket[addr=/0:0:0:0:0:0:0:1,port=50106,localport=47501], locNodeId=1276ca1d-80f6-4481-9245-9aa28a916d68, rmtNodeId=f9f29bed-e8d7-433a-baa7-62628077d781] class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@27716f4 at org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:105) at org.apache.ignite.spi.discovery.tcp.ServerImpl$SocketReader.body(ServerImpl.java:4785) at org.apache.ignite.spi.IgniteSpiThread.run(IgniteSpiThread.java:62) Caused by: java.io.StreamCorruptedException: invalid type code: 69 at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1379) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) at java.util.ArrayDeque.readObject(ArrayDeque.java:888) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1017) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1900) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351) at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2000) at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1924) at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801) at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351) at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371) at org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal(JdkMarshaller.java:102) ... 2 more {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)