Re: IgniteCheckedException: Requesting mapping from grid failed for [platformId=0, typeId=-1220482121]

2021-05-04 Thread Pavel Tupitsyn
06:26, William.L : > >> Hi, >> >> I used C# code (entity object class) to create and write to cache. And I >> am >> trying to use Java code to read (corresponding object class) from cache >> but >> running into IgniteCheckedException: >> >> &

Re: IgniteCheckedException: Requesting mapping from grid failed for [platformId=0, typeId=-1220482121]

2021-05-04 Thread Ilya Kasnacheev
. в 06:26, William.L : > Hi, > > I used C# code (entity object class) to create and write to cache. And I am > trying to use Java code to read (corresponding object class) from cache but > running into IgniteCheckedException: > > > > Is this scenario supported? >

IgniteCheckedException: Requesting mapping from grid failed for [platformId=0, typeId=-1220482121]

2021-05-03 Thread William.L
Hi, I used C# code (entity object class) to create and write to cache. And I am trying to use Java code to read (corresponding object class) from cache but running into IgniteCheckedException: Is this scenario supported? Here's the C# entity class: Here's the corresponding Java class: I

Re: IgniteCheckedException

2020-06-19 Thread Ilya Kasnacheev
Hello! Such spring XML config cannot be started by ignite.sh, it should be started as part of a Spring application. Regards. -- Ilya Kasnacheev вт, 16 июн. 2020 г. в 10:43, kay bae : > Hello, I start node using command > > ' sh ignite.sh ./config/config.xml & ' > > It worked well before I

Re: IgniteSpringBean IgniteCheckedException

2020-06-16 Thread Denis Magda
It looks like you copied this configuration template from this documentation file: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/IgniteSpringBean.html It assumes that an Ignite instance will be started separately and then passed into this configuration file via

IgniteSpringBean IgniteCheckedException

