Re: Vertx, Kotlin and Ignite "Failed to deserialize object"...

2021-04-19 Thread Ilya Kasnacheev
Hello! Apache Ignite will not peer load key/value type classes so you indeed have to hold them in classpath if you plan to do computations on them. Regards, -- Ilya Kasnacheev вс, 18 апр. 2021 г. в 23:37, Andreas Vogler : > Ok, just had to add vertx-core-4.0.3.jar and vertx-ignite-4.0.3.jar

Re: Vertx, Kotlin and Ignite "Failed to deserialize object"...

2021-04-18 Thread Andreas Vogler
Ok, just had to add vertx-core-4.0.3.jar and vertx-ignite-4.0.3.jar to /opt/ignite/apache-ignite/libs/user_libs in the container. so, it was a Vertx issue… Now my SCADA Gateway can write OPC UA values to Ignite and I can query it with SQL … I will soon merge the dev-branch …

Re: Vertx, Kotlin and Ignite "Failed to deserialize object"...

2021-04-18 Thread Andreas Vogler
I have now figured out that it is not a problem of putting values to the cache - this works. The error comes when I do a Vertx ServiceDiscovery.publish…. maybe I have to add some Vertx Libs to Ignite…. https://vertx.io/docs/vertx-service-discovery/java/ > Am 17.04.2021 um 13:51 schrieb

Vertx, Kotlin and Ignite "Failed to deserialize object"...

2021-04-17 Thread Andreas Vogler
Hi, Very new to Ignite, I run two docker nodes with Ignite 2.9.1 (image: apacheignite/ignite:2.9.1) And additionally I have a Vertx program with Ignite 2.9.1 - Client Mode. The client creates sql cache tables (indexed cache) - and I can also see and query the tables with sqlline (connected to