You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/04/22 17:05:00 UTC

[jira] [Assigned] (IGNITE-8353) Failed to deserialize stored cache data from Ignite 2.4 on master

     [ https://issues.apache.org/jira/browse/IGNITE-8353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Goncharuk reassigned IGNITE-8353:
----------------------------------------

    Assignee: Alexey Goncharuk

> Failed to deserialize stored cache data from Ignite 2.4 on master
> -----------------------------------------------------------------
>
>                 Key: IGNITE-8353
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8353
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Goncharuk
>            Priority: Major
>             Fix For: 2.5
>
>
> Got the following exception when starting a node with db from version 2.4 when eviction policy is configured.
> {code}
> [20:53:25,573][SEVERE][main][IgniteKernal] Exception during start processors, node will be stopped and close connections
> class org.apache.ignite.IgniteCheckedException: Failed to start processor: GridProcessorAdapter []
> 	at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1717)
> 	at org.apache.ignite.internal.IgniteKernal.start(IgniteKernal.java:962)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start0(IgnitionEx.java:2014)
> 	at org.apache.ignite.internal.IgnitionEx$IgniteNamedInstance.start(IgnitionEx.java:1723)
> 	at org.apache.ignite.internal.IgnitionEx.start0(IgnitionEx.java:1151)
> 	at org.apache.ignite.internal.IgnitionEx.startConfigurations(IgnitionEx.java:1069)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:955)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:854)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:724)
> 	at org.apache.ignite.internal.IgnitionEx.start(IgnitionEx.java:693)
> 	at org.apache.ignite.Ignition.start(Ignition.java:352)
> 	at org.apache.ignite.startup.cmdline.CommandLineStartup.main(CommandLineStartup.java:301)
> Caused by: class org.apache.ignite.IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@764c12b6
> 	at org.apache.ignite.marshaller.jdk.JdkMarshaller.unmarshal0(JdkMarshaller.java:147)
> 	at org.apache.ignite.marshaller.AbstractNodeNameAwareMarshaller.unmarshal(AbstractNodeNameAwareMarshaller.java:94)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.readCacheData(FilePageStoreManager.java:672)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.readCacheGroupCaches(FilePageStoreManager.java:658)
> 	at org.apache.ignite.internal.processors.cache.persistence.file.FilePageStoreManager.readCacheConfigurations(FilePageStoreManager.java:638)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.addCacheOnJoinFromConfig(GridCacheProcessor.java:811)
> 	at org.apache.ignite.internal.processors.cache.GridCacheProcessor.start(GridCacheProcessor.java:706)
> 	at org.apache.ignite.internal.IgniteKernal.startProcessor(IgniteKernal.java:1714)
> 	... 11 more
> {code}
> The class has changed because {{LongAdder8}} was replaced with java8 native {{LongAdder}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)