2020-06-16 Thread kay bae
Hello, I start node using command ' sh ignite.sh ./config/config.xml & ' It worked well before I added IgniteSpringBean. After I add this code, 2020-06-16T16:20:38,429][INFO ][main][G] Node started : [stage="Configure system pool" (53

IgniteCheckedException

2020-06-16 Thread kay bae
Hello, I start node using command ' sh ignite.sh ./config/config.xml & ' It worked well before I added IgniteSpringBean. After I add this code, 2020-06-16T16:20:38,429][INFO ][main][G] Node started : [stage="Configure system pool" (53

Re: IgniteCheckedException: Two MemoryPolicies have the same name: default

2019-05-28 Thread Ilya Kasnacheev
Hello! Why do you need data region on client? Otherwise, Data Storage Configuration has an implicit default Region. The problem is, you add a new region, also with default name, but you do not replace default Region, placing it besides. Try using setDefaultDataRegionConfiguration() instead of

IgniteCheckedException: Two MemoryPolicies have the same name: default

2019-05-28 Thread Pedrotti Michele
Hello, I have a simple local installation of ignite 2.7.0 on my laptop (springboot client application). When I declare my igniteInstance (Ignite Server is on another laptop) I have this exception: Caused by: class org.apache.ignite.IgniteCheckedException: Failed to start processor:

Re: IgniteCheckedException when write and read made by different clients

2018-12-19 Thread aealexsandrov
Hi, I don't think so. However, you can try to use Integer instead of Enum values and proceeds it accordingly (It will require the changes in configuration) What is the reason why you can't move the class to correct package? BR, Andrei -- Sent from:

IgniteCheckedException when write and read made by different clients

2018-12-10 Thread Olga Nyu
Hi I have 2 ignite clients that connects to the same server: one client writes to repository using repository.save(key, event) method, other reads with repository.findOne(key) method. All configuration of the clients is the same, but Event.class is placed in different packages. Writing client has

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-20 Thread Ilya Lantukh
Hi, This is clearly a usability issue in Ignite. I've created a ticket for it: https://issues.apache.org/jira/browse/IGNITE-8839. On Tue, Jun 19, 2018 at 6:17 PM, aealexsandrov wrote: > As a workaround, you can try to add execution rights (like in your example) > to all files under work

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread aealexsandrov
As a workaround, you can try to add execution rights (like in your example) to all files under work directory. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread aealexsandrov
Hi, Is this issue reproducible? Can you change the work directory path or clear your work directory and check again? Did you try to modify or copy anything from work directory? However, could you please provide the cluster configuration and code reproducer? BR, Andrei -- Sent from:

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
Exception not coming after running ignite with sudo. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
Additional logs, caused by AccessDeniedException 2018-06-19 16:27:51 ERROR GridDhtPartitionsExchangeFuture:495 - Failed to activate node components [nodeId=7ff3a67c-ed86-452a-9097-2626a0252a6e, client=false, topVer=AffinityTopologyVersion [topVer=2, minorTopVer=1]] class

IgniteCheckedException: Error while creating file page store caused by NullPointerException

2018-06-19 Thread JP
topology(tried to print baseline topology. its not printing it to). IgniteCheckedException: Error while creating file page store [file=/home/apache-ignite-fabric-2.4.0-bin/work/db/node02-119b5ab9-11ac-456b-8488-6ba8f6d51d69/cache-c091e548-b45a-49b4-b8ec-2cb5e27c7af6_ConversationMessages/part-95.bin

RE: IgniteCheckedException: Failed to validate cache configuration. Cachestore factory is not s erializable.

2018-05-23 Thread Stanislav Lukyanov
@ignite.apache.org Subject: IgniteCheckedException: Failed to validate cache configuration. Cachestore factory is not s erializable. Dear Master Ignite, i have exception "IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.". *Here

Re: IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.

2018-05-22 Thread rizal123
Is there any solutions? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.

2018-05-22 Thread rizal123
Dear Master Ignite, i have exception "IgniteCheckedException: Failed to validate cache configuration. Cache store factory is not s erializable.". *Here is my code:* /** * */ package com.sybase365.mobiliser.custom.btpn.brand.ignite.custom.config; import java.io.Serializab

Re: TcpCommunicationSpi : IgniteCheckedException: Failed to connect to node

2017-12-13 Thread Evgenii Zhuravlev
servers number decrease). > > However, this time, we were able to catch an IgniteCheckedException > exception (see node_restart.log). > I can understand something wrong with their inter-pods communication ? > > I give as well our node configuration. > > Any help very much appreci

TcpCommunicationSpi : IgniteCheckedException: Failed to connect to node

2017-12-13 Thread golgoti
, this time, we were able to catch an IgniteCheckedException exception (see node_restart.log). I can understand something wrong with their inter-pods communication ? I give as well our node configuration. Any help very much appreciated, lib-server.xml <http://apache-ignite-users.70518.x6.nabble.com/f

IgniteCheckedException: Failed to register query type: QueryTypeDescriptorImpl

2017-11-29 Thread daniels
I'am using ignite 2.0 ],and in my Junit test Igntie brings bellow excpetion,but my applicataion works properly,only during junit test brings that error.the configurations are same in both. I did debug and noticed that the almost same query in my application works properly but in junit test it

ignitecheckedException thrown

2017-01-10 Thread user123
(IpcSharedMemoryOutputStream.java:53) ... 19 more === -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignitecheckedException-thrown-tp9995.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader

2016-01-04 Thread sunyson
Do you have any suggestions for best practices? Thanks a lot. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Grid-stopped-with-IgniteCheckedException-Failed-to-deserialize-object-with-given-class-loader-sun-mir-tp2123p2369.html Sent from the Apache Ignite

Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader

2015-12-16 Thread Denis Magda
text: Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader <http://apache-ignite-users.70518.x6.nabble.com/Grid-stopped-with-IgniteCheckedException-Failed-to-deserialize-object-with-given-class-loader-sun-mir-tp2123p2219.h

Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader

2015-12-14 Thread sunyson
er=null, nearTtls=null, nearExpireTimes=null, super=parent], waitForExchange=true, resCnt=0], nodeId=148fc364-78cd-475f-81bd-b3188a47f5f6] -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Grid-stopped-with-IgniteCheckedException-Failed-to-deserialize-object-with-given-class-load

Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader

2015-12-03 Thread sunyson
again I will provide the logs. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Grid-stopped-with-IgniteCheckedException-Failed-to-deserialize-object-with-given-class-loader-sun-mir-tp2123p2128.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Grid stopped with IgniteCheckedException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader

2015-12-02 Thread Denis Magda
you need to do is send an email to “ user-subscr...@ignite.apache.org” and follow simple instructions in the reply. Regards, Denis -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Grid-stopped-with-IgniteCheckedException-Failed-to-deserialize-object-with-given