A lot of thanks for your response Alex.

And if we are not using persistence, any idea of what can be the
origin of the problem or where to look?
About the upgrade, it's something we have pending for some time, but
sure, I will try also.

Cheers,

On Thu, 20 May 2021 at 14:23, akorensh <alexanderko...@gmail.com> wrote:
>
> Hi,
>   The error is coming from here:
> https://github.com/apache/ignite/blob/9c2ba403fae5079201e9df6bc7b7eea5bacdf4c0/modules/core/src/main/java/org/apache/ignite/internal/MarshallerContextImpl.java#L386
>
>   This means that the model class metadata is missing/corrupt.
>    It is located in <work db>/binary_meta/<node id>
>    and in <work db>/marshaller
>
> To fix:
>    If you have persistence enabled, destroy the cache in question (as well
> as all caches using this type),
>    remove the given types from the above dirs and retry.
>    Make sure the model class is in the class path.
>
>
>    To determine the types in question:  grep "fully qualified type name"
> <dirs listed above>
>      remove -1293425677 file in the above mentioned dirs. Take a look at
>      marshaller/-1293425677.classname0 to see what type this typeid
> represents. Make sure to remove it
>      and all caches using this type.
>
>
>   I encourage you to use the latest ignite version:
> https://ignite.apache.org/download.cgi#binaries
>
> Thanks, Alex
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/



-- 
Joan Jesús Pujol Espinar
http://www.joanpujol.cat
https://play.google.com/store/apps/developer?id=lujop&hl=ca

Reply via email to